1. ef5eecdc NEL: Generate reports in HTTPNetworkTransaction by Douglas Creager · 7 years ago
  2. 134b52e Reporting: Process Report-To headers in HTTPNetworkTransaction by Douglas Creager · 7 years ago
  3. da790f9 Implicitly bypass localhost when proxying requests. by Eric Roman · 7 years ago
  4. 3cb04205 NEL: Process NEL headers in HTTPNetworkTransaction by Douglas Creager · 7 years ago
  5. 2243e800 Remove support for Token Binding by Nick Harper · 7 years ago
  6. 3d8546a Remove net::ProxyDelegate as a per-request parameter of net::ProxyResolutionService. by Eric Roman · 7 years ago
  7. 9c7302b Use base::MakeRefCounted instead of new to alloc net::IOBuffer instances. by Victor Costan · 7 years ago
  8. 7236fb7 Use CompletionOnceCallback in GenerateAuthToken() methods. by Bence Béky · 7 years ago
  9. 89bc721 Add field to SSLConfig to allow H2 connection coalescing with client certificates by Nick Harper · 7 years ago
  10. b8449e0 Make SSLConfigService owned, rather than RefCounted by Ryan Sleevi · 7 years ago
  11. b5fd55f Revert "Make SSLConfigService owned, rather than RefCounted" by Ryan Sleevi · 7 years ago
  12. 462a4314 Make SSLConfigService owned, rather than RefCounted by Ryan Sleevi · 7 years ago
  13. 5a8662b Use CompletionOnceCallback in RequestSocket(). by Bence Béky · 7 years ago
  14. bcae3709 Remove some unnecessary set_synchronous_mode() calls. by Bence Béky · 7 years ago
  15. 48f117e Modify network service socket apis to in preparation to convert consumers by Helen Li · 7 years ago
  16. cc5b88a Use CompletionOnceCallback in //net/proxy_resolution. by Bence Béky · 7 years ago
  17. 0239aac Move net/third_party/spdy code to a spdy:: namespace by Ryan Hamilton · 7 years ago
  18. 55ce608 Remove HttpRequestInfo::RequestMotivation by Charlie Harrison · 7 years ago
  19. 94658bf Move //net/spdy/chromium to //net/spdy. by Bence Béky · 7 years ago
  20. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 7 years ago
  21. b8d7ea0 Switch //net SocketDataProviders to base::span<> by Ryan Sleevi · 7 years ago
  22. 2e003eea Move //net/spdy/core and //net/spdy/platform to //net/third_party/spdy/ by Ryan Hamilton · 7 years ago
  23. 9bfe0b6 Reland "Reland "Remove HttpStreamFactory interface."" by Xida Chen · 7 years ago
  24. f860bdc Revert "Reland "Reland "Remove HttpStreamFactory interface.""" by Xida Chen · 7 years ago
  25. 4aa787a Reland "Reland "Remove HttpStreamFactory interface."" by Xida Chen · 7 years ago
  26. 7f7c86d Revert "Reland "Remove HttpStreamFactory interface."" by Bence Béky · 7 years ago
  27. ea3e3f22 Reland "Remove HttpStreamFactory interface." by Bence Béky · 7 years ago
  28. 6981a65e Revert "Remove HttpStreamFactory interface." by Tommy Steimel · 7 years ago
  29. b2f8189 Remove HttpStreamFactory interface. by Bence Béky · 7 years ago
  30. 2fcf4fa Remove FakeStream, FakeStreamRequest, FakeStreamFactory. by Bence Béky · 7 years ago
  31. 5cb9113 Move the TLS version interference probe to HttpNetworkTransaction. by David Benjamin · 7 years ago
  32. b495c380 Remove NetworkThrottleManager by Helen Li · 7 years ago
  33. 83ddfb3 Bound the number of RestartWith* calls to HttpNetworkTransaction. by David Benjamin · 7 years ago
  34. 53a5aef Grab bag of misc trivial cleanups. by Bence Béky · 7 years ago
  35. 2a01b16 Reduce load flags that affect the host cache by Miriam Gershenson · 7 years ago
  36. 921731ea Pass traffic annotation for HttpProxyClientSocket handshakes. by Ramin Halavati · 7 years ago
  37. ca8d525 Replace ProxyConfigSource with ProxyConfigWithAnnotation. by Ramin Halavati · 7 years ago
  38. ffe89daa0 Rename net/proxy_resolution/proxy_service* files by Lily Houghton · 7 years ago
  39. 9959786 Rename references to "proxy scripts" to "pac files" by Lily Houghton · 7 years ago
  40. d74f438 Change ConstructSpdyDataFrame() to take StringPiece. by Bence Béky · 7 years ago
  41. a25e3f7 Use CompletionOnceCallback in HttpStream interface. by Bence Béky · 7 years ago
  42. dcb3009 Misc cleanup: remove unused, fix comment, improve logging. by Bence Béky · 7 years ago
  43. 27ad0a1 Remove |direct| argument from ConstructSpdyGet(). by Bence Béky · 7 years ago
  44. 8d1c605 Remove fake WebSocket test classes. by Bence Béky · 7 years ago
  45. b5e433e6 Add traffic annotation to HttpRequestInfo. by Ramin Halavati · 7 years ago
  46. cc1d3a90 Make net::UploadElementsReader API use net::CompletionOnceCallbacks. by Matt Menke · 7 years ago
  47. dca6bd9 Refactor Websocket test classes. by Bence Béky · 7 years ago
  48. 1890a3d NTLM over HTTP: Make NTLMv2 the default. by Zentaro Kavanagh · 7 years ago
  49. 582d462 Move net/proxy to net/proxy_resolution by Lily Houghton · 7 years ago
  50. 8c2f97d Rename ProxyService class to ProxyResolutionService by Lily Houghton · 7 years ago
  51. 162eabe5 Update net adaptive proxy timeout experiment logic by Tarun Bansal · 7 years ago
  52. a457017a Plumb SocketTag through Spdy code by Paul Jensen · 7 years ago
  53. b4ff041 Plumb early data signal to http_network_transaction layer for QUIC. by Steven Valdez · 7 years ago
  54. baee31a Add traffic annotation to HttpStreamParser. by [email protected] · 7 years ago
  55. d1eb6d4 Split sockets to HTTP and HTTPS proxies into different groups by Matt Menke · 7 years ago
  56. 8cae04e Use the same HttpStreamFactoryImpl for Websockets. by Bence Béky · 7 years ago
  57. 8d6f87ec Plumb SocketTag from HttpRequestInfo down to sockets through pools by Paul Jensen · 7 years ago
  58. 48f235d Add flag to not close idle sockets on memory pressure by yucliu · 7 years ago
  59. 7bf9436 Do not call GetPushedStream if there is no pushed stream. by Bence Béky · 7 years ago
  60. 2e4722c2 Do not call StreamSocket::Connect from MockSSLClientSocket::Connect(). by Bence Béky · 7 years ago
  61. 7a41d355 Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2 by Chris Watkins · 8 years ago
  62. 4f83209 Refactor SSLSocketDataProvider to provide an SSLInfo by Ryan Sleevi · 8 years ago
  63. fdcaefd Reset request_ at the end of HttpNetworkTransaction::Start instead of in Read. by Shivani Sharma · 8 years ago
  64. 8f9d7d395 Avoid WrapUnique(new) in //net. by Bence Béky · 8 years ago
  65. bda8295 Use named constants instead of string literals for HTTP/2 header keys. by Bence Béky · 8 years ago
  66. 6ccee51 Reland "New NTLMv2 Implementation." by Zentaro Kavanagh · 8 years ago
  67. 950d94c Revert "New NTLMv2 Implementation." by Xida Chen · 8 years ago
  68. a240cac New NTLMv2 Implementation. by Zentaro Kavanagh · 8 years ago
  69. 5b27a6e2 Reland "Make new NTLM implementation live." by Zentaro Kavanagh · 8 years ago
  70. e5dc3a3 Revert "Make new NTLM implementation live." by Hector Carmona · 8 years ago
  71. 25a20e23 Make new NTLM implementation live. by Zentaro Kavanagh · 8 years ago
  72. 3238f2e1 Modify Authentication retry logic. by Bence Béky · 8 years ago
  73. cb361312 Use RST_STREAM instead of GOAWAY in HTTP_1_1_REQUIRED unittests. by Bence Béky · 8 years ago
  74. 1e4ef19 Fix some HttpNetworkTransactionTests. by Bence Béky · 8 years ago
  75. 83eb351 Document existing HTTP_1_1_REQUEST retry behavior with a unittest. by Bence Béky · 8 years ago
  76. 230ac61 Ignore AltSvc response headers on connections with certificate errors. by Bence Béky · 8 years ago
  77. 0579ed6 Replace base::MakeUnique with std::make_unique in net/. by Jeremy Roman · 8 years ago
  78. 45a4172 Add max retries to an HttpNetworkTransaction when an HTTP2 or QUIC related by Biljith Jayan · 8 years ago
  79. 83a6eee Add support for getting actual request headers to net::URLRequest by Andrey Kosyakov · 8 years ago
  80. 096cf05 Fix same-origin check for HTTP/2 pushed streams. by Bence Béky · 8 years ago
  81. 0ef1556e Remove is_secure from SpdySession. by Bence Béky · 8 years ago
  82. 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
  83. 422ce35 Change AlternativeServiceInfo to a class by zhongyi · 8 years ago
  84. 16196a1e Plumb NQP to context and to http_proxy_client_socket_pool by tbansal · 8 years ago
  85. 5029f463 Pass streams as unique_ptr to HttpStreamRequest::Delegate methods. by bnc · 8 years ago
  86. 96f2a40 Revert "Revert CLs landed in HttpStreamFactoryImpl to track down a crasher" by xunjieli · 8 years ago
  87. 6dcd819 Fix HttpNetworkTransactionTest.UseIPConnectionPoolingWithHostCacheExpiration. by bnc · 8 years ago
  88. 87dcefc Remove some naked |new| statements in favor of MakeUnique. by bnc · 8 years ago
  89. 8fb01a7 Revert CLs landed in HttpStreamFactoryImpl to track down a crasher by xunjieli · 8 years ago
  90. 615cf2f Return WebSocketHandleStreamBase as unique_ptr from factory method. by bnc · 8 years ago
  91. f4bdc5a Return Request as unique_ptr from JobController::Start(). by bnc · 8 years ago
  92. 954090a Remove unused WebSocketSpdyHandshakeStream and CreateSpdyStream. by Bence Béky · 8 years ago
  93. c4de0303 Change GetAlternativeServies to return alternative service infos. by zhongyi · 8 years ago
  94. 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
  95. 0864962 Return Request as unique_ptr from JobController::Start(). by bnc · 8 years ago
  96. c9a9937 Extract Proxy Resolution out of HttpStreamFactoryImpl::Job by xunjieli · 8 years ago
  97. f33fede Use ScopedTaskEnvironment instead of MessageLoopForIO in net unit tests. by fdoray · 8 years ago
  98. ce688ae Fix and test HTTP 421 behavior when returned on a retry. by davidben · 8 years ago
  99. 50576f3 Revert "Revert "Do not abort redirect responses with unadvertised encoding."" by sky · 8 years ago
  100. da1b049 Revert "Do not abort redirect responses with unadvertised encoding." by sky · 8 years ago