summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-100/+106
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+3
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+9
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-2/+4
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-1/+1
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-48/+42
* Attempt to fix flakey test.mbelshe@chromium.org2010-07-111-3/+8
* Disable BackupSocketConnect unittest.cbentzel@chromium.org2010-07-071-1/+2
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-11/+5
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+3
* 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-2/+33
* Prevent crash in test case where tests could overflow the index to the list ofmbelshe@chromium.org2010-05-191-6/+12
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-33/+2
* Reland 46757.willchan@chromium.org2010-05-101-0/+7
* Revert 46757 - Fix IO thread hang on releasing a socket.sky@chromium.org2010-05-081-7/+0
* Fix IO thread hang on releasing a socket.willchan@chromium.org2010-05-071-0/+7
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-2/+3
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-16/+24
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-4/+19
* Fix crash on IP address change.willchan@chromium.org2010-04-191-1/+30
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-30/+1
* Fix to bug 39063.mbelshe@chromium.org2010-03-241-0/+92
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-23/+16
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-141-7/+138
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-27/+26
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-3/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-4/+3
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-0/+8
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-0/+9
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-8/+0
* Switch on socket late binding.willchan@chromium.org2010-01-141-0/+8
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-1/+31
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-41/+41
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-3/+3
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-131-2/+1
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+6
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-2/+5
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-23/+35
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-13/+13
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-13/+15
* Followup after socket tests refactoring http://codereview.chromium.org/155925phajdan.jr@chromium.org2009-07-291-15/+19
* Refactoring in socket pool unittests:phajdan.jr@chromium.org2009-07-231-234/+153
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-221-1/+4
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-181-15/+28
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-11/+11
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-2/+1
* Reverting 19425.ericroman@google.com2009-06-261-1/+2