1. 7aaf76b Change MakeQuicTag and MakeVersionLabel argument type to unsigned. by bnc · 3 years, 1 month ago
  2. a5c0680 Implement QUICv2 in QUICHE. by QUICHE team · 3 years, 2 months ago
  3. 8585268 Deprecate QUIC version T051 by dschinazi · 3 years, 4 months ago
  4. 55491b7 Add support for draft-ietf-quic-version-negotiation-05 by dschinazi · 3 years, 4 months ago
  5. 4d6f745 Replace quic_enable_version_rfcv1 with quic_disable_version_rfcv1 by dschinazi · 3 years, 8 months ago
  6. a1363dc Add CurrentSupportHttp3Versions() to return all IETF QUIC versions. by danzh · 3 years, 9 months ago
  7. 9de6abe Move QuicheTextUtils out of platform. by bnc · 3 years, 11 months ago
  8. 6400bea Deprecate quic_fix_key_update_on_first_packet by dschinazi · 3 years, 11 months ago
  9. 6b68e54 Migration from GFE_BUG_V2 (and friends) to GFE_BUG by QUICHE team · 4 years ago
  10. b244e1e Migration from QUIC_BUG to QUIC_BUG_V2(bug_id). by QUICHE team · 4 years ago
  11. 947c8cf Allow QUIC Key Update on first received 1-RTT packet by dschinazi · 4 years ago
  12. 4c500ef deprecate gfe2_restart_flag_quic_enable_zero_rtt_for_tls_v2. by renjietang · 4 years ago
  13. 869e434 Add support for IETF QUIC RFCv1 by dschinazi · 4 years, 1 month ago
  14. f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years, 1 month ago
  15. a8307a8 Deprecate quic_send_version_negotiation_for_short_connection_ids by dschinazi · 4 years, 2 months ago
  16. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  17. 1f6aca8 Clean up dead QUIC transport parameter code by dschinazi · 4 years, 3 months ago
  18. 9edb31e Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 3 months ago
  19. 59fb934 Deprecate --gfe2_reloadable_flag_quic_key_update_supported. by mattm · 4 years, 3 months ago
  20. cc7d40d Clean up QuicTransportVersion use by dschinazi · 4 years, 3 months ago
  21. 27f2181 Deprecate QUIC versions T050 and Draft27 by dschinazi · 4 years, 3 months ago
  22. d53ab61 Replace QuicheTextUtils::Split with absl::StrSplit. by vasilvv · 4 years, 4 months ago
  23. 23846f3 Replace QuicheTextUtils methods with absl::SimpleAtoi. by vasilvv · 4 years, 5 months ago
  24. 3df6c15 Send version negotiation in response to short connection IDs by dschinazi · 4 years, 5 months ago
  25. bed67c6 Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
  26. b8fd1f8 Move quiche_endian.h and quiche_endian_test.cc out of platform. by bnc · 4 years, 5 months ago
  27. 072a7e3 QUIC Key Update support by mattm · 4 years, 5 months ago
  28. c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 5 months ago
  29. 9aaca96 Deprecate gfe2_restart_flag_quic_enable_tls_resumption_v4 by nharper · 4 years, 6 months ago
  30. e2896c8 Deprecate quic_enable_version_t051 by dschinazi · 4 years, 6 months ago
  31. af697da Deprecate quic_fix_print_draft_version by dschinazi · 4 years, 6 months ago
  32. fddd4ee Deprecate QUIC version Draft25 by dschinazi · 4 years, 7 months ago
  33. f238f60 Use trampoline for TicketCrypterGoogle3::Decrypt by nharper · 4 years, 7 months ago
  34. 4769220 Introduce QUIC version T051 by dschinazi · 4 years, 8 months ago
  35. 5c1d7d8 Cleanup uses of QUIC version by dschinazi · 4 years, 8 months ago
  36. eccd8cc Replace gfe2_reloadable_flag_quic_enable_zero_rtt_for_tls with gfe2_restart_flag_quic_enable_zero_rtt_for_tls_v2 by renjietang · 4 years, 8 months ago
  37. 3032641 Deprecate quic_enable_version_draft_29 by dschinazi · 4 years, 8 months ago
  38. 1c0d411 Replace reloadable quic_enable_tls_resumption flag with restart flag by nharper · 4 years, 8 months ago
  39. cb0886d Fix formatting of QUIC IETF draft version by dschinazi · 4 years, 8 months ago
  40. ceed866 Deprecate Q048 and Q049 by dschinazi · 4 years, 8 months ago
  41. b490c3a Fix bug in enabling tls resumption in quic, protected by quic_enable_tls_resumption_v2 by nharper · 4 years, 9 months ago
  42. 6458eb3 Introduce Legacy Version Encapsulation by dschinazi · 4 years, 9 months ago
  43. 6ab4524 Remove QUIC draft-28 by dschinazi · 4 years, 9 months ago
  44. 5a50d93 Introduce QuicDisableVersion and QuicVersionIsEnabled by dschinazi · 4 years, 9 months ago
  45. 531bdc9 Replace enable flags for draft-25 and draft-27 with disable flags by dschinazi · 4 years, 9 months ago
  46. b3fed9e Add support for IETF QUIC draft 29 by dschinazi · 4 years, 9 months ago
  47. 749e69b Support 0-RTT in quic_client_interop_test_bin.cc by nharper · 4 years, 9 months ago
  48. d356a6c Enable IETF QUIC 0-RTT flag for Interop. by renjietang · 4 years, 9 months ago
  49. b41e609 Replace quic_enable_version_t050 with quic_disable_version_t050 by dschinazi · 4 years, 10 months ago
  50. 2be3a02 Introduce ParsedQuicVersion static constructors by dschinazi · 4 years, 10 months ago
  51. 2c78aac Introduce QUIC version draft-28 by dschinazi · 4 years, 10 months ago
  52. 6750749 Add ParsedQuicVersion::UsesTls and UsesQuicCrypto by dschinazi · 4 years, 11 months ago
  53. 8c628f2 Introduce quic::AllSupportedVersionsWithTls() by dschinazi · 5 years ago
  54. 0a9c20d Reorder QUIC TLS versions before QUIC_CRYPTO by dschinazi · 5 years ago
  55. 1ac7f01 Add operator<< overrides for QUIC version vectors by dschinazi · 5 years ago
  56. 3b3e301 Split QUIC session type to two: SECURE_SPDY4_OVER_QUIC only for QUIC crypto, and QUIC_WITH_TLS1_3 for QUIC with TLS. by fayang · 5 years ago
  57. cee73cd Add --quic_versions to QuicToyServer and improve version parsing by dschinazi · 5 years ago
  58. c3316f3 Replace QUIC_VERSION_99 with QUIC_VERSION_IETF_DRAFT_27 by dschinazi · 5 years ago
  59. 36b7a03 Add helper functions for PROTOCOL_QUIC_CRYPTO versions. by bnc · 5 years ago
  60. 7b8f0c7 Add support for draft-27 by dschinazi · 5 years ago
  61. 8d4ff5c Delay delivering 1-RTT read key to QUIC by nharper · 5 years ago
  62. 40f0b3d Introduce QUIC_VERSION_IETF_DRAFT_25 by dschinazi · 5 years ago
  63. 4f95c40 Deprecate quic_fix_handling_of_bad_prox_packet by dschinazi · 5 years ago
  64. 228602e Fix ODR violations in quic_versions.h by vasilvv · 5 years ago
  65. 278efae Add support for retry integrity tag by dschinazi · 5 years ago
  66. 0106294 gfe-relnote: In QUIC version T099, implement HANDSHAKE_DONE frame to drive the handshake to confirmation on the client side. Not used in prod yet. by fayang · 5 years ago
  67. 4161684 Remove QUIC version Q099 by dschinazi · 5 years ago
  68. 0da4390 Bring back the ParsedQuicVersionIsValid DCHECK by dschinazi · 5 years ago
  69. 2891b2d gfe-relnote: Add kSupportedVersions to quic_versions.h, no behavior change by nharper · 5 years ago
  70. 97da52b Refactor some QUIC version code by dschinazi · 5 years ago
  71. dc770fc Refactor handling of supported versions by dschinazi · 5 years ago
  72. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  73. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  74. 76881f0 Refactor quic_enable_version flags by dschinazi · 5 years ago
  75. 4101ead Remove unused QUIC version code by dschinazi · 5 years ago
  76. 0ce303d Drop support for QUIC T048 and T049 by dschinazi · 5 years ago
  77. e251509 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_50 by nharper · 5 years ago
  78. 5fc6d0c Deprecate quic_version_negotiation_grease by dschinazi · 5 years ago
  79. c9c1d1a Deprecate quic_enable_version_49 by dschinazi · 5 years ago
  80. 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
  81. 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 5 years ago
  82. 8a27b0f gfe-relnote: Deprecate gfe2_reloadable_flag_quic_simplify_stop_waiting. by fayang · 5 years ago
  83. eb78dbb gfe-relnote: Add a VersionSupportsGoogleAltSvcFormat() method to move the version check out of the version manager. No behavior change. Not flag protected. by rch · 5 years ago
  84. 3f6ccf4 Inline trivial constructors by dschinazi · 5 years ago
  85. cb08fe8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_48_2 by nharper · 5 years ago
  86. 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
  87. 8265a2a gfe-relnote: Remove QUIC v39. by fayang · 5 years ago
  88. c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
  89. 1903aca Deprecate quic_use_hashed_stateless_reset_tokens by dschinazi · 5 years ago
  90. bf0413d Deprecate quic_use_parse_public_header by dschinazi · 5 years ago
  91. d6db04a gfe-relnote: Check for partial write when crypto frame gets retransmitted. This only affects T099 which supports amplification factor. by fayang · 5 years ago
  92. 67840e1 Disable SupportsAntiAmplificationLimit to avoid infinite loop by dschinazi · 5 years ago
  93. 965e592 gfe-relnote: Enable initial obfuscators in QUIC_VERSION_99. Protected by quic_enable_version_99 by nharper · 5 years ago
  94. c73506e Introduce QUIC v49 by dschinazi · 5 years ago
  95. c8d9e40 Rename CryptoUtils::CreateTlsInitialCrypters by nharper · 6 years ago
  96. 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
  97. 4fd8cb1 Deprecate quic_dispatcher_hands_chlo_extractor_one_version by dschinazi · 6 years ago
  98. a702be2 Change the version label for QUIC v99 + TLS from T099 by rch · 6 years ago
  99. 14dfb2c gfe-relnote: Do not enable version 99 unless gfe2_reloadable_flag_quic_use_parse_public_header is also enabled. by ianswett · 6 years ago
  100. 5a2b3eb Change QUIC's AlpnForVersion method to omit the "google-" from the string by rch · 6 years ago