summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r47583 for causing reliability bot crashes.willchan@chromium.org2010-05-191-1/+1
* Reland my close on idle socket change.willchan@chromium.org2010-05-181-1/+1
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-4/+2
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-5/+6
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-3/+7
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-2/+3
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+4
* Revert r44150 and r43882.willchan@chromium.org2010-04-131-1/+1
* Fix crash when we delete the group we're requesting a socket for.willchan@chromium.org2010-04-091-1/+1
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-4/+2
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-5/+10
* Disable backup connect jobs for all pools except TCPClientSocketPoolvandebo@chromium.org2010-03-201-1/+3
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-15/+13
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-11/+12
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+1
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-3/+2
* Add some extra request information to LoadLog:eroman@chromium.org2010-01-211-0/+10
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-2/+3
* Switch on socket late binding.willchan@chromium.org2010-01-141-3/+2
* Fixup some connection time measurements.mbelshe@google.com2009-12-281-3/+12
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-2/+4
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-1/+1
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds.eroman@chromium.org2009-10-061-1/+8
* Make GetLoadState virtual in ConnectJob().willchan@chromium.org2009-09-011-4/+14
* Control the amount of time to leave an unused socket idle before closing it.willchan@chromium.org2009-08-291-0/+2
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-201-6/+9
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-141-13/+14
* 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
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-2/+8
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-8/+2
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-031-2/+8
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-221-1/+2
* Make ConnectJob::ReleaseSocket() return NULL on connection error.willchan@chromium.org2009-07-021-0/+3
* Refactor ConnectJob and TCPConnectJob.willchan@chromium.org2009-07-011-33/+60
* Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...willchan@chromium.org2009-06-301-34/+18
* Remove some dead code -- this was moved into client_socket_pool_base.cc.ericroman@google.com2009-06-291-15/+0
* Break out classes from tcp_client_socket_pool.h into their own files.willchan@chromium.org2009-06-241-363/+11
* Fix crash in ClientSocketPoolBase.willchan@chromium.org2009-06-231-42/+20
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+555