| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 1 | -2/+2 |
* | Remove static variables from HttpStreamFactory. | szager@chromium.org | 2012-09-07 | 1 | -11/+1 |
* | Remove most usages of scoped_ptr<*SocketData> in net unittests. | rch@chromium.org | 2012-07-19 | 1 | -18/+15 |
* | DeterministicSocketDataProvider should not be RefCounted | rsleevi@chromium.org | 2012-07-10 | 1 | -10/+11 |
* | Refuse to pipeline frames, prefetches, and downloads. | simonjam@chromium.org | 2012-04-30 | 1 | -8/+60 |
* | Increase number of max sockets per group for WebSocket connections. | yutak@chromium.org | 2012-03-21 | 1 | -6/+13 |
* | Make pipelining resilient to proxy changes. | simonjam@chromium.org | 2012-03-13 | 1 | -1/+56 |
* | Ensure pipelined requests are sent in the same order they're queued. Also, en... | simonjam@chromium.org | 2012-03-03 | 1 | -0/+64 |
* | Add a force pipelining option to load flags. | simonjam@chromium.org | 2012-03-01 | 1 | -33/+153 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -122/+123 |
* | Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS, | rch@chromium.org | 2012-02-17 | 1 | -2/+2 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -57/+63 |
* | Fix race between OnPipelineFeedback and | simonjam@chromium.org | 2011-12-06 | 1 | -0/+93 |
* | Slow start pipelining. | simonjam@chromium.org | 2011-12-01 | 1 | -46/+178 |
* | Implement Drain() on HttpPipelinedStream. | simonjam@chromium.org | 2011-11-30 | 1 | -0/+43 |
* | Integration tests for HTTP pipelining. | simonjam@chromium.org | 2011-11-10 | 1 | -0/+470 |