summaryrefslogtreecommitdiffstats
path: root/net/socket/socks_client_socket_pool.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-081-4/+4
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-301-0/+5
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-1/+0
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-111-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-0/+2
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-17/+14
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-1/+0
* Improve error messages for bad SocketParams.willchan@chromium.org2010-06-151-1/+1
* 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-7/+10
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-2/+5
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-1/+2
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-2/+1
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-2/+3
* Fix crash on IP address change.willchan@chromium.org2010-04-191-1/+2
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-2/+1
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-0/+185