1. 2a6845b net: Use BUILDFLAG for OS checking by Xiaohan Wang · 3 years, 5 months ago
  2. 0e45c02 Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. by Keishi Hattori · 3 years, 7 months ago
  3. 5666ff4 Remove most remaining unused "base/macros.h" by Peter Boström · 3 years, 7 months ago
  4. be86fee Rework MockHostResolver to better fit the new HTTPS record world by Eric Orth · 3 years, 8 months ago
  5. 643cdf6 Replace base/task/ temporary forward headers with their final locations by Patrick Monette · 3 years, 8 months ago
  6. 3d7d7092 Replace task-related headers to their equivalent in base/task/ by Patrick Monette · 3 years, 8 months ago
  7. 407869b Remove DISALLOW_* macros from net/ by Peter Boström · 3 years, 8 months ago
  8. 51eeec9 Enable more WebSockets tests on macOS. by David Benjamin · 3 years, 9 months ago
  9. cd71ede Upgrade scheme when DNS indicates presence of HTTPS records by Eric Orth · 3 years, 9 months ago
  10. fe9a9df URLRequest: Reject WS/WSS when expecting HTTP/HTTPS and vice versa. by Matt Menke · 3 years, 9 months ago
  11. ce5d76537 Remove unnecessary includes in a number of net/ files. by Matt Menke · 3 years, 10 months ago
  12. 068d291 net: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 1 month ago
  13. e3c3a3b0 Enable Legacy TLS interstitial by default by Chris Thompson · 4 years, 6 months ago
  14. a48b636a websocket: plumb error codes into the Mojo interface. by Adam Langley · 4 years, 7 months ago
  15. db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 7 months ago
  16. 4e78015f59 Rename IsolationInfo::RedirectMode to IsolationInfo::RequestType by shivanigithub · 4 years, 8 months ago
  17. acbad24 websockets: plumb traffic-annotation tag via Mojo by Adam Langley · 4 years, 10 months ago
  18. 25292af6 Migrate to OS_MAC and OS_APPLE in net by Avi Drissman · 4 years, 11 months ago
  19. 250bb01 [WebSocket] Remove Quota System from data transfer by Adam Rice · 5 years ago
  20. d009570 [WebSocket] Update renderer to use mojo writable datapipe by Adam Rice · 5 years ago
  21. 29a538d Replace NetworkIsolationKey with IsolationInfo in CreateWebSockets API. by Matt Menke · 5 years ago
  22. 3be01ba Reland "Add quick check parameter to ConfiguredProxyResolutionService ctor" by Eric Roman · 5 years ago
  23. 89fd75a Revert "Add quick check parameter to ConfiguredProxyResolutionService ctor" by Eric Roman · 5 years ago
  24. e315c66 Add quick check parameter to ConfiguredProxyResolutionService ctor by Nicolas Arciniega · 5 years ago
  25. 8ec5bfa Create a ProxyResolutionService interface by Nicolas Arciniega · 5 years ago
  26. 78d4f9eb Proxy Delegate Add CONNECT Tunnel headers for H2 and QUIC by Robert Ogden · 5 years ago
  27. d2013f9 Rename ProxyResolutionService to ConfiguredProxyResolutionService by Nicolas Arciniega · 5 years ago
  28. 1ead61a [WebSocket][Refactoring] Unify OnFinishOpeningHandshake and OnAddChannelResponse by Yoichi Osato · 5 years ago
  29. 8be0e25 Give site_for_cookies its own type, net/ portion by Maks Orlovich · 6 years ago
  30. de5dadf Make NetLog officially a global leaked object. by Matt Mueller · 6 years ago
  31. 1bcffbc [WebSocket] Fix the crash when OnAddChannelResponse failed. by Yoichi Osato · 6 years ago
  32. 4446d8c Populate NetworkIsolationKey for websockets by Ehimare Okoyomon · 6 years ago
  33. 76aacb20 Reland "[WebSocket] Reduce memcpy at websocket_frame_parser.cc" by Yutaka Hirano · 6 years ago
  34. 8e5f4a9 Revert "[WebSocket] Reduce memcpy at websocket_frame_parser.cc" by Olga Sharonova · 6 years ago
  35. 67e6ba1 [WebSocket] Reduce memcpy at websocket_frame_parser.cc by Yoichi Osato · 6 years ago
  36. fcaa2a2 [WebSocket] Remove manual quota control for receiving. by Yoichi Osato · 6 years ago
  37. c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  38. 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
  39. b088adc [WebSocket] Rename mojom::WebSocketClient::OnFlowControl to AddSendFlowControlQuota by Yoichi Osato · 6 years ago
  40. d9df3d3 Plumb net error to SSLErrorHandler by Emily Stark · 6 years ago
  41. f2c9bbd Unrefcount AuthChallengeInfo by Emily Stark · 6 years ago
  42. 01faed6 Use IPEndPoint instead of HostPortPair by Tsuyoshi Horo · 6 years ago
  43. f4fe517 Use base::BindOnce for PostTask callbacks. by kylechar · 6 years ago
  44. c270404 Clarify that ProxyDelegate tunnel methods are for HTTP/1.x by Wojciech Dzierżanowski · 6 years ago
  45. 1f82356 Expose CONNECT headers to ProxyDelegate by Wojciech Dzierżanowski · 6 years ago
  46. da790f9 Implicitly bypass localhost when proxying requests. by Eric Roman · 7 years ago
  47. 3d8546a Remove net::ProxyDelegate as a per-request parameter of net::ProxyResolutionService. by Eric Roman · 7 years ago
  48. 5b4a3d8 [WebSocket] Fix proxy.pac --winhttp-proxy-resolver by Adam Rice · 7 years ago
  49. 2a31b22 Update various //net tests to use TestDelegate::RunUntilComplete() etc. by Wez · 7 years ago
  50. 70fa2591 [Network Service] Support OnAuthRequired WebRequest API for WebSocket by Yutaka Hirano · 7 years ago
  51. 2f65eec [websocket] Use HttpRequestHeaders, not string, to represent headers by Yutaka Hirano · 7 years ago
  52. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 7 years ago
  53. 4165de9 Remove WebSocketEventInterface::ChanneState by Yutaka Hirano · 7 years ago
  54. ca8d525 Replace ProxyConfigSource with ProxyConfigWithAnnotation. by Ramin Halavati · 7 years ago
  55. ffe89daa0 Rename net/proxy_resolution/proxy_service* files by Lily Houghton · 7 years ago
  56. 6562397 Remove many naked new statements from net/websockets. by Bence Béky · 7 years ago
  57. f29015e7 Remove IsTrustedSpdyProxy from net::ProxyDelegate by Reilly Grant · 7 years ago
  58. 582d462 Move net/proxy to net/proxy_resolution by Lily Houghton · 7 years ago
  59. 8c2f97d Rename ProxyService class to ProxyResolutionService by Lily Houghton · 7 years ago
  60. 89a7e51 Remove OnAlternativeProxyBroken from ProxyDelegate by Reilly Grant · 7 years ago
  61. 879bd186 Remove unused proxy tunnel methods from ProxyDelegate by Reilly Grant · 7 years ago
  62. 2e8ba3e Remove GetAlternativeProxy from ProxyDelegate interface by Reilly Grant · 8 years ago
  63. 28c2fdd Run clang-tidy modernize-use-equals-{delete,default} on //net/websockets by Chris Watkins · 8 years ago
  64. b414ace7 Remove ProxyService from ProxyDelegate interface by Reilly Grant · 8 years ago
  65. 88186bd5 Add a factory method to create url::Origin objects from GURL by Daniel Cheng · 8 years ago
  66. 4c786d3 Enable WebSocketEndToEndTests with RemoteTestServer by Sergey Ulanov · 8 years ago
  67. a337dcd Enable WebSocket unittests on Fuchsia by Sergey Ulanov · 8 years ago
  68. 9e8d6f3 Remove host argument from SpawnedTestServer constructor. by Sergey Ulanov · 8 years ago
  69. b85da8ed Rename "first_party_for_cookies" to "site_for_cookies". by Mike West · 8 years ago
  70. 9b1cdf3 Remove deprecated ProxyDelegate API by tbansal · 8 years ago
  71. 9ebaba7e Test network annotation tags added to unittests in net/. by rhalavati · 8 years ago
  72. 3b96695 Add a QUIC proxy server to the list of QUIC servers supported at start up by tbansal · 9 years ago
  73. 4a59383 Provide child/frame IDs for WebSocket handshake request by yhirano · 9 years ago
  74. 0da77e92 Change WebSocketChannel to pass data via IOBuffer by darin · 9 years ago
  75. 7f60c8e Use modifed URLRequest API in net/websockets by maksim.sisov · 9 years ago
  76. fe5d0b11 Revert of Adjust callers and networking delegates in net/ to modified APIs (patchset #6 id:460001 of https://codereview.chromium.org/2265873002/ ) by mmenke · 9 years ago
  77. 65db2c48 Adjust callers and networking delegates in net/ to modified APIs by maksim.sisov · 9 years ago
  78. c3308d7 Race TCP connections to proxies with QUIC connections by tbansal · 9 years ago
  79. 7bd591a Removing load_flags from ProxyService and ProxyDelegate by ryansturm · 9 years ago
  80. 8572d57 Fix WebSocket to set first party for cookies by tyoshino · 9 years ago
  81. cef397d [Devtools] Allow User-Agent header override for Websockets by allada · 9 years ago
  82. 58024d0 Revert "[Devtools] Allow User-Agent header override for Websockets" by penghuang · 9 years ago
  83. 8031445e [Devtools] Allow User-Agent header override for Websockets by allada · 9 years ago
  84. a69c79a Move net/base/test_data_directory.[cc,h] to net/test by rsleevi · 9 years ago
  85. 386ab5d Removing ProxyDelegate::OnBeforeSendHeaders by ryansturm · 9 years ago
  86. f767595f Fix include path for moved thread_task_runner_handle.h header in net/ by gab · 9 years ago
  87. 9c5cab5 Change scoped_ptr to std::unique_ptr in //net/websockets. by danakj · 9 years ago
  88. 4bab0683 Bypass the DataReductionProxy for all POST requests by ryansturm · 9 years ago
  89. 7de050c Moving proxy resolution logic out of NetworkDelegate and into ProxyDelegate for DataReductionProxy by ryansturm · 9 years ago
  90. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 9 years ago
  91. 59a6343 Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 of https://codereview.chromium.org/1430973004/ ) by tommycli · 10 years ago
  92. eae5f75f Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60001 of https://codereview.chromium.org/1430843003/ ) by tommycli · 10 years ago
  93. e2993ae4 Migrating tests to use EmbeddedTestServer (/net) by svaldez · 10 years ago
  94. 8a2c66c2 net/websockets: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  95. 4997ce8 Replace WebSockets' use of 'url::DeprecatedSerializedOrigin'. by mkwst · 10 years ago
  96. 85ae82f1 Deprecate 'url::Origin' (1/3). by mkwst · 10 years ago
  97. 4891b25b net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  98. a5da7670 Don't process HSTS/HPKP headers when host is an IP address by estark · 10 years ago
  99. 92df3fd Revert of Don't process HSTS/HPKP headers when host is an IP address (patchset #9 id:160001 of https://codereview.chromium.org/1059303002/) by estark · 10 years ago
  100. 8488b588 Don't process HSTS/HPKP headers when host is an IP address by estark · 10 years ago