1. 686ce58 Support GOAWAY in HTTP/3. by renjietang · 5 years ago
  2. b09d441 Do not track unacknowledged references on the encoder stream in QpackBlockingManager. by bnc · 5 years ago
  3. 9addc9c gfe-relnote: (n/a) In QUIC BBR and BBRv2, add a flag for MaxAckHeightTracker to determine when to start a new ack aggregation epoch. No behavior change. by wub · 5 years ago
  4. f28ac2b gfe-relnote: (n/a) Reduce the rate limit a QUIC error log in BandwidthSampler. Logging only. by wub · 5 years ago
  5. 40165e3 Run quartc_peer_test cases until bandwidth targets are met. by QUICHE team · 5 years ago
  6. 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
  7. 13753e6 Use IETF QPACK error codes on the wire. by bnc · 5 years ago
  8. 39c88ab gfe-relnote: Send QUIC connection close packets at all available encryption levels. by rch · 5 years ago
  9. e861aee gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_rto_retransmission3. by fayang · 5 years ago
  10. fefd8f1 gfe-relnote: (n/a) Always handle MSG_TOO_BIG when sending buffered packets. Protected by existing --gfe2_reloadable_flag_quic_treat_queued_packets_as_sent. by wub · 5 years ago
  11. 8265a2a gfe-relnote: Remove QUIC v39. by fayang · 5 years ago
  12. 0bb61c9 Remove broken code from ToyQuicClient which was landed in cr/275026885. by rch · 5 years ago
  13. 780eaa6 Change "&SomeQuicStringPiece[1]" to "SomeQuicStringPiece.data()+1" by fkastenholz · 5 years ago
  14. 4e7e60f gfe-relnote: Use QPACK Dynamic Table in the toy client and server, but not in the test client and server. Protected by disabled --v99 flag. by rch · 5 years ago
  15. 84022d2 gfe-relnote: n/a (flag counts) by fayang · 5 years ago
  16. 7204b81 Add newlines to quic_client_interop_test output by nharper · 5 years ago
  17. 90165ee Fix auto-setting IETF stream flow control limits by dschinazi · 5 years ago
  18. 75085a8 Change max_push_id related version guard to VersionUsesHttp3. by renjietang · 5 years ago
  19. 6317221 Change QuicSpdySession::SendMaxPushId() to use max_allowed_push_id_ by rch · 5 years ago
  20. 7bd5476 Make the toy QUIC server send responses of arbitrary length based a number specified in the path. by rch · 5 years ago
  21. 7d7250e Signal error if Insert Count Increment causes overflow. by bnc · 5 years ago
  22. 9b187de Add rebinding support to quic_client_interop by dschinazi · 5 years ago
  23. abb6769 Remove unneeded "#ifdef undefined" code. by fkastenholz · 5 years ago
  24. f482d1a Add quic_framer_process_data_packet_fuzzer, a fuzz test for QuicFramer::ProcessPacket by wub · 5 years ago
  25. dce90b0 Verify receipt of connection_close in quic_client_interop by dschinazi · 5 years ago
  26. 4f8e0bc Remove virtual keyword for unoverridden QuicSession::IsCryptoHandshakeConfirmed(). by renjietang · 5 years ago
  27. 7c73288 Refactor interop result D in quic_client_interop_test by dschinazi · 5 years ago
  28. 8a030dd Add retry support to quic_client_interop_test by dschinazi · 5 years ago
  29. 97abe47 Allow passing URL to quic_client_interop_test by dschinazi · 5 years ago
  30. 2be79e2 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_active_streams_never_negative by renjietang · 5 years ago
  31. f76cf2a gfe-relnote: Implement QUIC MTU discovery v2. Protected by --gfe2_reloadable_flag_quic_mtu_discovery_v2. by wub · 5 years ago
  32. 6b1fc8a Make QpackDecoderStreamSender buffer serialized instructions. by bnc · 5 years ago
  33. 5f22abc Rename QuicSpdySession::SendMaxHeaderListSize() by rch · 5 years ago
  34. ee32232 Improve QuicSpdyStreamTest to call OnCryptoHandshakeEvent by rch · 5 years ago
  35. 59dc4b6 Create a shared interface to access QuicTransport*Session::IsSessionReady(). by vasilvv · 5 years ago
  36. efc6af8 Implement the QuicTransport server session subclass. by vasilvv · 5 years ago
  37. 5e9191e Disable EndToEndTestServerPush.ServerPushOverLimitNonBlocking when http/3 is used by rch · 5 years ago
  38. 5843bfd Fix GOAWAY max frame length. by renjietang · 5 years ago
  39. a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
  40. 95cef07 gfe-relnote: Do not send connection close when client receives a version negotiation packet. Not affect prod, not protected. by fayang · 5 years ago
  41. 62c291b Automated g4 rollback of changelist 269791493. by fayang · 5 years ago
  42. 9bf2564 Run all QUIC versions in quic_stream_test. by renjietang · 5 years ago
  43. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  44. 88bd5b0 Improve debug logging and test display by dschinazi · 5 years ago
  45. bf14c02 Use const uint8_t[] instead of vectors for QUIC initial obfuscation salts by nharper · 5 years ago
  46. 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
  47. aab6818 Use max TLS idle_timeout and use in session tests by dschinazi · 5 years ago
  48. c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
  49. 8f75992 gfe-relnote: Expose properties of TLS connection in quic::CryptoNegotiatedParameters. Protected by quic_supports_tls_handshake. by nharper · 5 years ago
  50. 404cc70 Simplify QpackEncoderStreamSender API. by bnc · 5 years ago
  51. bf6a783 Deprecate quic_use_length_prefix_from_packet_info by dschinazi · 5 years ago
  52. beaecaf Deprecate quic_framer_uses_undecryptable_upcall by dschinazi · 5 years ago
  53. 1903aca Deprecate quic_use_hashed_stateless_reset_tokens by dschinazi · 5 years ago
  54. eba61c4 Refactor common QuicTransport constants into their own file. by vasilvv · 5 years ago
  55. 31793e1 Add ToString to packet header enums. by renjietang · 5 years ago
  56. 70023b4 Remove obsolete statement from quiche/README.md. by bnc · 5 years ago
  57. b71cefe Coalesce QPACK encoder stream writes in QpackEncoderStreamSender. by bnc · 5 years ago
  58. 45af751 Send Insert Count Increment instruction after decoding a header block if possible. by bnc · 5 years ago
  59. 4c704c8 Move connectivity probing related code from QuicFramer to QuicPacketCreator. by renjietang · 5 years ago
  60. bf0413d Deprecate quic_use_parse_public_header by dschinazi · 5 years ago
  61. 38f8652 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_track_ack_height_in_bandwidth_sampler2. by wub · 5 years ago
  62. 1ef0e8d gfe-relnote: n/a (logging only change) by fayang · 5 years ago
  63. 97ce41e gfe-relnote: In QUIC, add a connection option to close connection after 6 consecutive PTO. Protected by gfe2_reloadable_flag_quic_enable_pto. by fayang · 5 years ago
  64. e5415ca Handle crypto frames in quic::test::ImmediateGoAwaySession by nharper · 5 years ago
  65. ddf5247 Change the QuicTransport code to use client indication mechanism instead of allowed origin list. by vasilvv · 5 years ago
  66. ef79a5f Improve logging by adding more ToString methods and refactor by dschinazi · 5 years ago
  67. 45a573a Fix crasher in QpackProgressiveDecoder destructor if QpackHeaderTable is already destroyed. by bnc · 5 years ago
  68. f518a26 Merge "gfe-relnote: Call NeuterHandshakePackets() once per connection. Protected by reloadable flag quic_neuter_handshake_packets_once." by David Schinazi · 5 years ago
  69. 975c235 gfe-relnote: Call NeuterHandshakePackets() once per connection. Protected by reloadable flag quic_neuter_handshake_packets_once. by vasilvv · 5 years ago
  70. 7428f6b gfe-relnote: Call NeuterHandshakePackets() once per connection. Protected by reloadable flag quic_neuter_handshake_packets_once. by vasilvv · 5 years ago
  71. 2e6967f Remove SETTINGS_NUM_PLACEHOLDERS. by bnc · 5 years ago
  72. 40bdf53 Call ProofHandler::OnProofVerifyDetailsAvailable in TLS handshake in QUIC by nharper · 5 years ago
  73. c8754e1 Remove QpackEncoder::DebugVisitor. by bnc · 5 years ago
  74. c1e9121 [build] Include ostream in quic_ip_address.h by vasilvv · 5 years ago
  75. 2f2b742 Fix QPACK crash by unregistering observers with QpackHeaderTable. by bnc · 5 years ago
  76. 8e9d944 Enable histogram logging events in QpackEncoder even if there is no debug_visitor_. by bnc · 5 years ago
  77. bb40c7f Change QpackHeaderTable::observer_ type and swap RegisterObserver() argument order. by bnc · 5 years ago
  78. d6db04a gfe-relnote: Check for partial write when crypto frame gets retransmitted. This only affects T099 which supports amplification factor. by fayang · 5 years ago
  79. ffbc293 gfe-relnote: (n/a) Rate limit a QUIC_LOG(ERROR) in BandwidthSampler. Logging only. by wub · 5 years ago
  80. e6472f6 Implement a QuicSession subclass for QuicTransport client. by vasilvv · 5 years ago
  81. 2ce6608 gfe-relnote: In QUIC, consider packets (which cannot be sent because of write blocked) as sent from unacked_packet_map and congestion control's perspectives. Protected by gfe2_reloadable_flag_quic_treat_queued_packets_as_sent. by fayang · 5 years ago
  82. a5ec30e Enable QUIC v48 for Quartc by QUICHE team · 5 years ago
  83. db29524 gfe-relnote: (n/a) Add unit tests for quic::MaxAckHeightTracker. Test only. by wub · 5 years ago
  84. 67840e1 Disable SupportsAntiAmplificationLimit to avoid infinite loop by dschinazi · 5 years ago
  85. 4a64ab6 Prevent fuzzer from sending version negotiation packets by dschinazi · 5 years ago
  86. ecad964 Prevent fuzzer from sending unsupported RETRY packets by dschinazi · 5 years ago
  87. 20a9ad9 Record header compression ratio. by bnc · 5 years ago
  88. 42ce099 Add QPACK logging for each encoded header list to track whether encoding is blocked. by bnc · 5 years ago
  89. c5e0c8c Add comments explaining why some tests are only for IETF QUIC or Google QUIC. by fkastenholz · 5 years ago
  90. 527e7d4 gfe-relnote: Default-initialize QUIC BBRv2's inflight_hi_headroom from flags. No behavior change. by wub · 5 years ago
  91. 8886b8c Internal QUICHE change by wub · 5 years ago
  92. 81eb4e0 Allow parsing PROX packets with length prefix by dschinazi · 5 years ago
  93. c1bbfe6 Use 16-byte auth tags when initial obfuscators are used by nharper · 5 years ago
  94. f1e3e4a gfe-relnote: (n/a) comments only by zhongyi · 5 years ago
  95. a6d4737 Add debug visitor for SETTINGS sent. by renjietang · 5 years ago
  96. 3034a7d gfe-relnote: For QUIC BBRv2: 1) Don't grow inflight_hi unless it's fully used, and 2) Cap inflight_lo in PROBE_CRUISE. Protected by --gfe2_reloadable_flag_quic_bbr2_fix_inflight_bounds. by wub · 5 years ago
  97. 62a10e5 Optimize QpackBlockingManager::blocking_allowed_on_stream(). by bnc · 5 years ago
  98. f50ccf6 Fix two blocking_allowed_on_stream() calls in QpackBlockingManagerTest.BlockingAllowedOnStream. by bnc · 5 years ago
  99. d85976f gfe-relnote: Use latched_session instead of session() in QuicFdWrapper::Readv testvalue. Protected by FLAGS_gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames3 which replaces FLAGS_gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames2. by fayang · 5 years ago
  100. d306357 Fix flaky QuartcPeerTest.BandwidthAllocationWithoutEnoughAvailable by dschinazi · 5 years ago