1. 9b5bcf1 Remove unnecessary code in QuicSpdySession. by renjietang · 5 years ago
  2. f809ad1 Introduce QuicDatagramFlowId by dschinazi · 5 years ago
  3. 41ac9df Support resumption in quic_client_interop_test_bin by nharper · 5 years ago
  4. 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 · 5 years ago
  5. a66e415 Modify write_index_ advancement to incorporate coalescing stream frames. by renjietang · 5 years ago
  6. 1473c09 gfe-relnote: Enable certificate verification on TLS resumption in QUIC, protected by reloadable flag quic_supports_tls_handshake by nharper · 5 years ago
  7. df7a77b gfe-relnote: Add SessionCache to TlsClientHandshaker, protected by reloadable flag quic_supports_tls_handshake by nharper · 5 years ago
  8. 5888113 Allow changing max_packet_size from QuicConfig by dschinazi · 5 years ago
  9. 0276ecf gfe-relnote: (n/a) Add some log for QUIC bbr2 code. Logging only. by wub · 5 years ago
  10. 89eaa89 Remove QuicDispatcher::set_new_session_allowed_per_event_loop(). by bnc · 5 years ago
  11. ec9bf88 Add a missing flag count for gfe2_reloadable_flag_quic_bbr_one_mss_conservation. by ianswett · 5 years ago
  12. 14273ea Re-enable QuicPacketCreatorTest::ConsumeDataLargeSendAckTrue for versions with the invariant header. by ianswett · 5 years ago
  13. 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 · 5 years ago
  14. ac35d45 Remove unused this from lamda function in QuicSentPacketManagerTest.RtoNotInFlightPacket by fayang · 5 years ago
  15. 4057e64 Loose the expectation of EndToEndTestWithTls.SendAndReceiveCoalescedPackets by fayang · 5 years ago
  16. ba94bc3 Handle case where crypto stream is not immediately available. by fkastenholz · 5 years ago
  17. 0270396 Add IsResumption method to QUIC client handshakers by nharper · 5 years ago
  18. 020640b gfe-relnote: (n/a) Add pop_front_n and pop_back_n methods to QuicCircularDeque. Code not used yet. by wub · 5 years ago
  19. 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 · 5 years ago
  20. 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
  21. 4e0757a Remove QuicStream::read_side_closed(). by renjietang · 5 years ago
  22. e5c1238 Cleanup unused code in QuicStream. by renjietang · 5 years ago
  23. d8bd48b Fix invalid iterator bump in ValueSplittingHeaderListTest by QUICHE team · 5 years ago
  24. c9e8044 Remove member "perspective_" in QuicStream. by renjietang · 5 years ago
  25. 49add37 Add pretty-print logging for MessageResult by dschinazi · 5 years ago
  26. da7286b Remove QuicStream::WritevData(). by renjietang · 5 years ago
  27. 22f229b Remove unimplemented method by dschinazi · 5 years ago
  28. fdcfe3b Internal QUICHE change by QUICHE team · 5 years ago
  29. 7a4d209 Send an ICMP6_PACKET_TOO_BIG when we try to send a message that is too big. by QUICHE team · 5 years ago
  30. 9b16447 gfe-relnote: (n/a) Make QuicCircularDeque compile in Chromium. Code not used yet. by wub · 5 years ago
  31. 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 · 5 years ago
  32. 7fc2908 gfe-relnote: (n/a) Remove a QUIC_BUG in quic::PacketNumberQueue::AddRange. Test only. Not protected. by wub · 5 years ago
  33. 6488161 Remove redundant stream finding code when STOP_SENDING frame is received. by renjietang · 5 years ago
  34. 70e6b76 Update to IETF draft 24 by dschinazi · 5 years ago
  35. 4245c21 gfe-relnote: Remove QuicPacketGenerator. by fayang · 5 years ago
  36. fa63b6e Fix a gfe_quic_fuzzer issue caused by uninitialized packet number. by wub · 5 years ago
  37. 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 5 years ago
  38. 5a5661f gfe-relnote: (n/a) Add QuicCircularDeque to third_party/quic/core. Code not used yet. by wub · 5 years ago
  39. 9676f69 Remove QuicheMakeUnique. by bnc · 5 years ago
  40. 13d7545 gfe-relnote: In quic_framer.cc, replace PacketNumberIntervalLength(interval) by interval.Length(). Not protected. by wub · 5 years ago
  41. 4f59d71 Internal QUICHE change by wub · 5 years ago
  42. 133f488 Add support for creating a persistent TUN device (that survives across Bonnet restarts). by QUICHE team · 5 years ago
  43. 6c06656 Change name of QuicStream::HasFinalReceivedByteOffset() to HasReiceivedFinalOffset(). by renjietang · 5 years ago
  44. d88f162 Add a simple QuicTransport server for testing and demo purposes. by vasilvv · 5 years ago
  45. 75db434 gfe-relnote: In QUIC, add a connection option to use 2 * rttvar when calculating PTO timeout. Protected by existing gfe2_reloadable_flag_quic_enable_pto. by fayang · 5 years ago
  46. 053453b Add QuicDispatcherPeer::GetTimeWaitListManager() method. by bnc · 5 years ago
  47. 12512a8 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 5 years ago
  48. 8a27b0f gfe-relnote: Deprecate gfe2_reloadable_flag_quic_simplify_stop_waiting. by fayang · 5 years ago
  49. 2ab1e85 gfe-relnote: In QUIC, add SetSoftMaxPacketLength to set a soft max packet length in creator. If a single frame is failed to be serialized, restore the actual max packet length. Not used yet. Not protected. by fayang · 5 years ago
  50. 7cbfe9e Use connection's encryption level at QuicCryptoStream::OnCryptoFrame(). by renjietang · 5 years ago
  51. c4bde0b Enable all versions in toy server by dschinazi · 5 years ago
  52. 68fad8e Deprecate quic_parse_prox_source_connection_id by dschinazi · 5 years ago
  53. b4f3bc0 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames3. by fayang · 5 years ago
  54. db09565 gfe-relnote: In QUIC, add connection option to enable IETF loss detection with both adaptive packet and adaptive time threshold. Protected by existing gfe2_reloadable_flag_quic_enable_ietf_loss_detection. by fayang · 5 years ago
  55. 7085a6d gfe-relnote: In QUIC, add 2 connection options to set the start point of exponential backoff when calculating PTO timeout. Protected by exisiting gfe2_reloadable_flag_quic_enable_pto. by fayang · 5 years ago
  56. 740f751 gfe-relnote: In GFE, add two QUIC connection options for cwnd bootstrap experiments with different multipliers. Protected by existing gfe2_reloadable_flag_quic_use_ip_bandwidth_module. by fayang · 5 years ago
  57. dfbd3df Create an interface to queue up incoming streams in the client. by vasilvv · 5 years ago
  58. 4c908f0 gfe-relnote: Do not add peer_max_ack_delay if an immediate ACK is expected when calculating PTO timeout. Protected by existing gfe2_reloadable_flag_quic_enable_pto. by fayang · 5 years ago
  59. 9711a9e Simplify ConstructMisFramedEncryptedPacket() signature. by bnc · 5 years ago
  60. 18d5d24 gfe-relnote: Swap order of operations in TlsClientHandshaker::FinishHandshake. Protected by --quic_supports_tls_handshake by nharper · 5 years ago
  61. 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
  62. fe909c6 Convert kDefaultMaxCongestionWindowPackets to a flag. by ianswett · 5 years ago
  63. abfd9ec Change GetMinStreamSize API to use size_t, rather than uint16_t avoiding truncation by fkastenholz · 5 years ago
  64. 1c1dcab Use QpackEncoder::InstructionWithValues to refactor QpackInstructionEncoder interface. by bnc · 5 years ago
  65. f2c4e3e gfe-relnote: In QUIC, re-calculate pacing rate when cwnd gets bootstrapped. Protected by gfe2_reloadable_flag_quic_bbr_fix_pacing_rate. by fayang · 5 years ago
  66. c14a589 Implement dynamic table, blocked streams, multiple streams, and multiple header blocks per stream in QpackDecoderFuzzer. by bnc · 5 years ago
  67. f6f82b1 Implement gMock matchers to pretty print QuicErrorCode and QuicRstStreamErrorCode on failure. by bnc · 5 years ago
  68. e158186 Remove unused CreateSslCtx methods from TlsHandshaker classes by nharper · 5 years ago
  69. e47e15f gfe-relnote: various test code cleanup. Not protected. by renjietang · 5 years ago
  70. 4694272 Make HttpEncoder methods static. by bnc · 5 years ago
  71. e211642 Introduce QUIC_NO_EXPORT by dschinazi · 5 years ago
  72. a6f661c Remove duplicate call to send MAX_PUSH_ID frame. by renjietang · 5 years ago
  73. 40d0fa5 Remove QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique from platform/api/. by bnc · 5 years ago
  74. cda1ce2 Remove QuicConnectionPeer::GetVisitor(). by renjietang · 5 years ago
  75. eab918f Remove unused return value for QuicSession::OnStopSendingFrame(). by renjietang · 5 years ago
  76. 6285986 Remove no-longer-required QUIC_EXPORTs by dschinazi · 5 years ago
  77. e356752 Deprecate gfe2_reloadable_flag_quic_simple_inflight_time. by ianswett · 5 years ago
  78. ad65ab9 Deprecate gfe2_reloadable_flag_quic_sent_packet_manager_cleanup. by ianswett · 5 years ago
  79. eb78dbb gfe-relnote: Add a VersionSupportsGoogleAltSvcFormat() method to move the version check out of the version manager. No behavior change. Not flag protected. by rch · 5 years ago
  80. e42f7ad Move QPACK test utilities to test_tools/qpack/. by bnc · 5 years ago
  81. 3f6ccf4 Inline trivial constructors by dschinazi · 5 years ago
  82. eab9285 Fix some test expectation regarding SendControlFrame(). by renjietang · 5 years ago
  83. cc4ea6a gfe-relnote: Deprecate gfe2_reloadable_flag_quic_detect_spurious_loss. by fayang · 5 years ago
  84. 91ae391 Remove empty if statement by fkastenholz · 5 years ago
  85. 0d74bb7 gfe-relnote: n/a - Rephrase obsolete TODO which was left over from when v40 was added. by rch · 5 years ago
  86. 209c5a2 Remove an obsolete TODO from quic_framer.cc about changing the public by rch · 5 years ago
  87. 7433495 gfe-relnote: n/a - Remove useless DVLOG from quic_crypto_server_config.cc by rch · 5 years ago
  88. 4f73248 Fix Reset logic in PendingStream. by renjietang · 5 years ago
  89. 0875083 gfe-relnote: Add QuicPacketCreator::SerializeCoalescedPacket function. Not used yet. Not protected. by fayang · 5 years ago
  90. 07a2b07 Fix 26 ClangTidy - Readability findings in //depot/google3/third_party/quic/. by wub · 5 years ago
  91. b38e635 Make QuicStreamTest to check on OnDataAvailable() calls. by renjietang · 5 years ago
  92. 7685542 Fix 10 ClangTidy - Performance findings in //depot/google3/third_party/quic/. by wub · 5 years ago
  93. 0b2ae54 Fix 2 clang-tidy findings in third_party/quic. by wub · 5 years ago
  94. bc15d50 Remove unused variables in QuicVersionsTest.QuicEnableVersion. by fayang · 5 years ago
  95. 3ccd770 Add flag counts for two flags that had none. by ianswett · 5 years ago
  96. 6b9fe9a Fix QUIC_EXPORT_PRIVATE compilation on Windows by dschinazi · 5 years ago
  97. cb08fe8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_48_2 by nharper · 5 years ago
  98. 15afba3 Close connection when stream receives wrong data regarding close offset. by renjietang · 5 years ago
  99. 097f372 Add a simple integration test for QuicTransport. by vasilvv · 5 years ago
  100. 423adc7 Enable -Wexit-time-destructors in QUIC by dschinazi · 5 years ago