summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+1
* net: move SSL host info serialisation into SSLHostInfoagl@chromium.org2010-10-201-0/+1
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+3
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-3/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+3
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-2/+364
* Prefer used idle sockets over unused idle sockets.willchan@chromium.org2010-10-061-0/+67
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-345/+642
* Clean up socket backup job when there are no requests.willchan@chromium.org2010-09-271-1/+29
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-4/+4
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-081-2/+3
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-3/+8
* Abort ConnectJobs with ERR_ABORTED when network changes.willchan@chromium.org2010-08-311-0/+57
* ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that.willchan@chromium.org2010-08-311-2/+26
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-301-0/+5
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+3
* Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...willchan@chromium.org2010-08-251-1/+39
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-3/+6
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-251-3/+3
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-3/+5
* Implement prefetching in chromegavinp@google.com2010-07-311-7/+9
* Fix crash bug in new SSLClientSocketPool.vandebo@chromium.org2010-07-161-11/+14
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-6/+3
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-7/+114
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-167/+135
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-8/+60
* Fix a race condition in the unit test. The MockPending jobs actuallymbelshe@chromium.org2010-07-121-1/+8
* Reland 51081:mbelshe@chromium.org2010-07-111-112/+252
* Fix a bug in backup socket cleanup where when we call RemoveConnectJob,mbelshe@chromium.org2010-07-101-0/+39
* Revert 51081 for causing crashes -willchan@chromium.org2010-07-071-252/+112
* 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