- c80f7c9 Enable QUIC packet pacing via field trial or command line flag. by [email protected] · 11 years ago
- 30d54f8 QUIC - enable persisting of server config by wiring by [email protected] · 11 years ago
- 459a740 Land Recent QUIC Changes. by [email protected] · 11 years ago
- 974849d Disable QUIC 0RTT for POST requests. by [email protected] · 11 years ago
- 7832eeb QUIC - did the plumbing to persist and restore crypto config's by [email protected] · 11 years ago
- 376d38a On Windows, avoid QUIC UDP-port selection in Stable and Beta channels by [email protected] · 11 years ago
- 467bfa6 Revert of https://codereview.chromium.org/127463003/ by [email protected] · 11 years ago
- 328e727 On Windows, completely disable use of bind() with pseudo-random port selection. by [email protected] · 11 years ago
- eed749f9 Implement connection pooling in QUIC. by [email protected] · 11 years ago
- 1e96003 Enable support for QUIC 13. by [email protected] · 11 years ago
- 3c77240 This is the test to assure that the port suggester is being reused with the proper seed (to get consistent results), and also that it is pseudo-random (and hence usually varies the port when the name of the destination changes). by [email protected] · 11 years ago
- 338e798 Handle error in a socket->connect() attempt inside quic_stream_factory by [email protected] · 11 years ago
- 457d695 Land Recent QUIC Changes. by [email protected] · 11 years ago
- 256fe9b Configure QUIC max packet size via a Field Trial or command line arg. by [email protected] · 12 years ago
- d7d1e50b Close QUIC session when the cert database changes by [email protected] · 12 years ago
- 6e12d70 QUIC - added googlevideo.com to the list of cannonical hostnames to by [email protected] · 12 years ago
- b007e63 Land Recent QUIC changes. by [email protected] · 12 years ago
- b70fdb79 Enable using of canonical server config for c.youtube.com. by [email protected] · 12 years ago
- 6548b66 Use QUIC_STREAM_CANCELLED in QuicHttpStream when a stream is cancelled. by [email protected] · 12 years ago
- 4d283b3 When a request fails because the QUIC handshake failed, retry the request by [email protected] · 12 years ago
- 3d410ba Disabled shared crypto config code to isolate youtube performance issues by [email protected] · 12 years ago
- c49ff18 First cut at sharing server config between youtube servers. by [email protected] · 12 years ago
- 24e5bc5 Land Recent QUIC changes. by [email protected] · 12 years ago
- 06ff515 If the stream is being closed locally (for example in the case of a by [email protected] · 12 years ago
- 11c0587 Require handshake confirmation until a QUIC connection is created succesfully when using a new network. by [email protected] · 12 years ago
- 77c6c16 Mark QUIC as broken when a QUIC session is closed without the crypto by [email protected] · 12 years ago
- 3e60db8 Land Recent QUIC changes. by [email protected] · 12 years ago
- 0b2294d3 Use an asynchronous API to create QUIC stream by [email protected] · 12 years ago
- 4887809 Land Recent QUIC changes. by [email protected] · 12 years ago
- ce542d5 QUIC - fix for memory leak in QuicStreamFactoryTest. by [email protected] · 12 years ago
- 6d1b4ed First step at enabling QUIC over HTTPS. by [email protected] · 12 years ago
- fc9be580 Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, net/server/, net/socket/, net/spdy/, net/ssl/. by [email protected] · 12 years ago
- 25c31dc Land Recent QUIC changes. by [email protected] · 12 years ago
- 69dfd1b Revert 204046 "Land Recent QUIC changes." by [email protected] · 12 years ago
- 059cad5 Land Recent QUIC changes. by [email protected] · 12 years ago
- b06431078 Land Recent QUIC changes. by [email protected] · 12 years ago
- 0edce6a Add a DeterministicMockUDPClientSocket. by [email protected] · 12 years ago
- f698a01 Close all QUIC connections when the network changes. by [email protected] · 12 years ago
- d03a66d Close QUIC sessions on read errors. by [email protected] · 12 years ago
- 8ba8121 Land Recent QUIC Changes by [email protected] · 12 years ago
- 74bda14 Add support for P-256 key exchange in crypto handshake. by [email protected] · 12 years ago
- e8ff2684 QUIC Crypto - Code to mock out the QuicCryptoClientStream. by [email protected] · 12 years ago
- f2cb3cf net: move host_resolver files from net/base to net/dns by [email protected] · 12 years ago
- 14e8106c Land Recent QUIC Changes by [email protected] · 12 years ago
- ed3fc15d Land Recent QUIC Changes by [email protected] · 12 years ago
- 5351cc4b Land Recent QUIC Changes by [email protected] · 12 years ago
- 4df6984 Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h. by [email protected] · 12 years ago
- 9d9e793 Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC. by [email protected] · 12 years ago
- 9db44391 Land recent QUIC changes. by [email protected] · 12 years ago
- 41d6b17 Add the server name indication (SNI) field to ClientHello. by [email protected] · 12 years ago
- b1ecc00 Add a command line option to enable SPDY request encoding for QUIC requests. by [email protected] · 12 years ago
- c995c57 Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to not take unnamed bool values. by [email protected] · 12 years ago
- 8950326 Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by acking every other packet, and setting a timer when we don't ack. by [email protected] · 12 years ago
- 872edd9e Send the ClientHello handshake message. by [email protected] · 12 years ago
- 56dfb90 Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNetworkSession::CloseAllConnections(). by [email protected] · 12 years ago
- dda3e9b Change to queue the ack and control frames, instead of serializing them immediatedly, and putting both into one packet whenever possible. Also fixing a bug where we were passing should_resend into TimeUntilSend(), not is_retransmit. by [email protected] · 12 years ago
- 9558c5d3 Add the GetRandomGenerator() method to QuicConnectionHelperInterface by [email protected] · 12 years ago
- 610a7e94 Merge recent QUIC changes. by [email protected] · 12 years ago
- f1e97e9 Integrating the QuicStreamFactory into the network stack. by [email protected] · 12 years ago
- aeb5cce Revert 173311 by [email protected] · 12 years ago
- 7c11426e Integrating the QuicStreamFactory into the network stack. by [email protected] · 12 years ago
- 7884ecad Move the packet receive time map from the AckFrame to the InterArrival congestion control feedback message by [email protected] · 12 years ago
- d75131b Revert 173170 by [email protected] · 12 years ago
- 25cc762 Move the packet receive time map from the AckFrame to the InterArrival congestion control feedback message by [email protected] · 12 years ago
- 26f3f8e Move the CongestionInfo struct to a QuicCongestionFeedbackFrame. by [email protected] · 12 years ago
- e13201d8 Add a factory for creating QuicHttpStream objects from an internal collection of QuicClientSessions. Consumers of this factory requests a stream by creating a QuicStreamRequest object, and then calling the Request() method. by [email protected] · 12 years ago