1. 97da52b Refactor some QUIC version code by dschinazi · 5 years ago
  2. 8f7df53 Move quic::test::CompareCharArraysWithHexError to Quiche by dmcardle · 5 years ago
  3. e5e28f9 gfe-relnote: Replace QuicCryptoServerStream constructor with CreateCryptoServerStream. Refactor only - no behavior change, not flag protected by nharper · 5 years ago
  4. 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
  5. ffa8355 Allow long connection IDs for unknown QUIC versions by dschinazi · 5 years ago
  6. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  7. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  8. 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
  9. 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
  10. 76881f0 Refactor quic_enable_version flags by dschinazi · 5 years ago
  11. e251509 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_50 by nharper · 5 years ago
  12. 9d6231c gfe-relnote: Deprecate gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. by fayang · 5 years ago
  13. c9c1d1a Deprecate quic_enable_version_49 by dschinazi · 5 years ago
  14. 12512a8 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 5 years ago
  15. 0b2ae54 Fix 2 clang-tidy findings in third_party/quic. by wub · 5 years ago
  16. cb08fe8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_48_2 by nharper · 5 years ago
  17. 036202d Deprecate quic_reply_to_old_android_conformance_test by dschinazi · 5 years ago
  18. 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
  19. 8265a2a gfe-relnote: Remove QUIC v39. by fayang · 5 years ago
  20. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  21. c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
  22. bf6a783 Deprecate quic_use_length_prefix_from_packet_info by dschinazi · 5 years ago
  23. bf0413d Deprecate quic_use_parse_public_header by dschinazi · 5 years ago
  24. c73506e Introduce QUIC v49 by dschinazi · 6 years ago
  25. 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
  26. 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
  27. 4fd8cb1 Deprecate quic_dispatcher_hands_chlo_extractor_one_version by dschinazi · 6 years ago
  28. 95025bf Deprecate quic_drop_invalid_small_initial_connection_id by dschinazi · 6 years ago
  29. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  30. 36825da gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
  31. d0f4a16 gfe-relnote: Use new flag quic_enable_version_48_2 for QUIC_VERSION_48 by nharper · 6 years ago
  32. 5b236be Workaround for Android UDP network conformance test by dschinazi · 6 years ago
  33. 28c1bf3 Deprecate quic_deterministic_replacement_connection_ids by dschinazi · 6 years ago
  34. adc7507 Use deterministic replacement connection IDs by dschinazi · 6 years ago
  35. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 6 years ago
  36. 0185ebb Add VersionNegotiationProbeEndToEnd test by dschinazi · 6 years ago
  37. 30ab6db Send correct version negotiation to prober by dschinazi · 6 years ago
  38. 5e1a7b2 Deprecate quic_do_not_override_connection_id by dschinazi · 6 years ago
  39. 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 6 years ago
  40. 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
  41. 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
  42. b54ac5b Add a test to ensure packets of deprecated QUIC versions are rejected by QuicDispatcher via version negotiation. by fayang · 6 years ago
  43. 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
  44. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  45. ee07e47 Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
  46. 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 6 years ago
  47. bf82b02 Automated g4 rollback of changelist 253848976. by nharper · 6 years ago
  48. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  49. 18fb35d Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
  50. 6dba490 gfe-relnote: Deprecate gfe2_restart_flag_quic_enable_accept_random_ipn. by fayang · 6 years ago
  51. b880b4c gfe-relnote: Disable QUIC version 44. Protected by gfe2_reloadable_flag_quic_disable_version_44. by fayang · 6 years ago
  52. 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
  53. 3294e74 gfe-relnote: Roll forward the deprecation of gfe2_reloadable_flag_quic_enable_version_46 as this does not cause b3m prober failure anymore. by fayang · 6 years ago
  54. 4ca3d67 Remove references to stateless reject from various comments and tests. by wub · 6 years ago
  55. 879dc76 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_version_44. by fayang · 6 years ago
  56. 01d5643 Make dispatcher VN client CID test work for all flag values by dschinazi · 6 years ago
  57. f36e29d Automated g4 rollback of changelist 250877268. by fayang · 6 years ago
  58. c5b0e2e Automated g4 rollback of changelist 251711909. by fayang · 6 years ago
  59. ec9d763 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_version_46 . by fayang · 6 years ago
  60. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  61. 4fd1105 gfe-relnote: QUIC_BUG instead of LOG(ERROR) in CreateQuicVersionLabel if the HandshakeProtocol is unknown by nharper · 6 years ago
  62. 374888f gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
  63. d4291e4 gfe-relnote: In QUIC, add VersionHasIetfInvariantHeader and VersionSupportsMessageFrames. No functional change expected. Not protected. by fayang · 6 years ago
  64. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  65. baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
  66. b417d60 Add a client connection ID to version negotiation packet creation by dschinazi · 6 years ago
  67. 0a4b9c5 gfe-relnote: Remove stateless reject from QUIC. This deprecates two flags in the false position: --gfe2_reloadable_flag_enable_quic_stateless_reject_support and --gfe2_reloadable_flag_quic_use_cheap_stateless_rejects. by wub · 6 years ago
  68. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  69. d893df1 gfe-relnote: (n/a) Delete use_stateless_rejects_if_peer_supported from QuicCryptoServerStream's constructor. No behavior change, not protected. by wub · 6 years ago
  70. 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
  71. 46a1de7 gfe-relnote: (n/a) Delete some functions from QuicCryptoServerStream and tests that uses those function. Not protected. by wub · 6 years ago
  72. 09e4f52 gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_enable_version_43 by rch · 6 years ago
  73. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  74. 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
  75. 05787cf gfe-relnote: (n/a) Wrap all access to FLAGS_quic_supports_tls_handshake with GetQuicFlag and SetQuicFlag. Code only needed for Envoy integration, no behavior change. by wub · 6 years ago
  76. 963d57e Make QuicDispatcher reject packets with invalid short connection IDs by QUICHE team · 6 years ago
  77. c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
  78. 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
  79. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  80. aa1d6a8 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_connection_do_not_add_to_write_blocked_list_if_disconnected. by QUICHE team · 6 years ago
  81. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  82. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  83. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  84. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago