summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.cc
Commit message (Expand)AuthorAgeFilesLines
* 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