1. bed67c6 Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
  2. b8fd1f8 Move quiche_endian.h and quiche_endian_test.cc out of platform. by bnc · 4 years, 6 months ago
  3. c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
  4. 8a27a1a Make QUIC connections send PATH_RESPONSE upon receiving PATH_CHALLENGE according to IETF QUIC draft v29. by danzh · 4 years, 7 months ago
  5. 623f6ef In IETF quic, start peer migration by switching peer address as soon as detecting a non-probing frame in the incoming packet rather than after finishing parsing the whole packet. Protected by --gfe2_reloadable_flag_quic_start_peer_migration_earlier. by danzh · 4 years, 7 months ago
  6. 8c7d119 (n/a, not in use) Make IETF probing packets not always contribute to RTT measurement. by danzh · 4 years, 7 months ago
  7. c27771b Deprecate gfe2_reloadable_flag_quic_fix_gquic_stream_type by renjietang · 4 years, 8 months ago
  8. d262e25 Add version guard to QuicUtil methods which are IETF QUIC only. by renjietang · 4 years, 10 months ago
  9. 2b5e662 Add << operator for TransmissionType to make debugging easier. by renjietang · 4 years, 10 months ago
  10. c0e6668 Internal QUICHE change by renjietang · 4 years, 10 months ago
  11. b4ebb1d Add << operator for QUIC Encryption levels to make debugging easier. by renjietang · 4 years, 10 months ago
  12. c008008 Remove ALL_UNACKED_RETRANSMISSION from TransmissionType because it's not used anymore. by renjietang · 4 years, 10 months ago
  13. 8963f60 Refactor QuicDispatcher connection ID replacement by dschinazi · 4 years, 11 months ago
  14. b885a12 Simplify QuicUtils::GetMaxStreamCount() because it's never used in gQUIC. by renjietang · 5 years ago
  15. 161bb49 Deprecate quic_allow_very_long_connection_ids by dschinazi · 5 years ago
  16. f6ed10e gfe-relnote: In QUIC, check nonretransmittable_frames, instead of packet length, to determine if a serialized packet is a MTU probe or not. Protected by --gfe2_reloadable_flag_quic_better_mtu_packet_check. by wub · 5 years ago
  17. 97da52b Refactor some QUIC version code by dschinazi · 5 years ago
  18. ffa8355 Allow long connection IDs for unknown QUIC versions by dschinazi · 5 years ago
  19. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  20. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  21. 22781cb Remove some obsolete TODOs from QUIC code that were owned by Frank and rewrite some others. by ianswett · 5 years ago
  22. 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
  23. 93c8394 gfe-relnote: In QUIC, call NeuterHandshakePackets() at most once per connection. Protected by gfe2_reloadable_flag_quic_neuter_handshake_packets_once2 which replaces gfe2_reloadable_flag_quic_neuter_handshake_packets_once. by fayang · 5 years ago
  24. 73d0ac4 gfe-relnote: Use PTO_RETRANSMISSION instead of PROBE_RETRANSMISSION for PTO retransmission. Also populate transport connection stats for debugging purpose. Protected by existing gfe2_reloadable_flag_quic_enable_pto. by fayang · 5 years ago
  25. 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
  26. a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
  27. 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
  28. 1903aca Deprecate quic_use_hashed_stateless_reset_tokens by dschinazi · 5 years ago
  29. ef79a5f Improve logging by adding more ToString methods and refactor by dschinazi · 5 years ago
  30. 9a910e3 Generate stateless reset tokens by hashing instead of XOR. by dschinazi · 6 years ago
  31. adc7507 Use deterministic replacement connection IDs by dschinazi · 6 years ago
  32. 940a532 Remove incorrect uses of GetHeadersStreamId(). by renjietang · 6 years ago
  33. b012d21 Support 20byte connection IDs in QUIC v99 by dschinazi · 6 years ago
  34. b953d02 Add connection ID length checks by dschinazi · 6 years ago
  35. 6c84c14 Introduce IsConnectionIdLengthValidForVersion by dschinazi · 6 years ago
  36. 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
  37. 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 6 years ago
  38. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  39. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
  40. 9c7c50a gfe-relnote: Remove dead code from QuicUtils::GetFirstUnidirectionalStreamId; not flag protected by nharper · 6 years ago
  41. cd820e0 Renumber QUIC streams when there is no crypto stream by nharper · 6 years ago
  42. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  43. 8eb45e9 Allow variable length connection IDs for unsupported versions by dschinazi · 6 years ago
  44. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  45. 3eb8221 gfe-relnote: In QUIC, enforce packets be ACKed in the correct packet number space. Protected by enabling multiple packet number spaces. by fayang · 6 years ago
  46. 1dfa46b gfe-relnote: In QUIC, Enable multiple packet number support in uber_received_packet_manager. Not used yet, not protected. by QUICHE team · 6 years ago
  47. 10b22a1 gfe-relnote: In QUIC, enable multiple packet number support in QuicFramer. Not used yet. Not protected. by QUICHE team · 6 years ago
  48. 9b41c97 Use QUIC v47 for variable length connection IDs instead of CRYPTO frames by QUICHE team · 6 years ago
  49. c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
  50. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  51. 88ea008 gfe-relnote: In QUIC, add unused HANDSHAKE encryption level. No functional change expected, not protected. by QUICHE team · 6 years ago
  52. 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
  53. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  54. ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
  55. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  56. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago