summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.mmenke@chromium.org2012-06-071-27/+28
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-101-12/+41
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-061-41/+12
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-021-12/+41
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-261-41/+12
* Attempting to re-land the feature.rch@chromium.org2012-03-211-12/+41
* Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...rch@chromium.org2012-03-201-41/+12
* Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...rch@chromium.org2012-03-201-12/+41
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-2/+3
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-241-39/+10
* Revert 117772 - Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-201-20/+2
* Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-141-2/+20
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-14/+16
* Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...rtenneti@google.com2011-12-071-9/+38
* Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...rtenneti@chromium.org2011-12-071-38/+9
* Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...rtenneti@chromium.org2011-12-061-9/+38
* 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