summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.h
Commit message (Expand)AuthorAgeFilesLines
* Reland r57100. Only create the backup ConnectJob when it is needed.willchan@chromium.org2010-08-261-42/+49
* Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...willchan@chromium.org2010-08-251-0/+6
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-251-8/+9
* Revert 57100 - Only create the backup ConnectJob when it is needed.thestig@chromium.org2010-08-231-49/+42
* Only create the backup ConnectJob when it is needed.willchan@chromium.org2010-08-231-42/+49
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-061-6/+5
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-051-5/+6
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-051-6/+5
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-041-5/+6
* Enable speculative preconnection by defaultjar@chromium.org2010-08-031-6/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix idle socket cleanup code path.vandebo@chromium.org2010-07-221-0/+3
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-21/+43
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-0/+5
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-4/+4
* Reland 51081:mbelshe@chromium.org2010-07-111-61/+28
* Revert 51081 for causing crashes -willchan@chromium.org2010-07-071-28/+61
* We basically don't do late socket binding when a connect has alreadymbelshe@chromium.org2010-06-291-61/+28
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-9/+4
* A/B test for determining a value for unused socket timeout. Currently theziadh@chromium.org2010-06-211-9/+5
* Reland my close on idle socket change (r43882+r44150).willchan@chromium.org2010-06-101-5/+16
* Revert "Revert an idle sockets change to trigger reliability bot. Will rever...willchan@chromium.org2010-06-081-16/+5
* Revert an idle sockets change to trigger reliability bot. Will revert again ...willchan@chromium.org2010-06-081-5/+16
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-5/+17
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-10/+13
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-5/+7
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-4/+14
* Revert r47583 for causing reliability bot crashes.willchan@chromium.org2010-05-191-16/+5
* Reland my close on idle socket change.willchan@chromium.org2010-05-181-5/+16
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-14/+4
* Reland 46757.willchan@chromium.org2010-05-101-0/+3
* Revert 46757 - Fix IO thread hang on releasing a socket.sky@chromium.org2010-05-081-3/+0
* Fix IO thread hang on releasing a socket.willchan@chromium.org2010-05-071-0/+3
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-041-8/+4
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-0/+2
* Fix crash on IP address change.willchan@chromium.org2010-04-191-4/+14
* Revert r44150 and r43882.willchan@chromium.org2010-04-131-16/+5
* Fix crash when we delete the group we're requesting a socket for.willchan@chromium.org2010-04-091-2/+2
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-14/+4
* Fix ClientSocketPool to count idle sockets toward socket limit.willchan@chromium.org2010-04-071-3/+14
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-2/+26
* Disable backup connect jobs for all pools except TCPClientSocketPoolvandebo@chromium.org2010-03-201-0/+7
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-17/+17
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-141-3/+43
* Fix ClientSocketPoolBaseHelper to maintain order properly.willchan@chromium.org2010-02-081-9/+11
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-3/+3
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-36/+3
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-2/+31
* Switch on socket late binding.willchan@chromium.org2010-01-141-31/+2
* Slightly tweak socket late binding behavior to make it more deterministic whi...willchan@chromium.org2010-01-131-1/+13