summaryrefslogtreecommitdiffstats
path: root/net/socket/socks_client_socket_pool_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-7/+12
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-4/+8
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-8/+4
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-041-4/+3
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-5/+8
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-6/+9
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-4/+4
* Fix crash on IP address change.willchan@chromium.org2010-04-191-6/+9
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-9/+6
* Cleanup testing objects.vandebo@chromium.org2010-03-221-13/+13
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-0/+368