1. bd12b7e Socket Pool: Inline ClientSocketPoolBaseHelper, 2 of 4 by Matt Menke · 6 years ago
  2. f6edce75 SocketPools: group_name to GroupId conversion part 4 (last part). by Matt Menke · 6 years ago
  3. 94493c65 Run clang-tidy modernize-use-nullptr on //net by Raul Tambre · 6 years ago
  4. aade581 Socket Pools Refactor 30: Finish flattening the socket pools. by Matt Menke · 6 years ago
  5. 3312663 Constexpr-eliminate GetCategoryGroupEnabled calls for popular categories by Alexandr Ilin · 7 years ago
  6. a4a5093 Use CompletionOnceCallback in //net. by Bence Béky · 7 years ago
  7. 3a81417 Move sockets to CompletionOnceCallbacks by Brad Lassey · 7 years ago
  8. 92feb33 Close idle H2 sockets when SpdySession is initialized. by xunjieli · 8 years ago
  9. 29dbad1 Add reprioritization to socket pools. by rdsmith · 8 years ago
  10. f5267de Log states of JobController in Net MemoryDumpProvider by xunjieli · 8 years ago
  11. 998d247 Avoid creating MemoryAllocatorDump for individual sockets by xunjieli · 8 years ago
  12. 36fa039 Instrument SpdySessionPool using MemoryDumpProvider by xunjieli · 9 years ago
  13. 0b7f5b6 Standardize "net" category trace events by xunjieli · 9 years ago
  14. efeffa2 Remove unused fields from ClientSocketHandle. by davidben · 9 years ago
  15. 8b85c43 Extracted NetLog class's inner enum types into their own enum classes and by mikecirone · 9 years ago
  16. 84936542 Unwind fallback metrics and SSLFailureState. by davidben · 9 years ago
  17. 655b66c Change scoped_ptr to std::unique_ptr in //net/socket. by danakj · 9 years ago
  18. 6d6b4010 Add TRACE_EVENT macros to net. by ssid · 9 years ago
  19. c7eeda42 Convert Pass()→std::move() in //net by dcheng · 9 years ago
  20. c3c9372 Change histogram.h includes to histogram_macros.h in net/ by asvitkine · 10 years ago
  21. f2eaaf9 Gather metrics classifying the cause of the TLS fallback. by davidben · 10 years ago
  22. d90695c Delete the ClientSocketPoolHistograms class. by rkaplow · 10 years ago
  23. a34f61ee Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE. by [email protected] · 11 years ago
  24. ebc160063 Clarify conditions of use of ClientSocketHandle::PassSocket() by [email protected] · 12 years ago
  25. 043b68c8 When an idle socket is added back to a socket pool, by [email protected] · 12 years ago
  26. 18ccfdb [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code by [email protected] · 12 years ago
  27. aa249b5 net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  28. 1643684 Shortened connection timeout for SpdyProxyAuth origins. by [email protected] · 12 years ago
  29. 034df0f3 LoadTiming implementation in net, part 1. by [email protected] · 12 years ago
  30. 3aa4af04 NetLogEventParameter to Callback refactoring 9. by [email protected] · 13 years ago
  31. 51fdc7c Attempting to re-land a small portion of this change... Simply add links from by [email protected] · 13 years ago
  32. 2c75400a Reverting again ... More crashes, and the instrumentation did not appear to help by [email protected] · 13 years ago
  33. 711f7e7 Attempting to re-land this feature with instrumentation to track down the use-after-free. by [email protected] · 13 years ago
  34. f8f951d Reverting this feature, once again. *sigh* by [email protected] · 13 years ago
  35. ba0a931 Attempting to re-land the feature. by [email protected] · 13 years ago
  36. 4ab20fd Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134 - Revert 112130 - Close idle connections / SPDY sessions when needed by [email protected] · 13 years ago
  37. 691ee16 Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134 - Revert 112130 - Close idle connections / SPDY sessions when needed by [email protected] · 13 years ago
  38. e34400c3 Revert r113405, since it appears to be causing a crash and a hang. Also reverted r118506 since it is no longer applicable. by [email protected] · 13 years ago
  39. 49639fa base::Bind: Convert most of net/http. by [email protected] · 14 years ago
  40. 6ecf2b9 base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. by [email protected] · 14 years ago
  41. d4dfdab Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  42. a4f8f99 Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  43. f26d7fa Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  44. 83e4330 Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  45. cb8a5468 Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  46. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  47. 00cd9c4 Convert implicit scoped_refptr constructor calls to explicit ones, part 2 by [email protected] · 15 years ago
  48. 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
  49. 2431756e Stop refcounting ClientSocketPool. by [email protected] · 15 years ago
  50. 9b5614a Gather preconnection use vs waste statistics by [email protected] · 15 years ago
  51. 9008c86f Reland 54771 (and 54795) To enable TCP Preconnection by default by [email protected] · 15 years ago
  52. d6149fd Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default by [email protected] · 15 years ago
  53. 78ed550 Reland 54771 (and 54795) To enable TCP Preconnection by default by [email protected] · 15 years ago
  54. 394816e9 Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
  55. 58a496f Revert 54405 - Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
  56. 9a9787ed Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
  57. 8b49869 Fix crash bug in new SSLClientSocketPool. by [email protected] · 15 years ago
  58. 05ea9ff Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. by [email protected] · 15 years ago
  59. e60e47a Implement SSLClientSocketPool. by [email protected] · 15 years ago
  60. e772db3f Put HttpProxyClientSocket into a pool. by [email protected] · 15 years ago
  61. a7e3857 Do not attempt to reuse active sockets after a socket pool flush (usually a network change). by [email protected] · 15 years ago
  62. 06650c5 Rework the logging for sockets/connectjobs. by [email protected] · 15 years ago
  63. b89f7e4 Make ClientSocketPool histograms static so that they work properly. by [email protected] · 15 years ago
  64. 668fc10 Add DCHECK to detect misuse of HISTOGRAM interface. by [email protected] · 15 years ago
  65. c1ec29d Remove bug 31096 checks (resolved). by [email protected] · 15 years ago
  66. a796bcec Implement SOCKSClientSocketPool by [email protected] · 15 years ago
  67. caacb664 Add checks to track down bug 31096 by [email protected] · 15 years ago
  68. b1f031dd Use CHECK_* in net by [email protected] · 15 years ago
  69. a512f598 Change ClientSocketHandle to take the pool as a parameter to Init() rather than the constructor. The purpose of this change is to allow ClientSocketHandle to be able to accept ClientSocketPools of different types, since we will want to pass a TCPClientSocketPool or an SSLClientSocketPool or whatever to it. by [email protected] · 16 years ago
  70. f9d285c Add histograms for tracking the unused/unused_idle/reused socket states from TCPClientSocketPool. by [email protected] · 16 years ago
  71. d80a432 Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. by [email protected] · 16 years ago
  72. 684970b LoadLog is used as an output parameter, reorder it to the last parameter. by [email protected] · 16 years ago
  73. ec08bb2 Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN=<http://docs.google.com/Doc?id=dfhcnb2v_21gbtrcpr3&hl=en> by [email protected] · 16 years ago
  74. c30a2ff9 CHECK to make sure connection_group is never empty. by [email protected] · 16 years ago
  75. 3ae8230 Reset internal ClientSocketHandle state on Init() synchronous error (failure to do so could lead to a crash). Also delete a CHECK that was asserting on possibly deleted memory. by [email protected] · 16 years ago
  76. f7984fc6 Move socket related files from net/base to net/socket. by [email protected] · 16 years ago[Renamed (93%) from net/base/client_socket_handle.cc]
  77. 2884a46 * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher, into HostResolver. This has the advantage that consumers of DNS no longer have to remember to call "DidFinishDnsResolutionWithStatus()" followed by "DidStartDnsResolution()" in order for the prefetcher to observe the resolution. Instead it just happens automatically, and subscribers register via HostResolver::AddObserver() on a particular resolver instance. by [email protected] · 16 years ago
  78. d242d2c Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs. by [email protected] · 16 years ago
  79. 5e2a959 Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClientSocketPool. Strictly a refactoring. by [email protected] · 16 years ago
  80. d207a5f Reland my ClientSocketPool refactor again... by [email protected] · 16 years ago
  81. 9d6c4fd Sigh, revert "Reland my ClientSocketPool refactor." by [email protected] · 16 years ago
  82. 47aef53 Reland my ClientSocketPool refactor. by [email protected] · 16 years ago
  83. 660a6866 Revert "Temporarily landing my ClientSocketPool refactor. Will revert right after." by [email protected] · 16 years ago
  84. 03af450a Temporarily landing my ClientSocketPool refactor. Will revert right after. by [email protected] · 16 years ago
  85. 9879138 Revert "Revert "Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle.""" by [email protected] · 16 years ago
  86. c5e7293 Revert "Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle."" by [email protected] · 16 years ago
  87. ff1f9df4 Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle." by [email protected] · 16 years ago
  88. 54ae3ff Add connected socket function to ClientSocketPool and ClientSocketHandle. by [email protected] · 16 years ago
  89. 725355a Reverting 12479 which reverted 12470. by [email protected] · 16 years ago
  90. 137ad0c8 Reverting 12470. by [email protected] · 16 years ago
  91. 72f2a14 Prioritize which HTTP requests get a socket first by adding a priority level to various methods and classes. Fix lint errors along the way. by [email protected] · 16 years ago
  92. 0c581e6 NO CODE CHANGE by [email protected] · 16 years ago
  93. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  94. e1e0626 Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager to ClientSocketPool. by [email protected] · 17 years ago[Renamed (77%) from net/http/http_connection.cc]
  95. 586acc5fe Add net to the repository. by initial.commit · 17 years ago