summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_handle.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-5/+45
* Add checks to track down bug 31096vandebo@chromium.org2010-03-081-0/+2
* Use CHECK_* in netwillchan@chromium.org2010-03-021-1/+1
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-3/+3
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-171-0/+2
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-141-19/+0
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-4/+4
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+3
* CHECK to make sure connection_group is never empty.willchan@chromium.org2009-07-071-0/+1
* Reset internal ClientSocketHandle state on Init() synchronous error (failure ...willchan@chromium.org2009-06-261-6/+15
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+73