summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_handle.h
Commit message (Expand)AuthorAgeFilesLines
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-241-1/+1
* Resend on IO errors on late bound sockets that were idle.willchan@chromium.org2009-08-221-3/+3
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-2/+4
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-3/+8
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-171-0/+25
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-141-5/+27
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-3/+3
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+3
* Reset internal ClientSocketHandle state on Init() synchronous error (failure ...willchan@chromium.org2009-06-261-0/+5
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+100