| Commit message (Expand) | Author | Age | Files | Lines |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-04-24 | 1 | -1/+1 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-04-01 | 1 | -2/+2 |
* | Add histograms to QuicClientSession for tracking down QUIC crash. | rch@chromium.org | 2014-03-27 | 1 | -0/+3 |
* | Remove QuicCryptoClientStream::Visitor, and instead introduce a | rch@chromium.org | 2014-03-24 | 1 | -5/+3 |
* | QUIC - server_info and server_key are listed next to each other. | rtenneti@chromium.org | 2014-03-19 | 1 | -1/+1 |
* | Move all Chrome-specific logic out of QuicCryptoClientStream | rch@chromium.org | 2014-03-18 | 1 | -2/+14 |
* | QUIC - use QuicSessionKey tuple (host, port, is_https) instead of | rtenneti@chromium.org | 2014-03-15 | 1 | -1/+2 |
* | Move QuicServerInfo management from CachedState to the QuicStreamFactory | rch@chromium.org | 2014-03-14 | 1 | -0/+1 |
* | Remove Proxy from the the QUIC session key (and friends) | rch@chromium.org | 2014-03-10 | 1 | -1/+1 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-02-06 | 1 | -1/+2 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2014-01-16 | 1 | -0/+2 |
* | Implement connection pooling in QUIC. | rch@chromium.org | 2013-12-23 | 1 | -1/+7 |
* | Land Recent QUIC Changes. | rtenneti@chromium.org | 2013-12-13 | 1 | -3/+2 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-10-27 | 1 | -1/+1 |
* | Read and process up to 32 QUIC packets before yielding to the message loop. | rch@chromium.org | 2013-10-27 | 1 | -0/+2 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-10-24 | 1 | -0/+3 |
* | When a request fails because the QUIC handshake failed, retry the request | rch@chromium.org | 2013-10-17 | 1 | -3/+31 |
* | added UMA counts for stream frames in packet | jri@google.com | 2013-09-24 | 1 | -0/+2 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-09-18 | 1 | -0/+2 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-09-05 | 1 | -0/+5 |
* | Report a more specific QUIC error when reading from the socket fails. | rch@chromium.org | 2013-09-04 | 1 | -1/+1 |
* | If the stream is being closed locally (for example in the case of a | rch@chromium.org | 2013-08-29 | 1 | -0/+4 |
* | Require handshake confirmation until a QUIC connection is created succesfully... | rch@chromium.org | 2013-08-20 | 1 | -2/+4 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -1/+2 |
* | Log QUIC crypto handshake messages to net log. | rch@chromium.org | 2013-08-14 | 1 | -0/+4 |
* | Use an asynchronous API to create QUIC stream | rch@chromium.org | 2013-08-02 | 1 | -0/+57 |
* | Implement GetSSLInfo for QUIC/https connections. | rtenneti@chromium.org | 2013-07-12 | 1 | -0/+2 |
* | Make sure that QUIC connections correctly call OnSessionClose | rch@chromium.org | 2013-06-26 | 1 | -1/+11 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-05-16 | 1 | -3/+6 |
* | Land Recent QUIC Changes | rtenneti@chromium.org | 2013-05-03 | 1 | -1/+4 |
* | Land Recent QUIC Changes | rtenneti@chromium.org | 2013-04-17 | 1 | -0/+4 |
* | QUIC Crypto - Code to mock out the QuicCryptoClientStream. | rtenneti@chromium.org | 2013-03-22 | 1 | -1/+3 |
* | Refactor QuicClientSession so that it owns the underlying socket | rch@chromium.org | 2013-03-15 | 1 | -2/+3 |
* | Log useful events for QUIC sessions in the net-log. | rch@chromium.org | 2013-02-20 | 1 | -0/+2 |
* | Enhance net internals/net log output for QUIC. | rch@chromium.org | 2013-02-14 | 1 | -1/+6 |
* | Revert 182331 | rch@chromium.org | 2013-02-13 | 1 | -6/+1 |
* | Enhance net internals/net log output for QUIC. | rch@chromium.org | 2013-02-13 | 1 | -1/+6 |
* | Add the server name indication (SNI) field to ClientHello. | wtc@chromium.org | 2013-01-29 | 1 | -1/+4 |
* | Send the ClientHello handshake message. | wtc@chromium.org | 2013-01-16 | 1 | -1/+1 |
* | Integrate QUIC info into net-internals. | rch@chromium.org | 2013-01-05 | 1 | -0/+2 |
* | Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet... | rch@chromium.org | 2013-01-03 | 1 | -0/+3 |
* | Make all QUIC streams owned by the session. Add a Visitor interface to the s... | rch@chromium.org | 2012-12-23 | 1 | -3/+0 |
* | Add a factory for creating QuicHttpStream objects from an internal collection... | rch@chromium.org | 2012-12-12 | 1 | -3/+26 |
* | Add a QuicHttpStream class. | rch@chromium.org | 2012-12-04 | 1 | -0/+4 |
* | Add an OnCryptoHandshakeComplete method to QuicSession. | rch@chromium.org | 2012-11-20 | 1 | -1/+5 |
* | Adding QuicClientSession and friends | rch@chromium.org | 2012-11-04 | 1 | -0/+42 |