summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_client_session.h
Commit message (Expand)AuthorAgeFilesLines
* Restrict QUIC session pool when channel ID is present.rch@chromium.org2014-07-021-2/+3
* Land Recent QUIC Changes.rtenneti@chromium.org2014-06-181-2/+0
* Add a new histogram Net.QuicSession.HandshakeConfirmedTime which tracksrch@chromium.org2014-06-071-0/+2
* To mitigate the effects of hanging 0-RTT QUIC connections,rch@chromium.org2014-06-061-0/+7
* Improve the content displayed at chrome://net-internals/#quicrch@chromium.org2014-05-201-1/+1
* Land Recent QUIC Changes.rtenneti@chromium.org2014-05-171-0/+1
* Land Recent QUIC Changes.rtenneti@chromium.org2014-04-241-1/+1
* Land Recent QUIC Changes.rtenneti@chromium.org2014-04-011-2/+2
* Add histograms to QuicClientSession for tracking down QUIC crash.rch@chromium.org2014-03-271-0/+3
* Remove QuicCryptoClientStream::Visitor, and instead introduce arch@chromium.org2014-03-241-5/+3
* QUIC - server_info and server_key are listed next to each other.rtenneti@chromium.org2014-03-191-1/+1
* Move all Chrome-specific logic out of QuicCryptoClientStreamrch@chromium.org2014-03-181-2/+14
* QUIC - use QuicSessionKey tuple (host, port, is_https) instead ofrtenneti@chromium.org2014-03-151-1/+2
* Move QuicServerInfo management from CachedState to the QuicStreamFactoryrch@chromium.org2014-03-141-0/+1
* Remove Proxy from the the QUIC session key (and friends)rch@chromium.org2014-03-101-1/+1
* Land Recent QUIC Changes.rtenneti@chromium.org2014-02-061-1/+2
* Land Recent QUIC Changes.rtenneti@chromium.org2014-01-161-0/+2
* Implement connection pooling in QUIC.rch@chromium.org2013-12-231-1/+7
* Land Recent QUIC Changes.rtenneti@chromium.org2013-12-131-3/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-271-1/+1
* Read and process up to 32 QUIC packets before yielding to the message loop.rch@chromium.org2013-10-271-0/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-241-0/+3
* When a request fails because the QUIC handshake failed, retry the requestrch@chromium.org2013-10-171-3/+31
* added UMA counts for stream frames in packetjri@google.com2013-09-241-0/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-09-181-0/+2
* Land Recent QUIC changes.rtenneti@chromium.org2013-09-051-0/+5
* Report a more specific QUIC error when reading from the socket fails.rch@chromium.org2013-09-041-1/+1
* If the stream is being closed locally (for example in the case of arch@chromium.org2013-08-291-0/+4
* Require handshake confirmation until a QUIC connection is created succesfully...rch@chromium.org2013-08-201-2/+4
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-1/+2
* Log QUIC crypto handshake messages to net log.rch@chromium.org2013-08-141-0/+4
* Use an asynchronous API to create QUIC streamrch@chromium.org2013-08-021-0/+57
* Implement GetSSLInfo for QUIC/https connections.rtenneti@chromium.org2013-07-121-0/+2
* Make sure that QUIC connections correctly call OnSessionCloserch@chromium.org2013-06-261-1/+11
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-161-3/+6
* Land Recent QUIC Changes rtenneti@chromium.org2013-05-031-1/+4
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-171-0/+4
* QUIC Crypto - Code to mock out the QuicCryptoClientStream.rtenneti@chromium.org2013-03-221-1/+3
* Refactor QuicClientSession so that it owns the underlying socketrch@chromium.org2013-03-151-2/+3
* Log useful events for QUIC sessions in the net-log.rch@chromium.org2013-02-201-0/+2
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-141-1/+6
* Revert 182331rch@chromium.org2013-02-131-6/+1
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-131-1/+6
* Add the server name indication (SNI) field to ClientHello.wtc@chromium.org2013-01-291-1/+4
* Send the ClientHello handshake message.wtc@chromium.org2013-01-161-1/+1
* Integrate QUIC info into net-internals.rch@chromium.org2013-01-051-0/+2
* Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...rch@chromium.org2013-01-031-0/+3
* Make all QUIC streams owned by the session. Add a Visitor interface to the s...rch@chromium.org2012-12-231-3/+0
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-121-3/+26