summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_handle.h
Commit message (Expand)AuthorAgeFilesLines
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-3/+3
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-13/+1
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-13/+0
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-061-1/+13
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-051-10/+1
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-051-1/+10
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-041-9/+1
* Enable speculative preconnection by defaultjar@chromium.org2010-08-031-1/+9
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-0/+7
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-7/+0
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-0/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix crash bug in new SSLClientSocketPool.vandebo@chromium.org2010-07-161-15/+16
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+3
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-1/+27
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-5/+5
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-0/+6
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-0/+2
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-0/+5
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-3/+7
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-4/+4
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-2/+3
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-0/+13
* Reverting 29316.vandebo@chromium.org2009-10-161-13/+0
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-0/+13
* 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