1. 2e003eea Move //net/spdy/core and //net/spdy/platform to //net/third_party/spdy/ by Ryan Hamilton · 7 years ago
  2. 9bfe0b6 Reland "Reland "Remove HttpStreamFactory interface."" by Xida Chen · 7 years ago
  3. f860bdc Revert "Reland "Reland "Remove HttpStreamFactory interface.""" by Xida Chen · 7 years ago
  4. 4aa787a Reland "Reland "Remove HttpStreamFactory interface."" by Xida Chen · 7 years ago
  5. 7f7c86d Revert "Reland "Remove HttpStreamFactory interface."" by Bence Béky · 7 years ago
  6. ea3e3f22 Reland "Remove HttpStreamFactory interface." by Bence Béky · 7 years ago
  7. 6981a65e Revert "Remove HttpStreamFactory interface." by Tommy Steimel · 7 years ago
  8. b2f8189 Remove HttpStreamFactory interface. by Bence Béky · 7 years ago
  9. 2fcf4fa Remove FakeStream, FakeStreamRequest, FakeStreamFactory. by Bence Béky · 7 years ago
  10. 5cb9113 Move the TLS version interference probe to HttpNetworkTransaction. by David Benjamin · 7 years ago
  11. b495c380 Remove NetworkThrottleManager by Helen Li · 7 years ago
  12. 83ddfb3 Bound the number of RestartWith* calls to HttpNetworkTransaction. by David Benjamin · 7 years ago
  13. 53a5aef Grab bag of misc trivial cleanups. by Bence Béky · 7 years ago
  14. 2a01b16 Reduce load flags that affect the host cache by Miriam Gershenson · 7 years ago
  15. 921731ea Pass traffic annotation for HttpProxyClientSocket handshakes. by Ramin Halavati · 7 years ago
  16. ca8d525 Replace ProxyConfigSource with ProxyConfigWithAnnotation. by Ramin Halavati · 7 years ago
  17. ffe89daa0 Rename net/proxy_resolution/proxy_service* files by Lily Houghton · 7 years ago
  18. 9959786 Rename references to "proxy scripts" to "pac files" by Lily Houghton · 7 years ago
  19. d74f438 Change ConstructSpdyDataFrame() to take StringPiece. by Bence Béky · 7 years ago
  20. a25e3f7 Use CompletionOnceCallback in HttpStream interface. by Bence Béky · 7 years ago
  21. dcb3009 Misc cleanup: remove unused, fix comment, improve logging. by Bence Béky · 7 years ago
  22. 27ad0a1 Remove |direct| argument from ConstructSpdyGet(). by Bence Béky · 7 years ago
  23. 8d1c605 Remove fake WebSocket test classes. by Bence Béky · 7 years ago
  24. b5e433e6 Add traffic annotation to HttpRequestInfo. by Ramin Halavati · 7 years ago
  25. cc1d3a90 Make net::UploadElementsReader API use net::CompletionOnceCallbacks. by Matt Menke · 7 years ago
  26. dca6bd9 Refactor Websocket test classes. by Bence Béky · 7 years ago
  27. 1890a3d NTLM over HTTP: Make NTLMv2 the default. by Zentaro Kavanagh · 7 years ago
  28. 582d462 Move net/proxy to net/proxy_resolution by Lily Houghton · 7 years ago
  29. 8c2f97d Rename ProxyService class to ProxyResolutionService by Lily Houghton · 7 years ago
  30. 162eabe5 Update net adaptive proxy timeout experiment logic by Tarun Bansal · 7 years ago
  31. a457017a Plumb SocketTag through Spdy code by Paul Jensen · 7 years ago
  32. b4ff041 Plumb early data signal to http_network_transaction layer for QUIC. by Steven Valdez · 7 years ago
  33. baee31a Add traffic annotation to HttpStreamParser. by [email protected] · 7 years ago
  34. d1eb6d4 Split sockets to HTTP and HTTPS proxies into different groups by Matt Menke · 7 years ago
  35. 8cae04e Use the same HttpStreamFactoryImpl for Websockets. by Bence Béky · 7 years ago
  36. 8d6f87ec Plumb SocketTag from HttpRequestInfo down to sockets through pools by Paul Jensen · 7 years ago
  37. 48f235d Add flag to not close idle sockets on memory pressure by yucliu · 7 years ago
  38. 7bf9436 Do not call GetPushedStream if there is no pushed stream. by Bence Béky · 7 years ago
  39. 2e4722c2 Do not call StreamSocket::Connect from MockSSLClientSocket::Connect(). by Bence Béky · 7 years ago
  40. 7a41d355 Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2 by Chris Watkins · 8 years ago
  41. 4f83209 Refactor SSLSocketDataProvider to provide an SSLInfo by Ryan Sleevi · 8 years ago
  42. fdcaefd Reset request_ at the end of HttpNetworkTransaction::Start instead of in Read. by Shivani Sharma · 8 years ago
  43. 8f9d7d395 Avoid WrapUnique(new) in //net. by Bence Béky · 8 years ago
  44. bda8295 Use named constants instead of string literals for HTTP/2 header keys. by Bence Béky · 8 years ago
  45. 6ccee51 Reland "New NTLMv2 Implementation." by Zentaro Kavanagh · 8 years ago
  46. 950d94c Revert "New NTLMv2 Implementation." by Xida Chen · 8 years ago
  47. a240cac New NTLMv2 Implementation. by Zentaro Kavanagh · 8 years ago
  48. 5b27a6e2 Reland "Make new NTLM implementation live." by Zentaro Kavanagh · 8 years ago
  49. e5dc3a3 Revert "Make new NTLM implementation live." by Hector Carmona · 8 years ago
  50. 25a20e23 Make new NTLM implementation live. by Zentaro Kavanagh · 8 years ago
  51. 3238f2e1 Modify Authentication retry logic. by Bence Béky · 8 years ago
  52. cb361312 Use RST_STREAM instead of GOAWAY in HTTP_1_1_REQUIRED unittests. by Bence Béky · 8 years ago
  53. 1e4ef19 Fix some HttpNetworkTransactionTests. by Bence Béky · 8 years ago
  54. 83eb351 Document existing HTTP_1_1_REQUEST retry behavior with a unittest. by Bence Béky · 8 years ago
  55. 230ac61 Ignore AltSvc response headers on connections with certificate errors. by Bence Béky · 8 years ago
  56. 0579ed6 Replace base::MakeUnique with std::make_unique in net/. by Jeremy Roman · 8 years ago
  57. 45a4172 Add max retries to an HttpNetworkTransaction when an HTTP2 or QUIC related by Biljith Jayan · 8 years ago
  58. 83a6eee Add support for getting actual request headers to net::URLRequest by Andrey Kosyakov · 8 years ago
  59. 096cf05 Fix same-origin check for HTTP/2 pushed streams. by Bence Béky · 8 years ago
  60. 0ef1556e Remove is_secure from SpdySession. by Bence Béky · 8 years ago
  61. e537a00 Add a new field in AlternativeServiceInfo to list QUIC verisons that are advertised by the server and supported by Chrome. by zhongyi · 8 years ago
  62. 422ce35 Change AlternativeServiceInfo to a class by zhongyi · 8 years ago
  63. 16196a1e Plumb NQP to context and to http_proxy_client_socket_pool by tbansal · 8 years ago
  64. 5029f463 Pass streams as unique_ptr to HttpStreamRequest::Delegate methods. by bnc · 8 years ago
  65. 96f2a40 Revert "Revert CLs landed in HttpStreamFactoryImpl to track down a crasher" by xunjieli · 8 years ago
  66. 6dcd819 Fix HttpNetworkTransactionTest.UseIPConnectionPoolingWithHostCacheExpiration. by bnc · 8 years ago
  67. 87dcefc Remove some naked |new| statements in favor of MakeUnique. by bnc · 8 years ago
  68. 8fb01a7 Revert CLs landed in HttpStreamFactoryImpl to track down a crasher by xunjieli · 8 years ago
  69. 615cf2f Return WebSocketHandleStreamBase as unique_ptr from factory method. by bnc · 8 years ago
  70. f4bdc5a Return Request as unique_ptr from JobController::Start(). by bnc · 8 years ago
  71. 954090a Remove unused WebSocketSpdyHandshakeStream and CreateSpdyStream. by Bence Béky · 8 years ago
  72. c4de0303 Change GetAlternativeServies to return alternative service infos. by zhongyi · 8 years ago
  73. 2708a58 Revert of Return Request as unique_ptr from JobController::Start(). (patchset #1 id:1 of https://codereview.chromium.org/2893713004/ ) by bnc · 8 years ago
  74. 0864962 Return Request as unique_ptr from JobController::Start(). by bnc · 8 years ago
  75. c9a9937 Extract Proxy Resolution out of HttpStreamFactoryImpl::Job by xunjieli · 8 years ago
  76. f33fede Use ScopedTaskEnvironment instead of MessageLoopForIO in net unit tests. by fdoray · 8 years ago
  77. ce688ae Fix and test HTTP 421 behavior when returned on a retry. by davidben · 8 years ago
  78. 50576f3 Revert "Revert "Do not abort redirect responses with unadvertised encoding."" by sky · 8 years ago
  79. da1b049 Revert "Do not abort redirect responses with unadvertised encoding." by sky · 8 years ago
  80. 14d9d00f Do not abort redirect responses with unadvertised encoding. by eustas · 8 years ago
  81. 8f8f7d30 Split net/spdy into core and chromium subdirectories. by bnc · 8 years ago
  82. 8c7089a Don't rely on SSL cipher fallback in proxy auth. by davidben · 8 years ago
  83. a86731e Disable HTTP/2 Alternative Services. by bnc · 8 years ago
  84. cd37901 Add a GetAlternativeService method to HttpStream to return any by rch · 8 years ago
  85. 8df84fc Fix some implicit int->bool conversion in base::WriteFile usage. by lazyboy · 8 years ago
  86. accd496 Retry without Alternative Services upon 421 Misdirected Request. by bnc · 8 years ago
  87. c7d27da Reject unadvertised encodings in HttpNetworkTransaction. by eustas · 8 years ago
  88. 8016c1f Retry upon 421 status code without IP pooling. by bnc · 8 years ago
  89. 92feb33 Close idle H2 sockets when SpdySession is initialized. by xunjieli · 8 years ago
  90. 6d9996c8 Fix auto raw pointer deduction on linux by vmpstr · 8 years ago
  91. 681f02d [net] Remove unused argument to RestartTunnelWithProxyAuth. by asanka · 8 years ago
  92. 9904e27 Spdy{RstStream,GoAway}Status -> SpdyErrorCode. by diannahu · 8 years ago
  93. c4e94751 Revert of Allow proxying plaintext websockets over http/2 proxy (patchset #4 id:60001 of https://codereview.chromium.org/2642723008/ ) by ricea · 8 years ago
  94. a89e673c Use TaskScheduler in ChannelIDService. by fdoray · 8 years ago
  95. a027199e Allow proxying plaintext websockets over http/2 proxy by baranovich · 8 years ago
  96. f5267de Log states of JobController in Net MemoryDumpProvider by xunjieli · 8 years ago
  97. 5d22c18 http2: Update priorities of pushed streams by tombergan · 8 years ago
  98. eb9aa711 Remove RunUntilIdle from WaitForResult. by bnc · 8 years ago
  99. c06a72a Fix use-after-scope issues in HttpNetworkTransactionTest. by krasin · 8 years ago
  100. 894515af Change unique_ptr::reset() for std::move by inlinechan · 8 years ago