- bed67c6 Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
- b8fd1f8 Move quiche_endian.h and quiche_endian_test.cc out of platform. by bnc · 4 years, 6 months ago
- c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
- 8a27a1a Make QUIC connections send PATH_RESPONSE upon receiving PATH_CHALLENGE according to IETF QUIC draft v29. by danzh · 4 years, 7 months ago
- 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
- 8c7d119 (n/a, not in use) Make IETF probing packets not always contribute to RTT measurement. by danzh · 4 years, 7 months ago
- c27771b Deprecate gfe2_reloadable_flag_quic_fix_gquic_stream_type by renjietang · 4 years, 8 months ago
- d262e25 Add version guard to QuicUtil methods which are IETF QUIC only. by renjietang · 4 years, 10 months ago
- 2b5e662 Add << operator for TransmissionType to make debugging easier. by renjietang · 4 years, 10 months ago
- c0e6668 Internal QUICHE change by renjietang · 4 years, 10 months ago
- b4ebb1d Add << operator for QUIC Encryption levels to make debugging easier. by renjietang · 4 years, 10 months ago
- c008008 Remove ALL_UNACKED_RETRANSMISSION from TransmissionType because it's not used anymore. by renjietang · 4 years, 10 months ago
- 8963f60 Refactor QuicDispatcher connection ID replacement by dschinazi · 4 years, 11 months ago
- b885a12 Simplify QuicUtils::GetMaxStreamCount() because it's never used in gQUIC. by renjietang · 5 years ago
- 161bb49 Deprecate quic_allow_very_long_connection_ids by dschinazi · 5 years ago
- 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
- 97da52b Refactor some QUIC version code by dschinazi · 5 years ago
- ffa8355 Allow long connection IDs for unknown QUIC versions by dschinazi · 5 years ago
- 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
- cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
- 22781cb Remove some obsolete TODOs from QUIC code that were owned by Frank and rewrite some others. by ianswett · 5 years ago
- 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 5 years ago
- 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
- 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
- 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
- a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
- 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
- 1903aca Deprecate quic_use_hashed_stateless_reset_tokens by dschinazi · 5 years ago
- ef79a5f Improve logging by adding more ToString methods and refactor by dschinazi · 5 years ago
- 9a910e3 Generate stateless reset tokens by hashing instead of XOR. by dschinazi · 6 years ago
- adc7507 Use deterministic replacement connection IDs by dschinazi · 6 years ago
- 940a532 Remove incorrect uses of GetHeadersStreamId(). by renjietang · 6 years ago
- b012d21 Support 20byte connection IDs in QUIC v99 by dschinazi · 6 years ago
- b953d02 Add connection ID length checks by dschinazi · 6 years ago
- 6c84c14 Introduce IsConnectionIdLengthValidForVersion by dschinazi · 6 years ago
- 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
- 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 6 years ago
- 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
- 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
- 9c7c50a gfe-relnote: Remove dead code from QuicUtils::GetFirstUnidirectionalStreamId; not flag protected by nharper · 6 years ago
- cd820e0 Renumber QUIC streams when there is no crypto stream by nharper · 6 years ago
- 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
- 8eb45e9 Allow variable length connection IDs for unsupported versions by dschinazi · 6 years ago
- 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
- 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
- 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
- 10b22a1 gfe-relnote: In QUIC, enable multiple packet number support in QuicFramer. Not used yet. Not protected. by QUICHE team · 6 years ago
- 9b41c97 Use QUIC v47 for variable length connection IDs instead of CRYPTO frames by QUICHE team · 6 years ago
- c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
- 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
- 88ea008 gfe-relnote: In QUIC, add unused HANDSHAKE encryption level. No functional change expected, not protected. by QUICHE team · 6 years ago
- 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago
- 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
- ea74008 Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47 by QUICHE team · 6 years ago
- c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
- a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago