- 5f88b0c Remove QpackProgressiveEncoder. by bnc · 6 years ago
- 9f17b2e Add the byte_offset field to QuicRstStreamFrame's operator<< output. by rch · 6 years ago
- f21c1ad Make QpackEncoder interface not progressive. by bnc · 6 years ago
- 7d4f913 Add HttpDecoder::OnPriorityFrameStart() so that QuicSpdyStream knows the size by renjietang · 6 years ago
- dc2ac54 gfe-relnote: In QUIC, remove unused temporarily_buffered_connections_ from dispatcher. Not protected. by fayang · 6 years ago
- bf3d286 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_uber_loss_algorithm. by fayang · 6 years ago
- 5f46430 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by fayang · 6 years ago
- c2aa5cb Merge QpackEncoderStreamSender::Delegate and QpackDecoderStreamSender::Delegate by renjietang · 6 years ago
- 9ed391a Deprecate client in-connection version negotiation code. by fayang · 6 years ago
- b08b565 gfe-relnote: n/a(code clean up) Adjust quic core library naming and structure. by danzh · 6 years ago
- 08878bd gfe-relnote: Deprecate gfe2_reloadable_flag_quic_validate_packet_number_post_decryption. by fayang · 6 years ago
- 77ae31c Include <limits> in quic_socket_address.cc for std::numeric_limits. by wub · 6 years ago
- f477f73 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_rpm_decides_when_to_send_acks. by fayang · 6 years ago
- 1d574c1 Prohibit google3 includes in QUIC by dschinazi · 6 years ago
- ec09576 Make writing Prioritized Element ID and Element Dependency ID optional when handling priority. by renjietang · 6 years ago
- c1cab06 gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_fix_time_of_first_packet_sent_after_receiving. by zhongyi · 6 years ago
- 7ae3d60 Change QUIC uses of gmock regex to simpler syntax by dschinazi · 6 years ago
- 2ca2a93 Remove unused Dr. Fuzz function from QuicFramerTest by nharper · 6 years ago
- ee07e47 Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
- eff5028 gfe-relnote: (n/a) Change typeof() to decltype() in quic_framer.cc. static_assert only. by wub · 6 years ago
- 91475c4 Remove framer object from quic_dispatcher and make dispatcher no longer inherit from QuicFramerVisitorInterface. by fayang · 6 years ago
- 95bf501 Fix QuicStreamSequencerBuffer::PrefetchNextRegion() behavior after Clear(). by bnc · 6 years ago
- 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 6 years ago
- 3c05a9f Deprecate quic_server_drop_version_negotiation by dschinazi · 6 years ago
- 0366de9 Deprecate quic_send_version_negotiation_fixed_bit by dschinazi · 6 years ago
- ce59da9 Add more warnings to QUIC by dschinazi · 6 years ago
- d48a92e Add DCHECK to v99 code path in QuicSpdyStream. by bnc · 6 years ago
- bf82b02 Automated g4 rollback of changelist 253848976. by nharper · 6 years ago
- d2e26cc Deprecate quic_print_tag_hex by dschinazi · 6 years ago
- 6abd56b Add missing flag counts for quic_use_allocated_connection_ids by dschinazi · 6 years ago
- 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
- 40d1e68 Fix unused-parameter warnings in preparation for enabling them by dschinazi · 6 years ago
- ecb0f78 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_no_lumpy_pacing_at_low_bw. by wub · 6 years ago
- a4b37b2 Remove ack bundling mode. by fayang · 6 years ago
- 18fb35d Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
- f4e0588 Adds code in ShinkansenClient to count metadata bytes as part of the total response size. by QUICHE team · 6 years ago
- cfef5c9 Deprecate gfe2_reloadable_flag_quic_bbr_slower_startup3. by ianswett · 6 years ago
- 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
- 5a40142 Remove FLAGS_quic_ string from a comment. by bnc · 6 years ago
- 878cfb5 Add -Wtype-limits to QUIC by dschinazi · 6 years ago
- 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
- cd8fab3 Remove unused argument. by renjietang · 6 years ago
- 21af28e Fix mismatched packet numbers in QuicFramerTest by nharper · 6 years ago
- 6dba490 gfe-relnote: Deprecate gfe2_restart_flag_quic_enable_accept_random_ipn. by fayang · 6 years ago
- 61eb643 Add -Winconsistent-missing-override to QUIC by dschinazi · 6 years ago
- 71e9d9e gfe-relnote: fix a type cast in QuicSession. by zhongyi · 6 years ago
- 06bb1b0 gfe-relnote: In QUIC, when detecting loss of a packet number space, do not use no packet missing optimization if largest_newly_acked != the largest packet in packets_acked. Protected by gfe2_reloadable_flag_quic_fix_packets_acked. by fayang · 6 years ago
- 3ac15c1 gfe-relnote: In QUIC v47+, use variable packet number length in long header packet. Protected by DISABLED gfe2_reloadable_flag_quic_enable_version_47. by fayang · 6 years ago
- 1b2f783 gfe-relnote: only respect TLPR when there is pending non-crypto stream data. Flag protected by quic_ignore_tlpr_if_no_pending_stream_data and session_decides_what_to_write. by zhongyi · 6 years ago
- 96c1767 gfe-relnote: Add NET_EXPORT_PRIVATE and override for Chromium merge. Not protected. by renjietang · 6 years ago
- b880b4c gfe-relnote: Disable QUIC version 44. Protected by gfe2_reloadable_flag_quic_disable_version_44. by fayang · 6 years ago
- 9e8db18 Add DCHECK to VersionUsesQpack(). by bnc · 6 years ago
- a980ce5 Do not send empty frame if stream is reset. by bnc · 6 years ago
- d21094b Add Qpack stream classes. by renjietang · 6 years ago
- 32e69f8 Stop processing QPACK Header Block Prefix if error is detected. by bnc · 6 years ago
- 118934b Add DV2 logs to help interop debugging by dschinazi · 6 years ago
- 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
- f245d29 Stop allowing QuicReceiveControlStream to construct from session and stream_id. by renjietang · 6 years ago
- 64144fb Replace QuicSocketAddress with a platform-independent implementation. by vasilvv · 6 years ago
- 80d9aeb gfe-relnote: Clean up unused includes in HTTP encoder/decoder. Not protected. by renjietang · 6 years ago
- 2a5670f gfe-relnote: (n/a) Cleanup references to stateless reject from QuicDispatcher. Code not used, not protected. by wub · 6 years ago
- 88e3e05 Internal QUICHE change by danzh · 6 years ago
- 497e45f gfe-relnote: n/a(clean up) Switch existing directly access of FLAGS to use by danzh · 6 years ago
- f356d9e Internal QUICHE change by QUICHE team · 6 years ago
- 7e573d3 gfe-relnote: n/a(code clean up) Fix quiche compile errors in envoy. by danzh · 6 years ago
- dad9acf gfe-relnote: (n/a) Add quic platform api to create BBRv2 sender, currently the implementation just creates a BBRv1 sender. No behavior change, not protected. by wub · 6 years ago
- 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
- ceae837 Additional functional version tests. by fkastenholz · 6 years ago
- 668b264 Remove unused QuicSpdySessionTestBase::headers_ member. by bnc · 6 years ago
- 96fc228 gfe-relnote: Clean up unnecessary includes for control streams. Not protected. by renjietang · 6 years ago
- f2be56a gfe-relnote: n/a(code cleanup) Replace direct usage of FLAGS_some_flag_name in by danzh · 6 years ago
- 4ca3d67 Remove references to stateless reject from various comments and tests. by wub · 6 years ago
- 879dc76 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_version_44. by fayang · 6 years ago
- dd7d04d In QUIC simulator: by wub · 6 years ago
- a904b05 Internal QUICHE change by bnc · 6 years ago
- 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
- 3451f6e Enable more tests for multiple packet number spaces. by fayang · 6 years ago
- 92e211d gfe-relnote: (n/a) Fix QuicBandwidth::(ToBytesPerPeriod|ToKBytesPerPeriod) by doing multiplications before divisions. Not protected. by wub · 6 years ago
- b324116 Save large connection IDs on the heap by dschinazi · 6 years ago
- 4ea2ddf Internal QUICHE change by wub · 6 years ago
- 91f97e6 Add a length to QuicSocketAddress(sockaddr*) constructor by vasilvv · 6 years ago
- 8d04130 Call MarkConsumed() on QPACK bytes incrementally, as soon as possible. by bnc · 6 years ago
- 688dca4 Add unit tests for QuicSocketAddress by vasilvv · 6 years ago
- 014f56d gfe-relnote: (n/a) code cleanup. Make quic_ip_address.cc compatible with envoy by danzh · 6 years ago
- 1eb6d0f Use the hostname from the URL when connecting the QUIC toy client. by rch · 6 years ago
- 9f977e4 QuicSpdyStreamTest HTTP/3 frame generation refactor. by bnc · 6 years ago
- 677451a Minor QuicSpdyStreamTest improvements. by bnc · 6 years ago
- 292b75c gfe-relnote: (n/a) Remove unused function QuicConnection::EnableSavingCryptoPackets. Not protected. by wub · 6 years ago
- 8b26973 Split cookies along ';' instead of '\0' in ValueSplittingHeaderList. by bnc · 6 years ago
- 01d5643 Make dispatcher VN client CID test work for all flag values by dschinazi · 6 years ago
- 9424add gfe-relnote: (n/a) code cleanup. Fix envoy compile errors. by danzh · 6 years ago
- f36e29d Automated g4 rollback of changelist 250877268. by fayang · 6 years ago
- 4b1a5e6 gfe-relnote: Remove num_stateless_rejects_received_ from QuicClientBase. Cleanup only, not protected. by wub · 6 years ago
- c5b0e2e Automated g4 rollback of changelist 251711909. by fayang · 6 years ago
- 5f64ec4 gfe-relnote: Remove the use of QUIC_CRYPTO_HANDSHAKE_STATELESS_REJECT. by wub · 6 years ago
- 0dfdc0b gfe-relnote: Replace QuicIpAddress with a standalone implementation. No functional change, not flag protected. by vasilvv · 6 years ago
- 0289317 gfe-relnote: n/a(code cleanup) add #include <vector> to quic_hkdf.h by danzh · 6 years ago
- ec9d763 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_version_46 . by fayang · 6 years ago
- c31c995 Enable more QuicConnectionTest for multiple packet number spaces. by fayang · 6 years ago
- e288f26 gfe-relnote: Remove more dead Token Binding code in QUIC. Not flag protected. by nharper · 6 years ago