summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-3/+3
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* When a new request comes in to a socket pool, and thatmmenke@chromium.org2013-04-221-0/+20
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-42/+1
* Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.thestig@chromium.org2013-02-121-9/+9
* LoadTiming implementation in net, part 1.mmenke@chromium.org2013-01-071-9/+19
* NetLog: Move the group_name to a CONNECT_JOB's firstmmenke@chromium.org2013-01-041-3/+3
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-6/+6
* Change www.crbug.com (fails) links to crbug.com links (works).dbeam@chromium.org2012-12-061-1/+1
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-0/+10
* NetLogEventParameter to Callback refactoring 9.mmenke@chromium.org2012-06-141-25/+19
* Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.mmenke@chromium.org2012-06-071-32/+45
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-3/+2
* Revert 132478 - Attempt to close idle connections in higher layer socket pool...rch@chromium.org2012-04-171-15/+5
* Attempt to close idle connections in higher layer socket pools when a lower l...rch@chromium.org2012-04-161-5/+15
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-101-10/+71
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-061-87/+15
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-021-15/+87
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-261-86/+15
* Attempting to re-land the feature.rch@chromium.org2012-03-211-15/+86
* Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...rch@chromium.org2012-03-201-86/+15
* Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...rch@chromium.org2012-03-201-15/+86
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-1/+1
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-241-74/+14
* Revert 117772 - Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-201-38/+2
* Revert 118074 - Disable FPO throughout client_socket_pool_base.cc.eroman@chromium.org2012-01-201-13/+0
* Fix a use-after free in socket pool which can happen after reaching the maxiu...eroman@chromium.org2012-01-201-0/+5
* Disable FPO throughout client_socket_pool_base.cc.eroman@chromium.org2012-01-181-0/+13
* Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-141-2/+38
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-15/+16
* Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...rtenneti@google.com2011-12-071-13/+68
* Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...rtenneti@chromium.org2011-12-071-68/+13
* Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...rtenneti@chromium.org2011-12-061-13/+68
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-301-68/+13
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-301-13/+68
* Close idle sockets next time we are about to send data.sgurun@google.com2011-11-161-5/+33
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-3/+3
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-3/+3
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-3/+3
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-3/+3
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-1/+43
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-43/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-1/+43
* Remove prefer_ipv4.wtc@chromium.org2011-05-121-9/+0
* Revert r85014 because it doesn't work fully and we're doing something else.willchan@chromium.org2011-05-121-24/+6
* Restart socket pool backup job timer on ReleaseSocket.willchan@chromium.org2011-05-111-6/+24
* Start backup socket timer for preconnects too.willchan@chromium.org2011-05-101-5/+2
* Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networkswtc@chromium.org2011-05-051-0/+9
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-7/+7