- bd12b7e Socket Pool: Inline ClientSocketPoolBaseHelper, 2 of 4 by Matt Menke · 6 years ago
- f6edce75 SocketPools: group_name to GroupId conversion part 4 (last part). by Matt Menke · 6 years ago
- 94493c65 Run clang-tidy modernize-use-nullptr on //net by Raul Tambre · 6 years ago
- aade581 Socket Pools Refactor 30: Finish flattening the socket pools. by Matt Menke · 6 years ago
- 3312663 Constexpr-eliminate GetCategoryGroupEnabled calls for popular categories by Alexandr Ilin · 7 years ago
- a4a5093 Use CompletionOnceCallback in //net. by Bence Béky · 7 years ago
- 3a81417 Move sockets to CompletionOnceCallbacks by Brad Lassey · 7 years ago
- 92feb33 Close idle H2 sockets when SpdySession is initialized. by xunjieli · 8 years ago
- 29dbad1 Add reprioritization to socket pools. by rdsmith · 8 years ago
- f5267de Log states of JobController in Net MemoryDumpProvider by xunjieli · 8 years ago
- 998d247 Avoid creating MemoryAllocatorDump for individual sockets by xunjieli · 8 years ago
- 36fa039 Instrument SpdySessionPool using MemoryDumpProvider by xunjieli · 9 years ago
- 0b7f5b6 Standardize "net" category trace events by xunjieli · 9 years ago
- efeffa2 Remove unused fields from ClientSocketHandle. by davidben · 9 years ago
- 8b85c43 Extracted NetLog class's inner enum types into their own enum classes and by mikecirone · 9 years ago
- 84936542 Unwind fallback metrics and SSLFailureState. by davidben · 9 years ago
- 655b66c Change scoped_ptr to std::unique_ptr in //net/socket. by danakj · 9 years ago
- 6d6b4010 Add TRACE_EVENT macros to net. by ssid · 9 years ago
- c7eeda42 Convert Pass()→std::move() in //net by dcheng · 9 years ago
- c3c9372 Change histogram.h includes to histogram_macros.h in net/ by asvitkine · 10 years ago
- f2eaaf9 Gather metrics classifying the cause of the TLS fallback. by davidben · 10 years ago
- d90695c Delete the ClientSocketPoolHistograms class. by rkaplow · 10 years ago
- a34f61ee Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE. by [email protected] · 11 years ago
- ebc160063 Clarify conditions of use of ClientSocketHandle::PassSocket() by [email protected] · 12 years ago
- 043b68c8 When an idle socket is added back to a socket pool, by [email protected] · 12 years ago
- 18ccfdb [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code by [email protected] · 12 years ago
- aa249b5 net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
- 1643684 Shortened connection timeout for SpdyProxyAuth origins. by [email protected] · 12 years ago
- 034df0f3 LoadTiming implementation in net, part 1. by [email protected] · 12 years ago
- 3aa4af04 NetLogEventParameter to Callback refactoring 9. by [email protected] · 13 years ago
- 51fdc7c Attempting to re-land a small portion of this change... Simply add links from by [email protected] · 13 years ago
- 2c75400a Reverting again ... More crashes, and the instrumentation did not appear to help by [email protected] · 13 years ago
- 711f7e7 Attempting to re-land this feature with instrumentation to track down the use-after-free. by [email protected] · 13 years ago
- f8f951d Reverting this feature, once again. *sigh* by [email protected] · 13 years ago
- ba0a931 Attempting to re-land the feature. by [email protected] · 13 years ago
- 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
- 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
- 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
- 49639fa base::Bind: Convert most of net/http. by [email protected] · 14 years ago
- 6ecf2b9 base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. by [email protected] · 14 years ago
- d4dfdab Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
- a4f8f99 Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
- f26d7fa Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
- 83e4330 Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
- cb8a5468 Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
- f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
- 00cd9c4 Convert implicit scoped_refptr constructor calls to explicit ones, part 2 by [email protected] · 15 years ago
- 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
- 2431756e Stop refcounting ClientSocketPool. by [email protected] · 15 years ago
- 9b5614a Gather preconnection use vs waste statistics by [email protected] · 15 years ago
- 9008c86f Reland 54771 (and 54795) To enable TCP Preconnection by default by [email protected] · 15 years ago
- d6149fd Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default by [email protected] · 15 years ago
- 78ed550 Reland 54771 (and 54795) To enable TCP Preconnection by default by [email protected] · 15 years ago
- 394816e9 Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
- 58a496f Revert 54405 - Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
- 9a9787ed Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
- 8b49869 Fix crash bug in new SSLClientSocketPool. by [email protected] · 15 years ago
- 05ea9ff Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. by [email protected] · 15 years ago
- e60e47a Implement SSLClientSocketPool. by [email protected] · 15 years ago
- e772db3f Put HttpProxyClientSocket into a pool. by [email protected] · 15 years ago
- a7e3857 Do not attempt to reuse active sockets after a socket pool flush (usually a network change). by [email protected] · 15 years ago
- 06650c5 Rework the logging for sockets/connectjobs. by [email protected] · 15 years ago
- b89f7e4 Make ClientSocketPool histograms static so that they work properly. by [email protected] · 15 years ago
- 668fc10 Add DCHECK to detect misuse of HISTOGRAM interface. by [email protected] · 15 years ago
- c1ec29d Remove bug 31096 checks (resolved). by [email protected] · 15 years ago
- a796bcec Implement SOCKSClientSocketPool by [email protected] · 15 years ago
- caacb664 Add checks to track down bug 31096 by [email protected] · 15 years ago
- b1f031dd Use CHECK_* in net by [email protected] · 15 years ago
- 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
- f9d285c Add histograms for tracking the unused/unused_idle/reused socket states from TCPClientSocketPool. by [email protected] · 16 years ago
- d80a432 Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. by [email protected] · 16 years ago
- 684970b LoadLog is used as an output parameter, reorder it to the last parameter. by [email protected] · 16 years ago
- 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
- c30a2ff9 CHECK to make sure connection_group is never empty. by [email protected] · 16 years ago
- 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
- 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]
- 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
- d242d2c Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs. by [email protected] · 16 years ago
- 5e2a959 Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClientSocketPool. Strictly a refactoring. by [email protected] · 16 years ago
- d207a5f Reland my ClientSocketPool refactor again... by [email protected] · 16 years ago
- 9d6c4fd Sigh, revert "Reland my ClientSocketPool refactor." by [email protected] · 16 years ago
- 47aef53 Reland my ClientSocketPool refactor. by [email protected] · 16 years ago
- 660a6866 Revert "Temporarily landing my ClientSocketPool refactor. Will revert right after." by [email protected] · 16 years ago
- 03af450a Temporarily landing my ClientSocketPool refactor. Will revert right after. by [email protected] · 16 years ago
- 9879138 Revert "Revert "Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle.""" by [email protected] · 16 years ago
- c5e7293 Revert "Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle."" by [email protected] · 16 years ago
- ff1f9df4 Revert "Add connected socket function to ClientSocketPool and ClientSocketHandle." by [email protected] · 16 years ago
- 54ae3ff Add connected socket function to ClientSocketPool and ClientSocketHandle. by [email protected] · 16 years ago
- 725355a Reverting 12479 which reverted 12470. by [email protected] · 16 years ago
- 137ad0c8 Reverting 12470. by [email protected] · 16 years ago
- 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
- 0c581e6 NO CODE CHANGE by [email protected] · 16 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- e1e0626 Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager to ClientSocketPool. by [email protected] · 17 years ago[Renamed (77%) from net/http/http_connection.cc]
- 586acc5fe Add net to the repository. by initial.commit · 17 years ago