1. aa2a8b5 Net: Plumb CNAME aliases to sockets with aim of exposing to ad-tagging. by Cammie Smith Barnes · 4 years, 6 months ago
  2. 4807a9a Remove calls to NetworkIsolationKey's old constructor in net/. by Matt Menke · 4 years, 7 months ago
  3. 4d473a5 Remove some TODOs referencing issue 950069. by Matt Menke · 4 years, 7 months ago
  4. db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 7 months ago
  5. 2bc7716 Plumb a NetworkQualityEstimator* into TCPClientSocket. by Eric Roman · 4 years, 9 months ago
  6. 85529208 net/socket: Replace QuitWhenIdleClosure() with QuitClosure() by Lukasz Krakowiak · 5 years ago
  7. 28dcf9d6 net/socket: Replace QuitCurrentWhenIdleClosureDeprecated() with QuitWhenIdleClosure() by Lukasz Krakowiak · 5 years ago
  8. 0924470b Remove/replace unnecessary logging.h includes in .cc files (net) by Hans Wennborg · 5 years ago
  9. 433de6d NetLog: Add some logging around why the socket pool closes sockets. by Matt Menke · 5 years ago
  10. edd30d98 Make ResolveErrorInfo available from ClientSocketHandle. by dalyk · 5 years ago
  11. d9342e3a Rename TestNetLog->RecordingTestNetLog and BoundTestNetLog->RecordingBoundTestNetLog by Matt Mueller · 6 years ago
  12. e51fef5 Remove unused includes to message_loop.h by Carlos Caballero · 6 years ago
  13. 5f48a13 Add disable_secure_dns to GroupId and TransportSocketParams. by dalyk · 6 years ago
  14. 6dd7e88 Fix OnSSLConfigForServerChanged when the GroupId has a NetworkIsolationKey by David Benjamin · 6 years ago
  15. c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  16. 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
  17. bac8dff Move client auth handling into SSLClientContext by David Benjamin · 6 years ago
  18. 24725be Make SSLClient[Socket]Context into a non-copyable SSLClientSocket factory by David Benjamin · 6 years ago
  19. 4b1a5234 Move the privacy mode session cache split back into SSLClientSocket by David Benjamin · 6 years ago
  20. 8ae506c Split Cache: Adds frame origin while creating NetworkIsolationKey by Shivani Sharma · 6 years ago
  21. 79cc755 [refactor] Remove TestNetLogEntry. by Eric Roman · 6 years ago
  22. 29f1e2c6 [net] Migrate net::WithScopedTaskEnvironment to new TimeSource trait by Gabriel Charette · 6 years ago
  23. d54000b2 Use in-class initializers for base::WeakPtrFactory in net/. by Jeremy Roman · 6 years ago
  24. 166443c Add NetworkIsolationKey to ClientSocketPool::GroupId. by Matt Menke · 6 years ago
  25. f1b97e0 Remove support for getting FTP content from HTTP proxies. by Matt Menke · 6 years ago
  26. 99251ea4 ClientSocketPool: Make cancel_connect_job close connected sockets. by Matt Menke · 6 years ago
  27. 7eb405e ClientSocketPool: Add argument to CancelRequest to cancel ConnectJobs by Matt Menke · 6 years ago
  28. f09e64c Remove proxy traffic annotations from ClientSocketPool::SocketParams. by Matt Menke · 6 years ago
  29. d61bd53 Unwind the SSL version interference probe. by David Benjamin · 6 years ago
  30. 96c5b29 Remove support for ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT. by Eric Roman · 6 years ago
  31. 870e19ab SocketParams refactor 5: Make SocketParams no longer a callback. by Matt Menke · 6 years ago
  32. aafff54 SocketParams refactor 3: Add ClientSocketPool::CreateConnectJob. by Matt Menke · 6 years ago
  33. bdf77780 SocketParams refactor 1: Use PrivacyMode enum in GroupId instead of bools. by Matt Menke · 6 years ago
  34. bf3c767d Add method to replace ConnectJobs and sockets for a socket pool group. by Matt Menke · 6 years ago
  35. 6f84d1f1 GetAdditionalErrorState refactor 4, add methods to get SSL information. by Matt Menke · 6 years ago
  36. 39b7c5a GetAdditionalErrorState refactor 3, use SSLCertRequestInfo. by Matt Menke · 6 years ago
  37. 84d11e56 Use ClientSocketPool::SocketParams everywhere. by Matt Menke · 6 years ago
  38. 16f5c2e5 Socket Pool: Inline ClientSocketPoolBaseHelper, 3 of 4 by Matt Menke · 6 years ago
  39. bd12b7e Socket Pool: Inline ClientSocketPoolBaseHelper, 2 of 4 by Matt Menke · 6 years ago
  40. 9fa17d5 Socket Pool: Inline ClientSocketPoolBaseHelper, 1 of 4 by Matt Menke · 6 years ago
  41. b5fb42b Remove HttpProxySocketParams::quic_version(). by Matt Menke · 6 years ago
  42. b88837e Remove HttpNetworkSession argument from CreateSocketParamsAndGetGroupId. by Matt Menke · 6 years ago
  43. f6edce75 SocketPools: group_name to GroupId conversion part 4 (last part). by Matt Menke · 6 years ago
  44. c6b3edf7 SocketPools: group_name to GroupId conversion part 3. by Matt Menke · 6 years ago
  45. 94493c65 Run clang-tidy modernize-use-nullptr on //net by Raul Tambre · 6 years ago
  46. d732ea4 Remove custom per-request user-agent to HTTP proxies for CONNECTs. by Matt Menke · 6 years ago
  47. a6f99ad Make ConnectJobs take CommonConnectJobParams as a const pointer. by Matt Menke · 6 years ago
  48. ce50e1d Remove group name from ConnectJob layer. by Matt Menke · 6 years ago
  49. 841fc41 Remove ClientSocketFactory constructors that take ClientSocketHandles. by Matt Menke · 6 years ago
  50. 83367864 Remove HigherLayeredPool logic from ClientSocketPoolBase. by Matt Menke · 6 years ago
  51. 4b69f93 Fix crash in ClientSocketPoolBaseHelper::GetLoadState. by Matt Menke · 6 years ago
  52. 1481951 Remove respect_limits from ConnectJob layer. by Matt Menke · 6 years ago
  53. b57663b3 Socket Pools Refactor 28: Rework HTTP proxy auth (part 2). by Matt Menke · 6 years ago
  54. 28ac03e Socket Pools Refactor 27: Rework HTTP proxy auth (part 1). by Matt Menke · 6 years ago
  55. 1a6c92d NetLog: Rework ConnectJob logging. by Matt Menke · 6 years ago
  56. 8335a6d //net: Fix various 64-bit truncation issues by Raul Tambre · 6 years ago
  57. a763509 Move idle socket timeout values to client_socket_pool_manager.cc by Tarun Bansal · 6 years ago
  58. f4fe517 Use base::BindOnce for PostTask callbacks. by kylechar · 6 years ago
  59. da3fa94 SSLClientSessionCache ownership refactor 2: privacy mode by Daniel McArdle · 6 years ago
  60. 1751ba7 Socket Pools Refactor 20: Make HttpProxyConnectJob use common parameters by Matt Menke · 6 years ago
  61. 52cd95a Socket Pools Refactor 22: Let HttpProxyClientSocket take a StreamSocket. by Matt Menke · 6 years ago
  62. 8c1981d //net: Convert base::(U)Int(64)ToString(16) to NumberToString(16) by Raul Tambre · 6 years ago
  63. fd95692 Socket Pools Refactor 16 (2): Let SSLClientSockets wrap StreamSockets. by Matt Menke · 6 years ago
  64. 3a663d6 SSLClientSessionCache ownership refactor by Daniel McArdle · 6 years ago
  65. 141b87f2 Socket Pools Refactor 14: Don't create backup ConnectJobs after connect by Matt Menke · 6 years ago
  66. 1f82356 Expose CONNECT headers to ProxyDelegate by Wojciech Dzierżanowski · 6 years ago
  67. 977e61b Socket Pools Refactor 1: Move ConnectJob to its own file. by Matt Menke · 6 years ago
  68. c621aead0 Socket Pools Refactor 0: Move connection timeout to ConnectJobs. by Matt Menke · 6 years ago
  69. 4365a478 Use base::size rather than arraysize in net/. by Avi Drissman · 6 years ago
  70. 0def209 ClientSocketPoolBaseTest to use MOCK_TIME by Alex Clarke · 7 years ago
  71. 02ef29a Make ConnectJob::ChangePriorityInternal pure virtual by Lily Chen · 7 years ago
  72. ecebf93 Assign ConnectJobs to Requests and keep track of unassigned ConnectJobs by Lily Chen · 7 years ago
  73. 4f9c35c [message_loop] Remove message_loop_forward.h by Alexander Timin · 7 years ago
  74. c643d0e1 [message_loop] Temporary introduce message_loop_forward.h. by Alexander Timin · 7 years ago
  75. 22a91d8b9 [clang-tidy] Apply modernize-use-auto in /net by jdoerrie · 7 years ago
  76. a4a5093 Use CompletionOnceCallback in //net. by Bence Béky · 7 years ago
  77. bdbb0e7 Use CompletionOnceCallback for default constructed in tests. by Bence Béky · 7 years ago
  78. a03bae0 Migrate some net tests off of QuitCurrent*Deprecated. by Wez · 7 years ago
  79. 5a8662b Use CompletionOnceCallback in RequestSocket(). by Bence Béky · 7 years ago
  80. 8ddc249 Use CompletionOnceCallback in test helper classes. by Bence Béky · 7 years ago
  81. ea91801 [MessageLoop cleanup] Mass migrate away from MessageLoop::QuitWhenIdleClosure(). by Gabriel Charette · 7 years ago
  82. 55ce608 Remove HttpRequestInfo::RequestMotivation by Charlie Harrison · 7 years ago
  83. 3e4c062 Remove Set*Speculation methods from StreamSocket by Charlie Harrison · 7 years ago
  84. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 7 years ago
  85. 4496d082 Chrome style plugin: enable virtual specifier checks for Gmock objects in //net by Daniel Cheng · 7 years ago
  86. 3a81417 Move sockets to CompletionOnceCallbacks by Brad Lassey · 7 years ago
  87. b49715e Enable ClientSocketPoolBaseTest.CleanupTimedOutIdleSocketsNoReuse on iOS. by Eric Roman · 7 years ago
  88. ac3c51e Adds a net::MockProxyClientSocket so tests can mock out ProxyClientSocket by Helen Li · 7 years ago
  89. d5bb922 Reland "Add a net::TransportClientSocket class" by Helen Li · 7 years ago
  90. 3292d8d8 Revert "Add a net::TransportClientSocket class" by Hitoshi Yoshida · 7 years ago
  91. 53553a9 Add a net::TransportClientSocket class by Helen Li · 7 years ago
  92. cbdfc885 Remove RandIntCallback from UDPSocket parameters. by Sergey Ulanov · 7 years ago
  93. 0a08cc8 Remove Socket::Write() default traffic annotation. by Ramin Halavati · 7 years ago
  94. 8d6f87ec Plumb SocketTag from HttpRequestInfo down to sockets through pools by Paul Jensen · 7 years ago
  95. 0f49dec Plumb SocketTag through TCP and UDP socket classes. by Paul Jensen · 7 years ago
  96. a2b2cfc Traffic Annotation argument added to Socket::Write(). by [email protected] · 8 years ago
  97. 7a41d355 Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2 by Chris Watkins · 8 years ago
  98. 65ec958 net: Thread request motivation into preconnect sockets by Alexandr Ilin · 8 years ago
  99. a46c800 Deprecate Net.Socket.IdleSocketFate histogram by Helen Li · 8 years ago
  100. 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 8 years ago