summaryrefslogtreecommitdiffstats
path: root/net/base/tcp_client_socket_pool.h
Commit message (Expand)AuthorAgeFilesLines
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-340/+0
* Fix crashes stemming from ClientSocketPoolBase::ReleaseSocket().willchan@chromium.org2009-06-181-0/+3
* Use factories for ConnectingSockets.willchan@chromium.org2009-06-181-18/+68
* Add CHECKs to keep the socket counts in sync.willchan@chromium.org2009-06-171-2/+5
* Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s...willchan@chromium.org2009-06-171-28/+74
* Refactor ConnectingSocket out of TCPClientSocketPool.willchan@chromium.org2009-06-161-73/+93
* Take 2. Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-151-2/+8
* Revert "Make TCPClientSocketPool own the ConnectingSockets."willchan@chromium.org2009-06-151-8/+2
* Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-151-2/+8
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-5/+15
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+10
* Revert "Move much of the TCPClientSocketPool implementation out into ClientSo...willchan@chromium.org2009-06-101-17/+130
* Move much of the TCPClientSocketPool implementation out into ClientSocketPool...willchan@chromium.org2009-06-101-130/+17
* Fix TCPClientSocketPool synchronous dns resolution + connect code path.willchan@chromium.org2009-06-091-11/+13
* Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...willchan@chromium.org2009-06-051-0/+191