Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle socket errors better while pipelining: | simonjam@chromium.org | 2012-01-14 | 1 | -2/+7 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+4 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -47/+34 |
* | Add HTTP pipelining to net-internals: | simonjam@chromium.org | 2011-12-20 | 1 | -9/+101 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -1/+8 |
* | In net-internals, have HTTP_STREAM_JOBs link to the | mmenke@chromium.org | 2011-12-19 | 1 | -2/+2 |
* | Slow start pipelining. | simonjam@chromium.org | 2011-12-01 | 1 | -4/+40 |
* | Implement Drain() on HttpPipelinedStream. | simonjam@chromium.org | 2011-11-30 | 1 | -0/+18 |
* | Refactor state machines in HttpPipelinedConnectionImpl. | simonjam@chromium.org | 2011-11-15 | 1 | -190/+249 |
* | Integration tests for HTTP pipelining. | simonjam@chromium.org | 2011-11-10 | 1 | -1/+0 |
* | Fix pipelining crash on canceled user callbacks. | simonjam@chromium.org | 2011-10-28 | 1 | -9/+17 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 1 | -0/+612 |