summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-49/+42
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-141-2/+72
* Use CHECK_* in netwillchan@chromium.org2010-03-021-3/+3
* Remove connection failed histograms.vandebo@chromium.org2010-03-021-2/+2
* Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket.willchan@chromium.org2010-03-021-3/+2
* Fix ClientSocketPoolBaseHelper to maintain order properly.willchan@chromium.org2010-02-081-20/+48
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+1
* Socket late binding bugfix.willchan@chromium.org2010-02-031-0/+31
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-128/+37
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-36/+116
* Switch on socket late binding.willchan@chromium.org2010-01-141-116/+36
* Slightly tweak socket late binding behavior to make it more deterministic whi...willchan@chromium.org2010-01-131-1/+15
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-2/+14
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-2/+2
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-1/+4
* Make GetLoadState virtual in ConnectJob().willchan@chromium.org2009-09-011-3/+2
* Control the amount of time to leave an unused socket idle before closing it.willchan@chromium.org2009-08-291-7/+10
* Fix gcc warning about possible unused variable experienced with Apple gcc 4.2mark@chromium.org2009-08-201-1/+1
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-201-20/+98
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-171-4/+10
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-141-68/+79
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-5/+5
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-3/+4
* Make sure the socket is deleted when ConnectJob times out.willchan@chromium.org2009-08-061-0/+2
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-1/+22
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-22/+1
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-1/+22
* Fix crash in client_socket_pool_base.cc.phajdan.jr@chromium.org2009-07-291-5/+2
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-221-3/+74
* Add support for late binding of sockets.willchan@chromium.org2009-07-151-33/+121
* Make ConnectJob::ReleaseSocket() return NULL on connection error.willchan@chromium.org2009-07-021-0/+1
* Fix leak on connection error.willchan@chromium.org2009-07-021-2/+2
* Refactor ConnectJob and TCPConnectJob.willchan@chromium.org2009-07-011-69/+83
* Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...willchan@chromium.org2009-06-301-35/+19
* Reset internal ClientSocketHandle state on Init() synchronous error (failure ...willchan@chromium.org2009-06-261-4/+1
* Break out classes from tcp_client_socket_pool.h into their own files.willchan@chromium.org2009-06-241-0/+384