summaryrefslogtreecommitdiffstats
path: root/net/socket/socks_client_socket_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-0/+11
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-2/+2
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-4/+3
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-221-15/+15
* Flush all nested pools.willchan@chromium.org2010-09-161-0/+1
* Add a new net error code for when the load failure was due to connecting to a...eroman@chromium.org2010-09-161-1/+1
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-1/+1
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-081-1/+18
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-111-0/+1
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-1/+1
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+1
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-22/+36
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-3/+2
* A/B test for determining a value for unused socket timeout. Currently theziadh@chromium.org2010-06-211-1/+2
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-2/+7
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-8/+10
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-2/+2
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-2/+4
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-4/+2
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-1/+1
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+4
* 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-0/+214