summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-63/+67
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-11/+11
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-131-11/+58
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-6/+3
* Roll back Markus's CL ( http://codereview.chromium.org/196053)jshin@chromium.org2009-09-251-28/+11
* When converting between units of time or data types of different precision,markus@chromium.org2009-09-241-11/+28
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-1/+3
* Make GetLoadState virtual in ConnectJob().willchan@chromium.org2009-09-011-2/+8
* Control the amount of time to leave an unused socket idle before closing it.willchan@chromium.org2009-08-291-1/+61
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+3