summaryrefslogtreecommitdiffstats
path: root/net/socket/socks_client_socket_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-26/+1
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-1/+26
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-4/+1
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-151-4/+1
* Expose some network configurations for performance tuning.wangxianzhu@chromium.org2011-10-121-3/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-34/+45
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-1/+5
* More net/ reordering.erg@google.com2011-01-211-5/+5
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+12
* 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