summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+2
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-5/+5
* [net] Move host_cache files from net/base to net/dnsszym@chromium.org2013-04-101-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-31/+34
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* MessageLoop's RUN method will pass a const ref to PendingTask whenrtenneti@chromium.org2013-02-031-2/+2
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-2/+2
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-11/+1
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-191-18/+15
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-101-10/+11
* Refuse to pipeline frames, prefetches, and downloads.simonjam@chromium.org2012-04-301-8/+60
* Increase number of max sockets per group for WebSocket connections.yutak@chromium.org2012-03-211-6/+13
* Make pipelining resilient to proxy changes.simonjam@chromium.org2012-03-131-1/+56
* Ensure pipelined requests are sent in the same order they're queued. Also, en...simonjam@chromium.org2012-03-031-0/+64
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-011-33/+153
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-122/+123
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-171-2/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-57/+63
* Fix race between OnPipelineFeedback andsimonjam@chromium.org2011-12-061-0/+93
* Slow start pipelining.simonjam@chromium.org2011-12-011-46/+178
* Implement Drain() on HttpPipelinedStream.simonjam@chromium.org2011-11-301-0/+43
* Integration tests for HTTP pipelining.simonjam@chromium.org2011-11-101-0/+470