1. 9af8ded Fix -Wc++11-narrowing in quiche. by bnc · 3 years, 8 months ago
  2. 50e5516 QuicDispatcher discards packets with known version but invalid destination connection ID. by haoyuewang · 3 years, 9 months ago
  3. 16c78b3 Deprecate --gfe2_restart_flag_quic_use_reference_counted_sesssion_map. by haoyuewang · 3 years, 9 months ago
  4. 23ff983 Pass SNI extracted from CHLO to QuicDispatcher:: CreateQuicSession(). The new argument is not used. by danzh · 3 years, 10 months ago
  5. 11cdc52 Determine stateless reset packet length by received packet length. by fayang · 3 years, 10 months ago
  6. 869e434 Add support for IETF QUIC RFCv1 by dschinazi · 4 years ago
  7. f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years ago
  8. a8307a8 Deprecate quic_send_version_negotiation_for_short_connection_ids by dschinazi · 4 years ago
  9. d529dde Remove connection_id added to connection_dispatcher_map_ via either OnConnectionIdRetired or OnConnectionAddedToTimeWaitList in gfe_quic_dispatcher when multiple CIDs are supported. by haoyuewang · 4 years ago
  10. efa451f Add new & retire ConnectionId interface to QuicSession::visitor and implement them in (Gfe)QuicDispatcher. by haoyuewang · 4 years, 1 month ago
  11. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 1 month ago
  12. 8cbe7bf Reduce the exposure of session_map_ outside the QuicDispatcher base class. by haoyuewang · 4 years, 1 month ago
  13. 9edb31e Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 2 months ago
  14. 27f2181 Deprecate QUIC versions T050 and Draft27 by dschinazi · 4 years, 2 months ago
  15. 3df6c15 Send version negotiation in response to short connection IDs by dschinazi · 4 years, 3 months ago
  16. bed67c6 Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. by vasilvv · 4 years, 3 months ago
  17. 2e8a3e6 Deprecate quic_prober_uses_length_prefixed_connection_ids by dschinazi · 4 years, 3 months ago
  18. a884be3 Update Android Conformance Test QUIC test by dschinazi · 4 years, 3 months ago
  19. c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 4 months ago
  20. 9d3ba8d Fix NetSLO QUIC prober tests by dschinazi · 4 years, 4 months ago
  21. 1d63a00 Deprecate quic_dispatcher_legacy_version_encapsulation by dschinazi · 4 years, 5 months ago
  22. fddd4ee Deprecate QUIC version Draft25 by dschinazi · 4 years, 6 months ago
  23. aa51347 Deprecate quic_dont_pad_chlo by dschinazi · 4 years, 6 months ago
  24. e3f04c3 In QUIC, add TimeWaitConnectionInfo to record necessary information of connections which are going to be added to time wait list. Refactor only, no functional change expected, not protected. by fayang · 4 years, 6 months ago
  25. 4769220 Introduce QUIC version T051 by dschinazi · 4 years, 6 months ago
  26. 5c1d7d8 Cleanup uses of QUIC version by dschinazi · 4 years, 6 months ago
  27. 4e3fb90 Internal QUICHE change by wub · 4 years, 6 months ago
  28. ceed866 Deprecate Q048 and Q049 by dschinazi · 4 years, 6 months ago
  29. fe3d30a Deprecate gfe2_restart_flag_quic_replace_time_wait_list_encryption_level. by haoyuewang · 4 years, 7 months ago
  30. 6458eb3 Introduce Legacy Version Encapsulation by dschinazi · 4 years, 7 months ago
  31. 6ab4524 Remove QUIC draft-28 by dschinazi · 4 years, 7 months ago
  32. 942a9f8 Stop padding QUIC_CRYPTO CHLOs by dschinazi · 4 years, 7 months ago
  33. 5a50d93 Introduce QuicDisableVersion and QuicVersionIsEnabled by dschinazi · 4 years, 7 months ago
  34. b3fed9e Add support for IETF QUIC draft 29 by dschinazi · 4 years, 8 months ago
  35. 70cf135 Deprecate quic_remove_android_conformance_test_workaround by dschinazi · 4 years, 8 months ago
  36. 2c78aac Introduce QUIC version draft-28 by dschinazi · 4 years, 8 months ago
  37. 33340ca Remove unused kMaxReasonableInitialPacketNumber by dschinazi · 4 years, 8 months ago
  38. 713afae gfe-relnote: Update MOCK_METHODn to MOCK_METHOD in //third_party/quic/. Test only change. by wub · 4 years, 9 months ago
  39. 42fc2da Enable TLS in BufferedPacketStoreTest by dschinazi · 4 years, 9 months ago
  40. 0e3c348 Adopt TlsChloExtractor from QuicDispatcher by dschinazi · 4 years, 9 months ago
  41. 71116fd Make ALPN an array in QuicBufferedPacketStore by dschinazi · 4 years, 9 months ago
  42. 6b40b1d Refactor QuicDispatcher tests by dschinazi · 4 years, 9 months ago
  43. 5ad6e4c Remove QuicDispatcher workaround for Android Conformance Test by dschinazi · 4 years, 10 months ago
  44. 72e0dab gfe-relnote: move stop/start accepting new connection feature from GfeQuicDispatcher to QuicDispatcher. Protected by --gfe2_restart_flag_quic_should_accept_new_connection. by danzh · 4 years, 11 months ago
  45. c3316f3 Replace QUIC_VERSION_99 with QUIC_VERSION_IETF_DRAFT_27 by dschinazi · 4 years, 11 months ago
  46. cdc7361 Deprecate quic_drop_small_initial_packets by dschinazi · 5 years ago
  47. f6e95ea Update expected ALPN token in QuicDispatcherWriteBlockedListTest. by bnc · 5 years ago
  48. 5f23a2d Move QuicCryptoServerStream::Helper to QuicCryptoServerStreamBase by nharper · 5 years ago
  49. 40f0b3d Introduce QUIC_VERSION_IETF_DRAFT_25 by dschinazi · 5 years ago
  50. 8d1c9d4 Parameterize QuicDispatcherTest by version by dschinazi · 5 years ago
  51. 228602e Fix ODR violations in quic_versions.h by vasilvv · 5 years ago
  52. 161bb49 Deprecate quic_allow_very_long_connection_ids by dschinazi · 5 years ago
  53. 63a1984 gfe-relnote: In QUIC, let connection determine handshake complete by asking session. Protected by gfe2_reloadable_flag_quic_use_get_handshake_state. by fayang · 5 years ago
  54. 4161684 Remove QUIC version Q099 by dschinazi · 5 years ago
  55. 97da52b Refactor some QUIC version code by dschinazi · 5 years ago
  56. 8f7df53 Move quic::test::CompareCharArraysWithHexError to Quiche by dmcardle · 5 years ago
  57. e5e28f9 gfe-relnote: Replace QuicCryptoServerStream constructor with CreateCryptoServerStream. Refactor only - no behavior change, not flag protected by nharper · 5 years ago
  58. 9d76c2d gfe-relnote: Drop QUIC INITIAL packets which are less than 1200 bytes. Protected by --gfe2_reloadable_flag_quic_drop_small_initial_packets by rch · 5 years ago
  59. ffa8355 Allow long connection IDs for unknown QUIC versions by dschinazi · 5 years ago
  60. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  61. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  62. 89490e0 gfe-relnote: (n/a) Change the return type of QuicDispatcher::CreateQuicSession from raw to unique_ptr. No behavior change, not protected. by wub · 5 years ago
  63. 6aefa0b Stop using "delete connection()" in QuicSession classes and use DeleteConnection() instead, which prevents double deletion and sets connection_ to nullptr. by ianswett · 5 years ago
  64. 76881f0 Refactor quic_enable_version flags by dschinazi · 5 years ago
  65. e251509 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_50 by nharper · 5 years ago
  66. 9d6231c gfe-relnote: Deprecate gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. by fayang · 5 years ago
  67. c9c1d1a Deprecate quic_enable_version_49 by dschinazi · 5 years ago
  68. 12512a8 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 5 years ago
  69. 0b2ae54 Fix 2 clang-tidy findings in third_party/quic. by wub · 5 years ago
  70. cb08fe8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_48_2 by nharper · 5 years ago
  71. 036202d Deprecate quic_reply_to_old_android_conformance_test by dschinazi · 5 years ago
  72. 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
  73. 8265a2a gfe-relnote: Remove QUIC v39. by fayang · 5 years ago
  74. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  75. c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
  76. bf6a783 Deprecate quic_use_length_prefix_from_packet_info by dschinazi · 5 years ago
  77. bf0413d Deprecate quic_use_parse_public_header by dschinazi · 5 years ago
  78. c73506e Introduce QUIC v49 by dschinazi · 5 years ago
  79. 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 · 5 years ago
  80. 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 · 5 years ago
  81. 4fd8cb1 Deprecate quic_dispatcher_hands_chlo_extractor_one_version by dschinazi · 5 years ago
  82. 95025bf Deprecate quic_drop_invalid_small_initial_connection_id by dschinazi · 5 years ago
  83. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 5 years ago
  84. 36825da gfe-relnote: Remove QUIC version 44. by fayang · 5 years ago
  85. d0f4a16 gfe-relnote: Use new flag quic_enable_version_48_2 for QUIC_VERSION_48 by nharper · 5 years ago
  86. 5b236be Workaround for Android UDP network conformance test by dschinazi · 5 years ago
  87. 28c1bf3 Deprecate quic_deterministic_replacement_connection_ids by dschinazi · 5 years ago
  88. adc7507 Use deterministic replacement connection IDs by dschinazi · 5 years ago
  89. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 5 years ago
  90. 0185ebb Add VersionNegotiationProbeEndToEnd test by dschinazi · 5 years ago
  91. 30ab6db Send correct version negotiation to prober by dschinazi · 5 years ago
  92. 5e1a7b2 Deprecate quic_do_not_override_connection_id by dschinazi · 5 years ago
  93. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 5 years ago
  94. d057e66 gfe-relnote: In QUIC, do not add connection ID of packets with unknown connection ID and no version to time wait list, instead, send appropriate reset depending on the packets' sizes and drop them. Protected by gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. by fayang · 6 years ago
  95. 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
  96. b54ac5b Add a test to ensure packets of deprecated QUIC versions are rejected by QuicDispatcher via version negotiation. by fayang · 6 years ago
  97. 1ed1f76 gfe-relnote: In QUIC, replace member variables current* with on stack struct ReceivedPacketInfo in QuicDispatcher. Refactor only, not protected. by fayang · 6 years ago
  98. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  99. ee07e47 Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
  100. 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 6 years ago