summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid persisting of QUIC server config information in Stable and Betartenneti@chromium.org2014-03-031-0/+3
* Remove a bunch of unused network flags.willchan@chromium.org2014-03-011-2/+0
* Revert 253860 "Revert 253309 "QUIC - enable persisting of server..."rtenneti@chromium.org2014-02-281-2/+0
* Revert 253309 "QUIC - enable persisting of server config by wiring"rtenneti@chromium.org2014-02-271-0/+2
* Enable QUIC packet pacing via field trial or command line flag.rch@chromium.org2014-02-271-1/+5
* QUIC - enable persisting of server config by wiringrtenneti@chromium.org2014-02-261-2/+0
* Enable QUIC_VERSION_15.rch@chromium.org2014-02-251-1/+1
* QUIC - did the plumbing to persist and restore crypto config'srtenneti@chromium.org2014-01-251-0/+1
* Renamed disk_cache_based_ssl_host_info.* tortenneti@chromium.org2014-01-251-1/+1
* Added SSLHostInfo. Storing of server info to our standard disk cache.rtenneti@chromium.org2014-01-221-0/+1
* On Windows, avoid QUIC UDP-port selection in Stable and Beta channelsjar@chromium.org2014-01-221-1/+5
* Switch to QUIC 13.rch@chromium.org2014-01-161-1/+1
* Enable support for QUIC 13.rch@chromium.org2013-12-201-1/+3
* Certificate Transparency: Threading the CT verifier into the SSL client socket.eranm@google.com2013-11-281-0/+2
* Configure QUIC max packet size via a Field Trial or command line arg.rch@chromium.org2013-11-271-1/+3
* Rename websocket_handshake_stream_factory()ricea@chromium.org2013-11-181-1/+1
* Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...ricea@chromium.org2013-10-301-1/+2
* [SPDY] Remove most code dealing with credential framesakalin@chromium.org2013-10-291-2/+0
* Mark QUIC as broken when a QUIC session is closed without the cryptorch@chromium.org2013-08-171-0/+1
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+2
* Added flags to about:flags to enable QUIC over HTTPSrtenneti@chromium.org2013-07-151-0/+1
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-101-0/+1
* [SPDY] Refactor and clean up SpdySessionPoolakalin@chromium.org2013-07-031-3/+1
* Introduce RequestWebSocketStream into HttpStreamFactoryyhirano@chromium.org2013-06-211-1/+2
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-3/+3
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Change --origin-port-to-force-quic-on to --origin-to-force-quic-on.rch@chromium.org2013-06-041-3/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+1
* QUIC Crypto - Code to mock out the QuicCryptoClientStream.rtenneti@chromium.org2013-03-221-1/+4
* Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.rch@chromium.org2013-02-251-5/+1
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-221-2/+2
* Add QUIC to Alternate-Protocol support.rch@chromium.org2013-02-211-3/+9
* Add a new enable_user_alternate_protocol_ports flag.rch@chromium.org2013-02-011-1/+2
* Add support for a --enable-quic command line flag.rch@chromium.org2013-01-291-1/+2
* Add a command line option to enable SPDY request encoding for QUIC requests. rch@chromium.org2013-01-251-2/+5
* Integrate QUIC info into net-internals.rch@chromium.org2013-01-051-0/+10
* Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...rch@chromium.org2013-01-031-0/+1
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-221-2/+2
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-161-1/+9
* Revert 173311rch@chromium.org2012-12-151-9/+1
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-151-1/+9
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-3/+3
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-1/+26
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-1/+6
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-0/+14
* Remove SSLHostInfo.agl@chromium.org2012-06-271-1/+0
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-1/+2
* Increase number of max sockets per group for WebSocket connections.yutak@chromium.org2012-03-211-4/+10
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-1/+1