summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-38/+9
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-9/+38
* Close idle sockets next time we are about to send data.sgurun@google.com2011-11-161-0/+14
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-2/+2
* Expose some network configurations for performance tuning.wangxianzhu@chromium.org2011-10-121-3/+0
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-8/+8
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-7/+7
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-4/+4
* net: Build net.dll on Windows.rvargas@google.com2011-07-011-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+18
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-18/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+18
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Net: Add net_api to the socket codervargas@google.com2011-05-191-4/+5
* Remove prefer_ipv4.wtc@chromium.org2011-05-121-8/+0
* Revert r85014 because it doesn't work fully and we're doing something else.willchan@chromium.org2011-05-121-4/+2
* Restart socket pool backup job timer on ReleaseSocket.willchan@chromium.org2011-05-111-2/+4
* Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networkswtc@chromium.org2011-05-051-0/+8
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-10/+10
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-081-1/+1
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-1/+1
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-1/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Reland rest of r77399.willchan@chromium.org2011-03-121-0/+2
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-2/+0
* Coverity: Fix unnecessary call by values.vandebo@chromium.org2011-03-111-1/+1
* Reland r77075,r77077.willchan@chromium.org2011-03-091-0/+2
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-2/+3
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-8/+8
* Fix preconnect crash when we hit max socket limit.willchan@chromium.org2010-12-021-0/+5
* Fix clang build: remove a const on a return value.willchan@chromium.org2010-10-131-1/+1
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-18/+90
* Prefer used idle sockets over unused idle sockets.willchan@chromium.org2010-10-061-3/+4
* Adds the ability for a link to set the filter in the eventsmmenke@chromium.org2010-09-301-0/+2
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-32/+27
* Clean up socket backup job when there are no requests.willchan@chromium.org2010-09-271-1/+1
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-3/+1
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-081-3/+4
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-5/+3
* Abort ConnectJobs with ERR_ABORTED when network changes.willchan@chromium.org2010-08-311-3/+6
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-301-0/+8
* 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