summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-309/+0
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-3/+4
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-151-8/+0
* Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-0/+8
* Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-8/+0
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-6/+6
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+31
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+4
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-0/+20
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+1
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-1/+1
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-221-15/+15
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-5/+3
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+1
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-1/+1
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-251-1/+1
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-1/+1
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+1
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-6/+23
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-3/+1
* A/B test for determining a value for unused socket timeout. Currently theziadh@chromium.org2010-06-211-1/+2
* Reland my close on idle socket change (r43882+r44150).willchan@chromium.org2010-06-101-1/+1
* Revert "Revert an idle sockets change to trigger reliability bot. Will rever...willchan@chromium.org2010-06-081-1/+1
* Revert an idle sockets change to trigger reliability bot. Will revert again ...willchan@chromium.org2010-06-081-1/+1
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-2/+7
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-8/+10
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-201-2/+2
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-2/+4
* Revert r47583 for causing reliability bot crashes.willchan@chromium.org2010-05-191-1/+1
* Reland my close on idle socket change.willchan@chromium.org2010-05-181-1/+1
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-4/+2
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-5/+6
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-3/+7
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-2/+3
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+4
* Revert r44150 and r43882.willchan@chromium.org2010-04-131-1/+1
* Fix crash when we delete the group we're requesting a socket for.willchan@chromium.org2010-04-091-1/+1
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-4/+2
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-5/+10
* Disable backup connect jobs for all pools except TCPClientSocketPoolvandebo@chromium.org2010-03-201-1/+3
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-15/+13
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-11/+12
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+1
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-3/+2
* Add some extra request information to LoadLog:eroman@chromium.org2010-01-211-0/+10
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-2/+3
* Switch on socket late binding.willchan@chromium.org2010-01-141-3/+2
* Fixup some connection time measurements.mbelshe@google.com2009-12-281-3/+12