summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: remove UsingTCPFastOpen() method from StreamSocket classtfarina2016-03-221-1/+0
* Convert ignore_limits from a SocketParam to a socket request argument.mmenke2016-01-281-690/+442
* Convert Pass()→std::move() in //netdcheng2015-12-261-2/+2
* Switch to standard integer types in net/.Avi Drissman2015-12-201-2/+3
* Upstream minor iOS-specific changes to //netblundell2015-12-161-1/+7
* Remove ScopedVector from net/socket testsolli.raula2015-11-231-1/+3
* Implement GetTotalReceivedBytes() for StreamSockettbansal2015-10-141-0/+6
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-091-2/+2
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-23/+17
* Converted bare pointer to scoped_ptr<> in net/socket and net/httpketan.goyal2015-06-031-1/+1
* Clean up weird ClientSocketPoolBase unit tests.mmenke2015-05-191-101/+54
* Collect all ConnectionAttempts from both sockets in TransportConnectJob.ttuttle2015-05-151-0/+5
* Rename NetLog test classes to match the renamed TestNetLog class.mmenke2015-05-041-10/+10
* Get rid of TestNetLog::CapturedEntry[List] typedefs.mmenke2015-04-241-8/+10
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-6/+5
* Report the connect status of the oldest connection in the socket pool.haavardm2015-04-221-23/+38
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-18/+18
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-2/+2
* Delete the ClientSocketPoolHistograms class.rkaplow2015-03-251-12/+6
* Fix bug that would create unnecessary ConnectJobs in some cases.mmenke2015-03-091-0/+16
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-91/+65
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-43/+43
* 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