summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_handle.h
Commit message (Expand)AuthorAgeFilesLines
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-101-0/+7
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-061-7/+0
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-021-0/+7
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-261-5/+0
* Attempting to re-land the feature.rch@chromium.org2012-03-211-0/+5
* Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...rch@chromium.org2012-03-201-5/+0
* Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...rch@chromium.org2012-03-201-0/+5
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-241-6/+1
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-2/+2
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-3/+3
* Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...rtenneti@google.com2011-12-071-0/+5
* Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...rtenneti@chromium.org2011-12-071-5/+0
* Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...rtenneti@chromium.org2011-12-061-0/+5
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-5/+0
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-0/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Net: Add net_api to the socket codervargas@google.com2011-05-191-1/+2
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-7/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-2/+2
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-3/+3
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-13/+1
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-13/+0
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-061-1/+13
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-051-10/+1
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-051-1/+10
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-041-9/+1
* Enable speculative preconnection by defaultjar@chromium.org2010-08-031-1/+9
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-0/+7
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-7/+0
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-0/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix crash bug in new SSLClientSocketPool.vandebo@chromium.org2010-07-161-15/+16
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+3
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-1/+27
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-5/+5
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-0/+6
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-0/+2
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-0/+5
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-3/+7
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-4/+4
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-2/+3
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-0/+13
* Reverting 29316.vandebo@chromium.org2009-10-161-13/+0
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-0/+13
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-241-1/+1
* Resend on IO errors on late bound sockets that were idle.willchan@chromium.org2009-08-221-3/+3
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-2/+4
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-3/+8