summaryrefslogtreecommitdiffstats
path: root/net/socket/socks_client_socket_pool_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-271-1/+1
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-191-15/+15
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-1/+2
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-15/+15
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-171-8/+9
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-15/+15
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-3/+3
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-38/+38
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-2/+2
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-46/+60
* Add a new net error code for when the load failure was due to connecting to a...eroman@chromium.org2010-09-161-2/+2
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-6/+7
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-118/+0
* Reland 51081:mbelshe@chromium.org2010-07-111-6/+8
* Revert 51081 for causing crashes -willchan@chromium.org2010-07-071-8/+6
* We basically don't do late socket binding when a connect has alreadymbelshe@chromium.org2010-06-291-6/+8
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-15/+10
* 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