1. c80f7c9 Enable QUIC packet pacing via field trial or command line flag. by [email protected] · 11 years ago
  2. 30d54f8 QUIC - enable persisting of server config by wiring by [email protected] · 11 years ago
  3. 459a740 Land Recent QUIC Changes. by [email protected] · 11 years ago
  4. 974849d Disable QUIC 0RTT for POST requests. by [email protected] · 11 years ago
  5. 7832eeb QUIC - did the plumbing to persist and restore crypto config's by [email protected] · 11 years ago
  6. 376d38a On Windows, avoid QUIC UDP-port selection in Stable and Beta channels by [email protected] · 11 years ago
  7. 467bfa6 Revert of https://codereview.chromium.org/127463003/ by [email protected] · 11 years ago
  8. 328e727 On Windows, completely disable use of bind() with pseudo-random port selection. by [email protected] · 11 years ago
  9. eed749f9 Implement connection pooling in QUIC. by [email protected] · 11 years ago
  10. 1e96003 Enable support for QUIC 13. by [email protected] · 11 years ago
  11. 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
  12. 338e798 Handle error in a socket->connect() attempt inside quic_stream_factory by [email protected] · 11 years ago
  13. 457d695 Land Recent QUIC Changes. by [email protected] · 11 years ago
  14. 256fe9b Configure QUIC max packet size via a Field Trial or command line arg. by [email protected] · 12 years ago
  15. d7d1e50b Close QUIC session when the cert database changes by [email protected] · 12 years ago
  16. 6e12d70 QUIC - added googlevideo.com to the list of cannonical hostnames to by [email protected] · 12 years ago
  17. b007e63 Land Recent QUIC changes. by [email protected] · 12 years ago
  18. b70fdb79 Enable using of canonical server config for c.youtube.com. by [email protected] · 12 years ago
  19. 6548b66 Use QUIC_STREAM_CANCELLED in QuicHttpStream when a stream is cancelled. by [email protected] · 12 years ago
  20. 4d283b3 When a request fails because the QUIC handshake failed, retry the request by [email protected] · 12 years ago
  21. 3d410ba Disabled shared crypto config code to isolate youtube performance issues by [email protected] · 12 years ago
  22. c49ff18 First cut at sharing server config between youtube servers. by [email protected] · 12 years ago
  23. 24e5bc5 Land Recent QUIC changes. by [email protected] · 12 years ago
  24. 06ff515 If the stream is being closed locally (for example in the case of a by [email protected] · 12 years ago
  25. 11c0587 Require handshake confirmation until a QUIC connection is created succesfully when using a new network. by [email protected] · 12 years ago
  26. 77c6c16 Mark QUIC as broken when a QUIC session is closed without the crypto by [email protected] · 12 years ago
  27. 3e60db8 Land Recent QUIC changes. by [email protected] · 12 years ago
  28. 0b2294d3 Use an asynchronous API to create QUIC stream by [email protected] · 12 years ago
  29. 4887809 Land Recent QUIC changes. by [email protected] · 12 years ago
  30. ce542d5 QUIC - fix for memory leak in QuicStreamFactoryTest. by [email protected] · 12 years ago
  31. 6d1b4ed First step at enabling QUIC over HTTPS. by [email protected] · 12 years ago
  32. 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
  33. 25c31dc Land Recent QUIC changes. by [email protected] · 12 years ago
  34. 69dfd1b Revert 204046 "Land Recent QUIC changes." by [email protected] · 12 years ago
  35. 059cad5 Land Recent QUIC changes. by [email protected] · 12 years ago
  36. b06431078 Land Recent QUIC changes. by [email protected] · 12 years ago
  37. 0edce6a Add a DeterministicMockUDPClientSocket. by [email protected] · 12 years ago
  38. f698a01 Close all QUIC connections when the network changes. by [email protected] · 12 years ago
  39. d03a66d Close QUIC sessions on read errors. by [email protected] · 12 years ago
  40. 8ba8121 Land Recent QUIC Changes by [email protected] · 12 years ago
  41. 74bda14 Add support for P-256 key exchange in crypto handshake. by [email protected] · 12 years ago
  42. e8ff2684 QUIC Crypto - Code to mock out the QuicCryptoClientStream. by [email protected] · 12 years ago
  43. f2cb3cf net: move host_resolver files from net/base to net/dns by [email protected] · 12 years ago
  44. 14e8106c Land Recent QUIC Changes by [email protected] · 12 years ago
  45. ed3fc15d Land Recent QUIC Changes by [email protected] · 12 years ago
  46. 5351cc4b Land Recent QUIC Changes by [email protected] · 12 years ago
  47. 4df6984 Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h. by [email protected] · 12 years ago
  48. 9d9e793 Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC. by [email protected] · 12 years ago
  49. 9db44391 Land recent QUIC changes. by [email protected] · 12 years ago
  50. 41d6b17 Add the server name indication (SNI) field to ClientHello. by [email protected] · 12 years ago
  51. b1ecc00 Add a command line option to enable SPDY request encoding for QUIC requests. by [email protected] · 12 years ago
  52. c995c57 Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to not take unnamed bool values. by [email protected] · 12 years ago
  53. 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
  54. 872edd9e Send the ClientHello handshake message. by [email protected] · 12 years ago
  55. 56dfb90 Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNetworkSession::CloseAllConnections(). by [email protected] · 12 years ago
  56. 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
  57. 9558c5d3 Add the GetRandomGenerator() method to QuicConnectionHelperInterface by [email protected] · 12 years ago
  58. 610a7e94 Merge recent QUIC changes. by [email protected] · 12 years ago
  59. f1e97e9 Integrating the QuicStreamFactory into the network stack. by [email protected] · 12 years ago
  60. aeb5cce Revert 173311 by [email protected] · 12 years ago
  61. 7c11426e Integrating the QuicStreamFactory into the network stack. by [email protected] · 12 years ago
  62. 7884ecad Move the packet receive time map from the AckFrame to the InterArrival congestion control feedback message by [email protected] · 12 years ago
  63. d75131b Revert 173170 by [email protected] · 12 years ago
  64. 25cc762 Move the packet receive time map from the AckFrame to the InterArrival congestion control feedback message by [email protected] · 12 years ago
  65. 26f3f8e Move the CongestionInfo struct to a QuicCongestionFeedbackFrame. by [email protected] · 12 years ago
  66. 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