summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_host_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+1
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-6/+3
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+1
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-011-26/+36
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-201-0/+14
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-2/+4
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-28/+14
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-14/+28
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-071-28/+14
* Slow start pipelining.simonjam@chromium.org2011-12-011-11/+67
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+80