summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-0/+2
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-12/+9
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-1/+0
* Improve error messages for bad SocketParams.willchan@chromium.org2010-06-151-1/+1
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-1/+4
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-6/+9
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-2/+5
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-1/+2
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-2/+1
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-3/+16
* Fix crash on IP address change.willchan@chromium.org2010-04-191-1/+2
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-2/+1
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-0/+9
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-5/+25
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+1
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-1/+0
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-0/+1
* Switch on socket late binding.willchan@chromium.org2010-01-141-1/+0
* Fixup some connection time measurements.mbelshe@google.com2009-12-281-1/+4
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-4/+6
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-1/+1
* Make GetLoadState virtual in ConnectJob().willchan@chromium.org2009-09-011-0/+1
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-201-2/+4
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-2/+6
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-141-11/+8
* 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/+2
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-5/+8
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-8/+5
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-5/+8
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-221-1/+2
* Refactor ConnectJob and TCPConnectJob.willchan@chromium.org2009-07-011-12/+16
* Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...willchan@chromium.org2009-06-301-10/+10
* Break out classes from tcp_client_socket_pool.h into their own files.willchan@chromium.org2009-06-241-227/+21
* Fix crash in ClientSocketPoolBase.willchan@chromium.org2009-06-231-0/+3
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+340