summaryrefslogtreecommitdiffstats
path: root/net/socket/socks_client_socket_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* 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