1. 720c8e6 Internal QUICHE change by wub · 4 years, 5 months ago
  2. 6f18a82 Send Stream Cancellation QPACK instruction. by bnc · 4 years, 5 months ago
  3. d672c6d gfe-relnote: Do not flush clear coalesced packets while sending multiple connection close packets. Protected by --gfe2_reloadable_flag_quic_close_all_encryptions_levels2 by rch · 4 years, 5 months ago
  4. 173916e gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_mtu_discovery_v2. by wub · 4 years, 5 months ago
  5. d58736d gfe-relnote: Use HandshakerDelegateInterface in QUIC handshakers. Abstract keys installation, keys discarding, default encryption level change and mark handshake complete to HandshakerDelegateInterface. Protected by gfe2_reloadable_flag_quic_use_handshaker_delegate. by fayang · 4 years, 5 months ago
  6. 446887e Enforce header list size limit in QpackDecodedHeadersAccumulator. by bnc · 4 years, 5 months ago
  7. 3b58cfc Rename qpack_constants.* to qpack_instructions.*. by bnc · 4 years, 5 months ago
  8. 296cfa3 Switch the order of QPACK streams sending stream type. by renjietang · 4 years, 5 months ago
  9. f54082a Use IsStreamError() and friends gMock matchers in quic/core (but not subdirectories). by bnc · 4 years, 5 months ago
  10. c576950 Use IsStreamError() and friends gMock matchers in quic/core/http. by bnc · 4 years, 5 months ago
  11. a6cd688 Use IsStreamError() and friends gMock matchers in a few tests. by bnc · 4 years, 5 months ago
  12. 1389583 Use IsStreamError() and friends gMock matchers in quic/quartc. by bnc · 4 years, 5 months ago
  13. 5fc6d0c Deprecate quic_version_negotiation_grease by dschinazi · 4 years, 5 months ago
  14. c9c1d1a Deprecate quic_enable_version_49 by dschinazi · 4 years, 5 months ago
  15. 7e8ae0d Remove redundant private keyword. by renjietang · 4 years, 5 months ago
  16. 3ee025f gfe-relnote: (n/a) In QuicTimeAccumulator, change a "static constexpr data member" to a "static constexpr function". No behavior change, not protected. by wub · 4 years, 5 months ago
  17. 61cc245 Remove QuicSession::SendRstStreamInner() because the |close_write_side_only| code paths share so little with each other. by renjietang · 4 years, 5 months ago
  18. f9ff46b Do not call MarkConsumed() from OnHeadersFramePayload() after decoding error. by bnc · 4 years, 5 months ago
  19. ef8416a Adds a unit test demonstrating that SpdyHeaderBlock can store header names containing uppercase characters. by QUICHE team · 4 years, 5 months ago
  20. e619ef6 gfe-relnote: (n/a) Change member initializer list to default member initializers in QuicConnectionStats. No behavior change, not protected. by wub · 4 years, 5 months ago
  21. 5cd4959 Internal QUICHE change by wub · 4 years, 5 months ago
  22. 680d563 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_bbr2_fix_inflight_bounds. by wub · 4 years, 5 months ago
  23. 256b2d6 gfe-relnote: For server side QUIC connection, mark version_negotiated_ earlier. Protected by --gfe2_reloadable_flag_quic_version_negotiated_by_default_at_server. by wub · 4 years, 5 months ago
  24. 2fd0c6c gfe-relnote: (n/a) Refactor Bbr2ProbeBwMode::OnCongestionEvent such that it only has one return point. No behavior change, not protected. by wub · 4 years, 5 months ago
  25. 50c6a37 gfe-relnote: (n/a) Do not call Initialize() in QuicTransportSimpleServerSession's constructor. Not used in production, not protected. by wub · 4 years, 5 months ago
  26. be29b9e gfe-relnote: Refactor how QuicConnectionStats.slowstart_duration is calculated in QUIC BBR1, and start populate it in QUIC BBR2. Not protected. (Worst case we get some incorrect values in transport connection stats) by wub · 4 years, 5 months ago
  27. a89eee3 gfe-relnote: (n/a) In quic::test::TestQuicSpdyServerSession, do not call Initialize() in constructor. Test only, not protected. by wub · 4 years, 5 months ago
  28. 7e9155d Move NoopQpackStreamSenderDelegate to qpack_test_utils.h. by bnc · 4 years, 5 months ago
  29. d088eab Change window_update frame's byte_offset to max_data to incorporate IETF spec. by renjietang · 4 years, 5 months ago
  30. 031d47c gfe-relnote: (n/a) Only enable QUIC MTU discovery in the server->client direction. No behavior change in GFE, not protected. by wub · 4 years, 5 months ago
  31. b5f2d72 Fix variable type mismatch. by renjietang · 4 years, 5 months ago
  32. 95c6fd3 Internal QUICHE change by bnc · 4 years, 6 months ago
  33. b63005e Remove QuicPacketCreator::AddSavedFrame() and make QuicPacketCreator::AddFrame() public. by renjietang · 4 years, 6 months ago
  34. cfc0ae6 Remove unused set_endianness from QuicDataReader. by ianswett · 4 years, 6 months ago
  35. 173c48f Move quic::QuicEndian to quiche::QuicheEndian by QUICHE team · 4 years, 6 months ago
  36. 350e9e6 gfe-relnote: Update QuicConnection's SendMessage to allow specifying if the message by QUICHE team · 4 years, 6 months ago
  37. fb4f4fc Fix use-after-free in QpackProgressiveDecoder and QpackInstructionDecoder. by bnc · 4 years, 6 months ago
  38. 7800130 Add more QUIC_SLOW_TEST annotations to bbr2_simulator_test.cc by rch · 4 years, 6 months ago
  39. d983e06 Add comments for some disabled simple_session_notifier_test. by renjietang · 4 years, 6 months ago
  40. fa3b1d6 gfe-relnote: In QUIC sent packet manager, replace handshake_confirmed_ and forward_secure_packet_acked_ with handshake_state_. No functional change expected. Not protected. by fayang · 4 years, 6 months ago
  41. dcea9b8 Remove use of illegal ":version" HTTP pseudo-header in tests by dschinazi · 4 years, 6 months ago
  42. e2a64de gfe-relnote: Combine quic_no_stream_data_after_reset and quic_no_decrease_in_final_offset into a single flag gfe2_reloadable_flag_quic_close_connection_and_discard_data_on_wrong_offset to impose flag dependency. by renjietang · 4 years, 6 months ago
  43. 409b261 Add a new QUIC platform API QUIC_SLOW_TEST which will be used in chrome by rch · 4 years, 6 months ago
  44. c0a1df4 gfe-relnote: (n/a) Change QUIC's AckedPacketVector and LostPacketVector from std::vector to QuicInlinedVector with a inline capacity of 2. Not protected. by wub · 4 years, 6 months ago
  45. e8ee0b1 Introduce HandshakeState enum to sent packet manager. Not used yet, not protected. by fayang · 4 years, 6 months ago
  46. 9459141 Rename QuicUtilsTest to QuicTypesTest in quic_types_test.cc by rch · 4 years, 6 months ago
  47. 3bc4bdd gfe-relnote: add some static casts to types in quic_circular_deque.h to allow it to build on Chrome. by rch · 4 years, 6 months ago
  48. 1b2e86c Move MockVisitor to an anonymous namesapce in qpack_decoded_headers_accumulator_test.cc by rch · 4 years, 6 months ago
  49. 8b87195 Add comments on why an end_to_end test is disabled for IETF QUIC. by renjietang · 4 years, 6 months ago
  50. 2cbfccf Internal QUICHE change by fayang · 4 years, 6 months ago
  51. b87ddb1 Add a platform macro EXPECT_QUIC_DEBUG_DEATH to ensure that by rch · 4 years, 6 months ago
  52. cd86dd1 Update MESSAGE frame to latest IETF draft by dschinazi · 4 years, 6 months ago
  53. f2ea9da Wrap EXPECT_DEBUG_DEATH in the appropriate guard to make it compile by rch · 4 years, 6 months ago
  54. b4e187c Internal QUICHE change by QUICHE team · 4 years, 6 months ago
  55. 8067d55 Do not always disable migration when using TLS by dschinazi · 4 years, 6 months ago
  56. 232ff9b Simplify QpackDecodedHeadersAccumulator API. by bnc · 4 years, 6 months ago
  57. e4d68dd gfe-relnote: Replace the backing type of QuicDeque from std::deque to QuicCircularDeque. Protected by --gfe2_restart_flag_quic_use_circular_deque. by wub · 4 years, 6 months ago
  58. 83f29bd Change CryptoServerConfigForTesting to return a unique_ptr by rch · 4 years, 6 months ago
  59. 20df1af Signal QPACK dynamic table usage from quic_client_interop_test. by bnc · 4 years, 6 months ago
  60. d976228 Send correct STOP_SENDING/RESET_STREAM frames for different stream types. by renjietang · 4 years, 6 months ago
  61. ba30761 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_framer_doesnt_create_initial_encrypter by nharper · 4 years, 6 months ago
  62. 9b5bcf1 Remove unnecessary code in QuicSpdySession. by renjietang · 4 years, 6 months ago
  63. f809ad1 Introduce QuicDatagramFlowId by dschinazi · 4 years, 6 months ago
  64. 41ac9df Support resumption in quic_client_interop_test_bin by nharper · 4 years, 6 months ago
  65. 6beb511 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_coalesce_stream_frames. The flag is replaced by gfe2_restart_flag_quic_coalesce_stream_frames_2 and is no longer in use. by renjietang · 4 years, 6 months ago
  66. a66e415 Modify write_index_ advancement to incorporate coalescing stream frames. by renjietang · 4 years, 6 months ago
  67. 1473c09 gfe-relnote: Enable certificate verification on TLS resumption in QUIC, protected by reloadable flag quic_supports_tls_handshake by nharper · 4 years, 6 months ago
  68. df7a77b gfe-relnote: Add SessionCache to TlsClientHandshaker, protected by reloadable flag quic_supports_tls_handshake by nharper · 4 years, 6 months ago
  69. 5888113 Allow changing max_packet_size from QuicConfig by dschinazi · 4 years, 6 months ago
  70. 0276ecf gfe-relnote: (n/a) Add some log for QUIC bbr2 code. Logging only. by wub · 4 years, 6 months ago
  71. 89eaa89 Remove QuicDispatcher::set_new_session_allowed_per_event_loop(). by bnc · 4 years, 6 months ago
  72. ec9bf88 Add a missing flag count for gfe2_reloadable_flag_quic_bbr_one_mss_conservation. by ianswett · 4 years, 6 months ago
  73. 14273ea Re-enable QuicPacketCreatorTest::ConsumeDataLargeSendAckTrue for versions with the invariant header. by ianswett · 4 years, 6 months ago
  74. d99c2c1 gfe-relnote: In QUIC, close connection if CreateAndSerializeStreamFrame fails. Protected by gfe2_reloadable_flag_quic_close_connection_on_failed_consume_data_fast_path. by fayang · 4 years, 6 months ago
  75. ac35d45 Remove unused this from lamda function in QuicSentPacketManagerTest.RtoNotInFlightPacket by fayang · 4 years, 6 months ago
  76. 4057e64 Loose the expectation of EndToEndTestWithTls.SendAndReceiveCoalescedPackets by fayang · 4 years, 6 months ago
  77. ba94bc3 Handle case where crypto stream is not immediately available. by fkastenholz · 4 years, 6 months ago
  78. 0270396 Add IsResumption method to QUIC client handshakers by nharper · 4 years, 6 months ago
  79. 020640b gfe-relnote: (n/a) Add pop_front_n and pop_back_n methods to QuicCircularDeque. Code not used yet. by wub · 4 years, 6 months ago
  80. bbe9a1b gfe-relnote: In QUIC, do not inject bandwidth in BbrSender::AdjustNetworkParameters. Also use min rtt instead of srtt when calculating new cwnd. Protected by gfe2_reloadable_flag_quic_bbr_donot_inject_bandwidth. by fayang · 4 years, 6 months ago
  81. 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 · 4 years, 6 months ago
  82. 4e0757a Remove QuicStream::read_side_closed(). by renjietang · 4 years, 6 months ago
  83. e5c1238 Cleanup unused code in QuicStream. by renjietang · 4 years, 6 months ago
  84. d8bd48b Fix invalid iterator bump in ValueSplittingHeaderListTest by QUICHE team · 4 years, 6 months ago
  85. c9e8044 Remove member "perspective_" in QuicStream. by renjietang · 4 years, 6 months ago
  86. 49add37 Add pretty-print logging for MessageResult by dschinazi · 4 years, 6 months ago
  87. da7286b Remove QuicStream::WritevData(). by renjietang · 4 years, 6 months ago
  88. 22f229b Remove unimplemented method by dschinazi · 4 years, 6 months ago
  89. fdcfe3b Internal QUICHE change by QUICHE team · 4 years, 6 months ago
  90. 7a4d209 Send an ICMP6_PACKET_TOO_BIG when we try to send a message that is too big. by QUICHE team · 4 years, 6 months ago
  91. 9b16447 gfe-relnote: (n/a) Make QuicCircularDeque compile in Chromium. Code not used yet. by wub · 4 years, 6 months ago
  92. a57bbb3 Replace kMaxIetfVarInt with UINT32_MAX, as size_t on 32-bit platforms is smaller than kMaxIetfVarInt, thus causing a compile error on those platforms. by vasilvv · 4 years, 6 months ago
  93. 7fc2908 gfe-relnote: (n/a) Remove a QUIC_BUG in quic::PacketNumberQueue::AddRange. Test only. Not protected. by wub · 4 years, 6 months ago
  94. 6488161 Remove redundant stream finding code when STOP_SENDING frame is received. by renjietang · 4 years, 6 months ago
  95. 70e6b76 Update to IETF draft 24 by dschinazi · 4 years, 6 months ago
  96. 4245c21 gfe-relnote: Remove QuicPacketGenerator. by fayang · 4 years, 6 months ago
  97. fa63b6e Fix a gfe_quic_fuzzer issue caused by uninitialized packet number. by wub · 4 years, 6 months ago
  98. 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 4 years, 6 months ago
  99. 5a5661f gfe-relnote: (n/a) Add QuicCircularDeque to third_party/quic/core. Code not used yet. by wub · 4 years, 6 months ago
  100. 9676f69 Remove QuicheMakeUnique. by bnc · 4 years, 6 months ago