summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties.h
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-2/+3
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-3/+2
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-2/+3
* Remove QUIC from NPN strings so as to save space in ALPNrch@chromium.org2013-07-221-0/+3
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-0/+4
* [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2akalin@chromium.org2013-06-271-0/+2
* [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.akalin@chromium.org2013-05-151-1/+1
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-2/+5
* [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1akalin@chromium.org2013-04-121-0/+1
* Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC...rch@chromium.org2013-04-011-1/+1
* [SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)akalin@chromium.org2013-03-051-0/+1
* Add QUIC to Alternate-Protocol support.rch@chromium.org2013-02-211-0/+1
* Persist the alternate protocol as a string not an int to allow the enum to be...rch@chromium.org2012-04-101-0/+4
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-1/+0
* Revert 131256 - Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-081-25/+2
* Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-071-2/+25
* SPDY - persist SPDY settings.rtenneti@chromium.org2012-03-241-15/+11
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-4/+4
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-2/+9
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-0/+1
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-0/+14
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-14/+0
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-071-0/+14
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-0/+19
* Persist Alternate-Protocol.willchan@chromium.org2011-10-121-2/+2
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-6/+49
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+42