summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-2/+2
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-2/+2
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-2/+2
* Use sockets with unread data if they've never been used before.davidben@chromium.org2014-03-261-2/+64
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-141-268/+165
* Fix WeakPtrFactory member order in net/socket/.wez@chromium.org2013-11-101-3/+5
* Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."scherkus@chromium.org2013-11-041-165/+268
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-041-268/+165
* When an idle socket is added back to a socket pool,mmenke@chromium.org2013-08-221-12/+13
* Refactor socket pool handling of prioritiesakalin@chromium.org2013-08-221-1/+1
* Remove SocketParams template parameter for functions templated on PoolTypeakalin@chromium.org2013-08-151-5/+4
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-23/+26
* Add load states for requests stalled waiting for a socket slotmmenke@chromium.org2013-07-201-34/+180
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-2/+2
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-1/+1
* net: Socket pools prioritize requests with ignore_limits.mmenke@chromium.org2013-06-111-5/+171
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-35/+40
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-10/+7
* When a new request comes in to a socket pool, and thatmmenke@chromium.org2013-04-221-0/+284
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-78/+3
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-27/+27
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-121-34/+8
* LoadTiming implementation in net, part 1.mmenke@chromium.org2013-01-071-7/+142
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-6/+6
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-22/+22
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+6
* Remove SSLHostInfo.agl@chromium.org2012-06-271-3/+0
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-17/+17
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.mmenke@chromium.org2012-06-071-11/+53
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-8/+8
* Disable ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothingbacker@chromium.org2012-05-231-1/+11
* Fix flakiness and renamemmenke@chromium.org2012-05-051-12/+69
* Revert 132478 - Attempt to close idle connections in higher layer socket pool...rch@chromium.org2012-04-171-167/+0
* Attempt to close idle connections in higher layer socket pools when a lower l...rch@chromium.org2012-04-161-0/+167
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-101-4/+52
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-061-219/+4
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+3
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-021-4/+219
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-261-219/+4
* Attempting to re-land the feature.rch@chromium.org2012-03-211-4/+219
* Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...rch@chromium.org2012-03-201-219/+4
* Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...rch@chromium.org2012-03-201-4/+219
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+5
* Fix calls in base and net unit tests to use TimeDelta.tedvessenes@gmail.com2012-02-041-6/+6
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-11/+11