summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* We basically don't do late socket binding when a connect has alreadymbelshe@chromium.org2010-06-291-112/+252
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-1/+1
* A/B test for determining a value for unused socket timeout. Currently theziadh@chromium.org2010-06-211-1/+2
* Fix TestConnectJob::kMockAdvancingLoadStateJob to be less flaky.vandebo@chromium.org2010-06-171-10/+14
* TTF: Fix and enable disabled test: ClientSocketPoolBaseTest.LoadStatevandebo@chromium.org2010-06-161-4/+3
* Improve error messages for bad SocketParams.willchan@chromium.org2010-06-151-6/+12
* Reland my close on idle socket change (r43882+r44150).willchan@chromium.org2010-06-101-16/+101
* Revert "Revert an idle sockets change to trigger reliability bot. Will rever...willchan@chromium.org2010-06-081-101/+16
* Revert an idle sockets change to trigger reliability bot. Will revert again ...willchan@chromium.org2010-06-081-16/+101
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-2/+31
* Fixes an invalid read bug in ClientSocketPoolBaseHelper and cancels ConnectJo...willchan@chromium.org2010-06-031-0/+25
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-41/+44
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-6/+11
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-2/+2
* Revert r47583 for causing reliability bot crashes.willchan@chromium.org2010-05-191-101/+16
* Reland my close on idle socket change.willchan@chromium.org2010-05-181-16/+101
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-2/+2
* Reland 46757.willchan@chromium.org2010-05-101-0/+89
* Revert 46757 - Fix IO thread hang on releasing a socket.sky@chromium.org2010-05-081-64/+0
* Fix IO thread hang on releasing a socket.willchan@chromium.org2010-05-071-0/+64
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-29/+44
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-1/+1
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-21/+31
* Fix crash on IP address change.willchan@chromium.org2010-04-191-1/+1
* Fix FindTopStalledGroup() to catch groups correctly.willchan@chromium.org2010-04-161-0/+27
* Revert r44150 and r43882.willchan@chromium.org2010-04-131-99/+16
* Fix crash when we delete the group we're requesting a socket for.willchan@chromium.org2010-04-091-0/+35
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-2/+2
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-1/+1
* Fix ClientSocketPool to count idle sockets toward socket limit.willchan@chromium.org2010-04-071-16/+64
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-63/+57
* Disable backup connect jobs for all pools except TCPClientSocketPoolvandebo@chromium.org2010-03-201-12/+4
* Try to fix some regressions after landing 41689.eroman@chromium.org2010-03-161-11/+4
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-80/+77
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-141-7/+21
* Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket.willchan@chromium.org2010-03-021-0/+53
* Delete an unused test fixture.willchan@chromium.org2010-03-021-7/+0
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-5/+6
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-2/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+2
* Fix ClientSocketPoolBaseHelper to maintain order properly.willchan@chromium.org2010-02-081-35/+54
* Socket late binding bugfix.willchan@chromium.org2010-02-031-0/+41
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-61/+61
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-517/+22
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-3/+1
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-22/+517
* Switch on socket late binding.willchan@chromium.org2010-01-141-517/+22
* Slightly tweak socket late binding behavior to make it more deterministic whi...willchan@chromium.org2010-01-131-7/+15
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-1/+1
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-12/+12