1. eae1ea8 gfe-relnote: Add live check to QuicSpdySession. No functional change expected, not protected. by fayang · 4 years, 9 months ago
  2. e01b3eb Do not check config() when sending HTTP/3 SETTINGS frame. by renjietang · 4 years, 9 months ago
  3. aee31ef gfe-relnote: In QUIC v48, support partial write of CRYPTO frames. Protected by existing gfe2_reloadable_flag_quic_enable_version_48. by fayang · 4 years, 9 months ago
  4. 9b4b0ad Add flag to QuicSession indicating that it has been configured by fkastenholz · 4 years, 9 months ago
  5. f975eac gfe-relnote: Default-initialize QUIC BBRv2 loss event threshold for exiting STARTUP from a flag. Protected by --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 4 years, 9 months ago
  6. 9a910e3 Generate stateless reset tokens by hashing instead of XOR. by dschinazi · 4 years, 9 months ago
  7. 5b236be Workaround for Android UDP network conformance test by dschinazi · 4 years, 9 months ago
  8. 0d06d7b Deprecate quic_use_allocated_connection_ids by dschinazi · 4 years, 9 months ago
  9. ea71d6f Rename ENCRYPTION_REESTABLISHED to ENCRYPTION_ESTABLISHED as ENCRRYPTION_FIRST_ESTABLISHED has been removed. by renjietang · 4 years, 9 months ago
  10. 64c3411 gfe-relnote: (n/a) Ensure BandwidthSampler.max_ack_height_tracker_.aggregation_epoch_start_time_ is initialized before Update(). Protected by --gfe2_reloadable_flag_quic_track_ack_height_in_bandwidth_sampler2, which replaces the old v1 flag. by wub · 4 years, 9 months ago
  11. 28c1bf3 Deprecate quic_deterministic_replacement_connection_ids by dschinazi · 4 years, 9 months ago
  12. d6f5afa Do not send stream type twice in QPACK streams. by renjietang · 4 years, 9 months ago
  13. f643d83 Remove unused ENCRYPTION_FIRST_ESTABLISHED. by renjietang · 4 years, 9 months ago
  14. adc7507 Use deterministic replacement connection IDs by dschinazi · 4 years, 9 months ago
  15. 83161e4 gfe-relnote: rename OnConnectivityProbeReceived to OnPacketReceived. by zhongyi · 4 years, 9 months ago
  16. 7ca4de7 Add default to function generating name of Transport Error Code by fkastenholz · 4 years, 9 months ago
  17. 0b83e0c Rename QuicSpdyStreamBodyBuffer to QuicSpdyStreamBodyManager. by bnc · 4 years, 9 months ago
  18. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 4 years, 9 months ago
  19. 4790400 Remove Http2String wrapper for std::string. by bnc · 4 years, 9 months ago
  20. 66fc024 Flush queued frames when processing coalesced packets by dschinazi · 4 years, 9 months ago
  21. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 4 years, 9 months ago
  22. 5c7f7e8 Add text outputter for IETF stream types by fkastenholz · 4 years, 9 months ago
  23. fd3ee30 Add QUIC_EXPORT_PRIVATE macros to qpack_index_conversions.h functions. by bnc · 4 years, 9 months ago
  24. 4471291 Remove SpdyString wrapper for std::string. by bnc · 4 years, 9 months ago
  25. 4b5a68a Do not queue coalesced undecryptable packets twice by dschinazi · 4 years, 9 months ago
  26. 748cc73 Support blocked decoding in qpack_round_trip_fuzzer.cc. by bnc · 4 years, 9 months ago
  27. d6a3567 Prevent duplicate HTTP/3 control stream. by renjietang · 4 years, 9 months ago
  28. 93b7dd5 Re-arrange the order of the code to call OnConnectivityProbeReceived. by zhongyi · 4 years, 9 months ago
  29. ce0a316 gfe-relnote: In QUIC, add probe timeout mode, which unifies TLP and RTO. Protected by gfe2_reloadable_flag_quic_enable_pto. by fayang · 4 years, 9 months ago
  30. 178697b Check that every dynamic entry reference is acknowledged. by bnc · 4 years, 9 months ago
  31. 833b62a Add fuzzer data transmitters for header blocks and encoder/decoder stream data in qpack_round_trip_fuzzer.cc. by bnc · 4 years, 9 months ago
  32. 67f8227 gfe-relnote: In QUIC, schedule RTO whenever there is bytes in flight (rather than pending retransmittable frames). When timer fires in RTO_MODE and there is no data to send, force to send PING. Protected by gfe2_reloadable_flag_quic_fix_rto_retransmission3 which replaces gfe2_reloadable_flag_quic_fix_rto_retransmission2. by fayang · 4 years, 9 months ago
  33. cd5ec3c Factor out QPACK absolute, relative, and post-base index conversion functions, and add new ones. by bnc · 4 years, 9 months ago
  34. ae04c65 Fix QpackDecoder::EncoderStreamRelativeIndexToAbsoluteIndex(), simplify QpackProgressiveDecoder::RequestStreamRelativeIndexToAbsoluteIndex(). by bnc · 4 years, 9 months ago
  35. 0185ebb Add VersionNegotiationProbeEndToEnd test by dschinazi · 4 years, 9 months ago
  36. 7fc869e Update StreamIdManagerTest. by renjietang · 4 years, 9 months ago
  37. 9581d0c Refactor QPACK roundtrip fuzzer. by bnc · 4 years, 9 months ago
  38. c258e4f gfe-relnote: Implement sending the MAX_PUSH_ID frame when the client sets a non-zero maximum push id. by QUICHE team · 4 years, 9 months ago
  39. 4abb566 Improve logging for BandwidthSampler map size bug entry. by vasilvv · 4 years, 9 months ago
  40. c39c281 Call BlockingManager methods from QpackEncoder when decoder stream instructions arrive. by bnc · 4 years, 9 months ago
  41. c7497ad Refactor QpackEncoderTest. by bnc · 4 years, 9 months ago
  42. 8a72e4f gfe-relnote: Call QuicSession::OnCryptoHandshakeEvent in TLS handshake. Protected by quic_supports_tls_handshake. by nharper · 4 years, 9 months ago
  43. d2668fc Only send Header Acknowledgement from QpackDecoder if required insert count is not zero. by bnc · 4 years, 9 months ago
  44. df0b19f gfe-relnote: Stop registering ephemeral QBONE streams in the blocked by QUICHE team · 4 years, 9 months ago
  45. 7652d41 Internal QUICHE change by wub · 4 years, 9 months ago
  46. 30ab6db Send correct version negotiation to prober by dschinazi · 4 years, 9 months ago
  47. 7591c28 Add convience functions to end_to_end test by fkastenholz · 4 years, 9 months ago
  48. db6d8f0 Removed unused UberQuicStreamIdManager methods. by renjietang · 4 years, 9 months ago
  49. ccbe0e0 Client-side workaround for probes receiving unexpected length prefixes by dschinazi · 4 years, 9 months ago
  50. c152cc5 Prevent QuicStreamSequencer from taking in new data after the stream is reset. by renjietang · 4 years, 9 months ago
  51. 2af3ba9 Early return in QuicSpdyClientSessionBase after connection is closed. by renjietang · 4 years, 9 months ago
  52. bd71625 gfe-relnote: n/a(code clean up) inline quic::CreatePccSender() by danzh · 4 years, 9 months ago
  53. 48cc825 Allow creation of HTTP/3 static stream after MAX_STREAM frame is received. by renjietang · 4 years, 9 months ago
  54. 6b2cf77 Track unacknowledged references on the encoder stream in QpackBlockingManager. by bnc · 4 years, 9 months ago
  55. 1a33a0c Improve hard-coded QuicSimpleServerStream's push promise id. by renjietang · 4 years, 9 months ago
  56. 8513ffe Initialize session in quic_simple_server_stream_test. by renjietang · 4 years, 9 months ago
  57. 4ff6062 Ignore read data on PendingStream after invalid type byte is received. by bnc · 4 years, 9 months ago
  58. 23e8cd8 Refactor QpackEncoder::EncodeHeaderList(). by bnc · 4 years, 9 months ago
  59. 5a6ea9a gfe-relnote: Default-initialize QUIC BBRv2 loss threshold from a flag. Protected by --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 4 years, 9 months ago
  60. 77dd824 Update tests on HTTP/3 unidirectional streams. by renjietang · 4 years, 9 months ago
  61. 7bd276b Crash on invalid encoder or decoder stream data in qpack_round_trip_fuzzer.cc. by bnc · 4 years, 9 months ago
  62. 970656f Encode and decode multiple header lists in qpack_round_trip_fuzzer.cc. by bnc · 4 years, 9 months ago
  63. 367c893 Refactor qpack_round_trip_fuzzer.cc. by bnc · 4 years, 9 months ago
  64. 857362b Enable partial delivery of Push Promise Frame's push id. by renjietang · 4 years, 9 months ago
  65. 7d9e2a7 Remove QpackEncoder::DecodeDecoderStreamData() and QpackDecoder::DecodeEncoderStreamData(). by bnc · 4 years, 9 months ago
  66. 05984ad Test that QuicTextUtilsTest:Split preserves heading and trailing whitespace. by bnc · 4 years, 9 months ago
  67. fc70736 Fix use-after-free in SimpleSessionNotifierTest by nharper · 4 years, 9 months ago
  68. 0d90591 Modify QPACK API to prepare for creation of QPACK streams. by renjietang · 4 years, 9 months ago
  69. 17e2993 Exclude locally_closed_streams_highest_offset_.size() in QuicSession::ShouldKeepConnectionAlive(). by renjietang · 4 years, 9 months ago
  70. cf6c3e6 Use VersionHasStreamType instead of VersionHasIetfQuicFrames in PendingStream-related QuicSessionTests. by bnc · 4 years, 9 months ago
  71. d301683 gfe-relnote: In QUIC, when RTO fires and there is no packet to be RTOed, let connection send data. Protected by gfe2_reloadable_flag_quic_fix_rto_retransmission2 which replaces gfe2_reloadable_flag_quic_fix_rto_retransmission. by fayang · 4 years, 9 months ago
  72. 01918c0 Signal error in HttpDecoder if frames have disallowed extra payload. by bnc · 4 years, 9 months ago
  73. e7f6796 Use QUIC_INVALID_FRAME_DATA in HttpDecoder. by bnc · 4 years, 9 months ago
  74. 8983c0f Call Visitor::OnError() from HttpDecoder::RaiseError(). by bnc · 4 years, 9 months ago
  75. 092d821 Handle closing pending streams. by bnc · 4 years, 9 months ago
  76. 8a2df8f Allow QpackStreamSenderDelegate to be set dynamically. by renjietang · 4 years, 9 months ago
  77. a14a7ae Put Google QUIC Connection Close code in the extracted code field by fkastenholz · 4 years, 9 months ago
  78. f35ea98 gfe-relnote: For QUIC BBR/BBRv2, move max ack height tracking to BandwidthSampler. BBR change protected by --gfe2_reloadable_flag_quic_track_ack_height_in_bandwidth_sampler. BBRv2 protected by existing --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 4 years, 9 months ago
  79. 69a8eaf Clean up some headers stream related comments. by renjietang · 4 years, 9 months ago
  80. b035f15 Fix DCHECK which might not be true when flag dependency is violated. by renjietang · 4 years, 9 months ago
  81. 174cb5c gfe-relnote: Default-initialize some QUIC BBRv2 parameters from flags. Protected by --gfe2_reloadable_flag_quic_default_to_bbr_v2. by wub · 4 years, 9 months ago
  82. dcc474e gfe-relnote: Remove obsolete IETF QUIC recovery functionality. Protected by gfe2_reloadable_flag_quic_sent_packet_manager_cleanup. by ianswett · 4 years, 9 months ago
  83. f152d8c Change return type of QuicStreamSequencer::MaybeCloseStream(). by bnc · 4 years, 9 months ago
  84. b71a081 Internal QUICHE change by bnc · 4 years, 9 months ago
  85. 243eabc Refactor QUIC version parsing by dschinazi · 4 years, 9 months ago
  86. df85e3f Add two EXPORT macros to allow Chromium to link. by bnc · 4 years, 9 months ago
  87. 2e72f38 Prevent Chromium compile error "private field is not used". by bnc · 4 years, 9 months ago
  88. 0d6554a Map QuicErrorCodes to proper IETF QUIC Close Connection information. by fkastenholz · 4 years, 9 months ago
  89. ae26634 gfe-relnote: Let GFE be able to use LIFO write scheduler in QUIC and enable it via a connection option LIFO. Protected by gfe2_reloadable_flag_quic_use_lifo_write_scheduler. by fayang · 4 years, 9 months ago
  90. 6dde48a Internal QUICHE change by QUICHE team · 4 years, 9 months ago
  91. dd7f108 gfe-relnote: Move LifoWriteScheduler from gfe/gfe2/spdy/ to third_party/spdy/core to allow QUIC to use it. No functional change expected, no flag protected. by fayang · 4 years, 9 months ago
  92. e606e0c gfe-relnote: Let GFE be able to use FIFO write scheduler in QUIC and enable it via a connection option FIFO. Protected by gfe2_reloadable_flag_quic_use_fifo_write_scheduler. by fayang · 4 years, 9 months ago
  93. b4dade7 Generate and parse extended Google QUIC Error Code in IETF Conn. Close frames. by fkastenholz · 4 years, 9 months ago
  94. 4c664c5 Pass maximum table capacity and max blocked streams in QpackDecoder constructor. by bnc · 4 years, 9 months ago
  95. a0c8f5a Add QpackEncoder::SetMaximumDynamicTableCapacity() and SetMaximumBlockedStreams() and call them when corresponding settings are received. by bnc · 4 years, 9 months ago
  96. 8d55113 Fix coalesced packet processing by dschinazi · 4 years, 9 months ago
  97. 940a532 Remove incorrect uses of GetHeadersStreamId(). by renjietang · 4 years, 9 months ago
  98. 7be3cac Remove completed TODO's. by renjietang · 4 years, 9 months ago
  99. 901cdcd Simply QuicSpdySession::HasActiveRequest(). by renjietang · 4 years, 9 months ago
  100. 8288466 Enable more TLS stateless reset tests by dschinazi · 4 years, 9 months ago