1. 965e592 gfe-relnote: Enable initial obfuscators in QUIC_VERSION_99. Protected by quic_enable_version_99 by nharper · 5 years ago
  2. c73506e Introduce QUIC v49 by dschinazi · 6 years ago
  3. e3f2f7b relnote: On server side, do not process the first initial QUIC packet received from a client if the UDP datagram is < 1200 bytes. Instead, send a connection close with PROTOCOL_VIOLATION if the version is supported. Protected by quic_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 6 years ago
  4. 142051a Fix QUIC core test display by dschinazi · 6 years ago
  5. 98fc8d0 Display version in quic_framer_test by dschinazi · 6 years ago
  6. c8d9e40 Rename CryptoUtils::CreateTlsInitialCrypters by nharper · 6 years ago
  7. 2d55b91 Use version-aware QuicConnectionCloseFrame constructor. by fkastenholz · 6 years ago
  8. 16df2a5 gfe-relnote: Switch the QUIC flag to support TLS from a protocol flag to a reloadable flag, with a chrome_value = true. Set chrome_value = true for the QUIC enable v99 flag. by rch · 6 years ago
  9. a0cbbdc gfe-relnote: (n/a) Fix a use-of-uninitialized-value in QuicFramerTest.GetRetransmittableControlFrameSize. Test only. by wub · 6 years ago
  10. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  11. 88d08f4 Change Application and Transport ConnectionClose codes to uint64_t by fkastenholz · 6 years ago
  12. a702be2 Change the version label for QUIC v99 + TLS from T099 by rch · 6 years ago
  13. a366010 Have framer store frame type currently being processed by fkastenholz · 6 years ago
  14. 488a462 Save all data from received IETF Connection Close frames by fkastenholz · 6 years ago
  15. 36825da gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
  16. 4b5a68a Do not queue coalesced undecryptable packets twice by dschinazi · 6 years ago
  17. 30ab6db Send correct version negotiation to prober by dschinazi · 6 years ago
  18. ccbe0e0 Client-side workaround for probes receiving unexpected length prefixes by dschinazi · 6 years ago
  19. a14a7ae Put Google QUIC Connection Close code in the extracted code field by fkastenholz · 6 years ago
  20. 243eabc Refactor QUIC version parsing by dschinazi · 6 years ago
  21. b4dade7 Generate and parse extended Google QUIC Error Code in IETF Conn. Close frames. by fkastenholz · 6 years ago
  22. b012d21 Support 20byte connection IDs in QUIC v99 by dschinazi · 6 years ago
  23. b953d02 Add connection ID length checks by dschinazi · 6 years ago
  24. 5e1a7b2 Deprecate quic_do_not_override_connection_id by dschinazi · 6 years ago
  25. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 6 years ago
  26. cf5b1e2 Add LengthPrefixedConnectionId support to QuicDataReader and Writer by dschinazi · 6 years ago
  27. 07300e5 Use VarInt encoding for IETF QUIC Reset Stream error code by fkastenholz · 6 years ago
  28. 733552e Update IETF QUIC Stop Sending to use varint for error code by fkastenholz · 6 years ago
  29. d57d3f9 IETF CONNECTION CLOSE code is varint encoded by fkastenholz · 6 years ago
  30. 1c19fc2 Add retire_prior_to to NewConnectionId frame by fkastenholz · 6 years ago
  31. 107ba5f gfe-relnote: Move QUIC crypto frames to be gated behind new flag gfe2_reloadable_flag_quic_enable_version_48 by nharper · 6 years ago
  32. 1ac22cc Apply GREASE to QUIC Version Negotiation packets by dschinazi · 6 years ago
  33. 8aba1ff Remove server in connection version negotiation code. by fayang · 6 years ago
  34. 2ca2a93 Remove unused Dr. Fuzz function from QuicFramerTest by nharper · 6 years ago
  35. 91475c4 Remove framer object from quic_dispatcher and make dispatcher no longer inherit from QuicFramerVisitorInterface. by fayang · 6 years ago
  36. 3c05a9f Deprecate quic_server_drop_version_negotiation by dschinazi · 6 years ago
  37. 0366de9 Deprecate quic_send_version_negotiation_fixed_bit by dschinazi · 6 years ago
  38. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  39. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  40. ceae837 Additional functional version tests. by fkastenholz · 6 years ago
  41. f36e29d Automated g4 rollback of changelist 250877268. by fayang · 6 years ago
  42. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  43. 4fd1105 gfe-relnote: QUIC_BUG instead of LOG(ERROR) in CreateQuicVersionLabel if the HandshakeProtocol is unknown by nharper · 6 years ago
  44. 374888f gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
  45. b42a8c5 Add source connection ID parsing to QuicFramer::ProcessPacketDispatcher by dschinazi · 6 years ago
  46. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  47. 334f023 Fix expected_server_connection_id_length on client by dschinazi · 6 years ago
  48. b417d60 Add a client connection ID to version negotiation packet creation by dschinazi · 6 years ago
  49. 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
  50. a484f98 Add QuicFramerTest.CoalescedPacketWithZeroesRoundTrip by dschinazi · 6 years ago
  51. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  52. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  53. 7d066ca Replace a DCHECK with a parse failure in connection ID parsing by dschinazi · 6 years ago
  54. de0f6dc Add QuicFramer Probe methods by dschinazi · 6 years ago
  55. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  56. ccbab73 gfe-relnote: In QUIC, do not use framer object in QuicDispatcher. Protected by gfe2_restart_flag_quic_no_framer_object_in_dispatcher. by fayang · 6 years ago
  57. 9e92fb3 Make QUIC server set fixed bit in version negotiation packets by dschinazi · 6 years ago
  58. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  59. 072da7c Make server drop IETF QUIC Version Negotiation packets by dschinazi · 6 years ago
  60. a037b8b Refactor QuicFramer::Get...ConnectionCloseFrameSize by fkastenholz · 6 years ago
  61. e0df3f7 Make client drop packets with wrong versions by dschinazi · 6 years ago
  62. 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
  63. 8b6d63a gfe-relnote: Add EXPECT_EQ for detailed error in QuicFramerTest. Test-only change. by nharper · 6 years ago
  64. 3f28356 Fix check for QuicFramer detecting old header format with new version by nharper · 6 years ago
  65. 97b690b gfe-relnote: Close the connection if a STOP_WAITING frame is received in v44 or above. Protected by gfe2_reloadable_flag_quic_do_not_accept_stop_waiting. by ianswett · 6 years ago
  66. 4985598 gfe-relnote: (n/a) Change SetQuicFlag to take the flag variable directly instead of a pointer to it. Refactor for Envoy integration, no behavior change. by wub · 6 years ago
  67. 9bb8346 Disable QUIC trial decryption in V44 and above by nharper · 6 years ago
  68. 465220f Fix constants in test so that they compile in Chromium by fkastenholz · 6 years ago
  69. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  70. a745e39 Check that the expected and actual public header types match by nharper · 6 years ago
  71. 2ceb97c Reject IETF RETRY packets before they hit QUIC_BUGs by nharper · 6 years ago
  72. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  73. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  74. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  75. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  76. ba6354a Change a int to unsigned int in quic_framer_test.cc by zhongyi · 6 years ago
  77. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  78. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  79. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  80. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  81. e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
  82. e8d7fa7 Increase maximum size of allowed incoming packets and remove incorrect QUIC_BUG by dschinazi · 6 years ago
  83. e28f022 gfe-relnote: Use encryption level instead of looking for the string "CHLO" to identify the QUIC ClientHello. Client side change only, not flag protected. by ianswett · 6 years ago
  84. 553a966 gfe-relnote: Remove the dependency from QuicMemSliceSpan to QuicStreamSendBuffer and QuicMessageFrame. Refactor only, not protected. by wub · 6 years ago
  85. 10b22a1 gfe-relnote: In QUIC, enable multiple packet number support in QuicFramer. Not used yet. Not protected. by QUICHE team · 6 years ago
  86. 9b41c97 Use QUIC v47 for variable length connection IDs instead of CRYPTO frames by QUICHE team · 6 years ago
  87. 0131a5b Check new connection ID length before reading it by QUICHE team · 6 years ago
  88. dc41bf1 gfe-relnote: test-only changes to reduce usage of QuicUtils::GetCryptoStreamId by QUICHE team · 6 years ago
  89. 2d18797 Add support for Header Protection to QuicCrypter classes by QUICHE team · 6 years ago
  90. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  91. 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
  92. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  93. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  94. 4d9d629 Add ShouldUpdateExpectedConnectionIdLength to QuicFramer by QUICHE team · 6 years ago
  95. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  96. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago