summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_host.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* 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-6/+20
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-201-0/+9
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-1/+2
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-12/+6
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-6/+12
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-071-12/+6
* Slow start pipelining.simonjam@chromium.org2011-12-011-39/+31
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+93