1. e8a8ecb Abort async QPACK header decompression when stream is closed. by bnc · 3 years, 8 months ago
  2. 27c1846 Remove TlsHandshakerTest by nharper · 3 years, 8 months ago
  3. 37b3c5c Don't arm PTO for ApplicationData until handshake confirmed. by fayang · 3 years, 8 months ago
  4. 6fd5407 gfe-relnote: fix QUICHE compilation issues with gcc. by danzh · 3 years, 8 months ago
  5. 265a7cb Reduce noisy log message to VLOG rather than LOG(INFO). by QUICHE team · 3 years, 8 months ago
  6. c8f6f63 Internal QUICHE change by fayang · 3 years, 8 months ago
  7. 2d2fdd1 Add a kAFFE client option to enable the usage of AckFrequencyFrame, including by haoyuewang · 3 years, 8 months ago
  8. de9ad9f Cap client suggested initial RTT to 1s instead of 15s. by fayang · 3 years, 8 months ago
  9. bbf1623 Replace QuicheContainsKey with a direct call to find() by vasilvv · 3 years, 8 months ago
  10. dd523b3 Remove processed packets from undecryptable_packets_. by fayang · 3 years, 8 months ago
  11. a5c3383 Change undecryptable_packets_ from QuicCircularDeque to std::deque. No functional change expected. This is the preparation to support out of order deletion. by fayang · 3 years, 8 months ago
  12. acc7c97 Internal QUICHE change by wub · 3 years, 8 months ago
  13. 19c7e00 Deprecate quic_bbr_flexible_app_limited which was blocked by a bug that's now closed. This was added for Quartc, but that project is no longer active. by ianswett · 3 years, 8 months ago
  14. 29d1803 Deprecate gfe2_reloadable_flag_quic_fix_neuter_handshake_data. by fayang · 3 years, 8 months ago
  15. f71e806 Pass early data reject reason to debug_visitor. by renjietang · 3 years, 8 months ago
  16. 093f8e4 Deprecate gfe2_reloadable_flag_quic_enable_overshooting_detection. by fayang · 3 years, 8 months ago
  17. e2896c8 Deprecate quic_enable_version_t051 by dschinazi · 3 years, 8 months ago
  18. 7646715 Deprecate gfe2_reloadable_flag_quic_use_half_rtt_as_first_pto. by fayang · 3 years, 8 months ago
  19. 5f7d0e8 Remove reloadable flag quic_http3_goaway_new_behavior. by bnc · 3 years, 8 months ago
  20. f5f83e5 Deprecate gfe2_reloadable_flag_quic_coalesced_packet_of_higher_space2. by fayang · 3 years, 8 months ago
  21. ec882f1 Deprecate --gfe2_reloadable_flag_quic_revert_mtu_after_two_ptos. by wub · 3 years, 8 months ago
  22. a504d5c Deprecate gfe2_reloadable_flag_quic_check_encryption_level_in_fast_path. by fayang · 3 years, 8 months ago
  23. 068512c Drop INITIAL packet if INITIAL key has been dropped because of coalesce packet gets flushed. by fayang · 3 years, 8 months ago
  24. b0567e2 In QuicSentPacketManager::OnPacketSent and QuicUnackedPacketMap::AddSentPacket, make it clear that which part of the serialized packet can be modified. by wub · 3 years, 8 months ago
  25. 5d91f08 Make sure there is pending timer credit when trying to retransmit packets in PTO mode. by fayang · 3 years, 8 months ago
  26. 649cf05 Clean up QuicSpdySession destructor. by renjietang · 3 years, 8 months ago
  27. 8e060b7 Add flag count for quic_stop_sending_uses_ietf_error_code. by bnc · 3 years, 8 months ago
  28. 0c20b03 deprecate gfe2_reloadable_flag_quic_do_not_use_stream_map. by renjietang · 3 years, 8 months ago
  29. 375725f deprecate gfe2_reloadable_flag_quic_remove_streams_waiting_for_acks. by renjietang · 3 years, 8 months ago
  30. 4fd6e9b Use IETF application error codes for STOP_SENDING frames. by bnc · 3 years, 8 months ago
  31. 5c52ad8 When switch from QUIC BBR to BBRv2, use BBR's cwnd as the initial cwnd of BBRv2. by wub · 3 years, 8 months ago
  32. a330b7c Include stream information in idle timeout connection close detail. by fayang · 3 years, 8 months ago
  33. ebc71c1 Fix use-after-move in SimpleLinkedHashMap by QUICHE team · 3 years, 8 months ago
  34. 434c4c0 Self-instrument for QUIC library via setsockopt for on-host-monitoring. by QUICHE team · 3 years, 8 months ago
  35. d5e8c8e Internal QUICHE change by fayang · 3 years, 8 months ago
  36. f3d3241 Fix stream ID sent in GOAWAY frame. by bnc · 3 years, 8 months ago
  37. af697da Deprecate quic_fix_print_draft_version by dschinazi · 3 years, 8 months ago
  38. 75854e6 Automated g4 rollback of changelist 330572491. by QUICHE team · 3 years, 8 months ago
  39. 26e3e88 Add method to get reason why 0-RTT was accepted or rejected in QUIC by nharper · 3 years, 8 months ago
  40. 7f54714 gfe-relnote: fix QUICHE windows compilation errors. No behavior change. by danzh · 3 years, 8 months ago
  41. 0cc998a Deprecate gfe2_reloadable_flag_quic_simplify_received_packet_manager_ack & by haoyuewang · 3 years, 8 months ago
  42. 808b6c7 Set crypto_negotiated_params for IETF QUIC client in 0-RTT by nharper · 3 years, 8 months ago
  43. 61f328e Remove support for ephemeral streams in QBONE. These have been unused for by QUICHE team · 3 years, 8 months ago
  44. 7c6d277 Internal QUICHE change by bnc · 3 years, 8 months ago
  45. 2f1d603 Revert quic_anti_amplification_factor from 10 to 5. Also add a copt to set the factor to 10 for experiment. by fayang · 3 years, 8 months ago
  46. cdcf0ad Use IETF application error codes for STOP_SENDING frames. by bnc · 3 years, 8 months ago
  47. 5b8985a Deprecate --gfe2_reloadable_flag_quic_bbr2_improve_adjust_network_parameters. by wub · 3 years, 8 months ago
  48. a46cc13 gfe-relnote: Remove pending_version_negotiation_packet_ from QuicConnection because it's only set to true in a method that's protected by checking whether it's already true. No functional change, not flag protected. by ianswett · 3 years, 8 months ago
  49. 62d10da Close QUIC connection if writer is still blocked while calling OnCanWrite. by fayang · 3 years, 8 months ago
  50. 63eb43a Add method to send HTTP/3 shut down notice GOAWAY frame by QUICHE team · 3 years, 8 months ago
  51. 9cdbb4b Fix flaky //third_party/http2:http2_structures_test by QUICHE team · 3 years, 8 months ago
  52. 187eea3 Change STOP_SENDING frame related APIs to use QuicRstStreamError type. by bnc · 3 years, 8 months ago
  53. 8a27a1a Make QUIC connections send PATH_RESPONSE upon receiving PATH_CHALLENGE according to IETF QUIC draft v29. by danzh · 3 years, 8 months ago
  54. edf934d Avoid sending huge chunks of data in EndToEndTest.PostZeroRTTRequestDuringHandshake. by renjietang · 3 years, 8 months ago
  55. 02f637d Move the histograms that records the release time offset from QuicGsoBatchWriter to QuicBatchWriterBase. by wub · 3 years, 8 months ago
  56. 9e77dfb Do not QUIC_BUG 0-RTT stream data retransmission before 1-RTT keys arrive. by renjietang · 3 years, 8 months ago
  57. 6de03a8 Automated g4 rollback of changelist 329381168. by vasilvv · 3 years, 8 months ago
  58. 4e80b0c Re-land cl/328561880 by vasilvv · 3 years, 8 months ago
  59. 49aec63 Remove session pointer from PendingStream. by renjietang · 3 years, 8 months ago
  60. 04590fc Close connection on packet serialization failures in SerializePacket. by fayang · 3 years, 8 months ago
  61. 64634b2 Deprecate gfe2_reloadable_flag_quic_bbrv2_ignore_inflight_lo. by ianswett · 3 years, 8 months ago
  62. e3938ca Deprecate gfe2_reloadable_flag_quic_fix_on_ping_timeout. by fayang · 3 years, 8 months ago
  63. 3e004e9 Update default HTTP/3 priority. by bnc · 3 years, 8 months ago
  64. 79b2661 Add missing connected checks in QuicConnection. by fayang · 3 years, 8 months ago
  65. 38d5196 Convert bytes_left_for_batch_write_ to unsigned integer array. by fayang · 3 years, 8 months ago
  66. 9f902a4 Remove tests that are testing on sending only STOP_SENDING. by renjietang · 3 years, 8 months ago
  67. e447bc6 Neuter initial packet in the coalescer when discarding initial keys. by fayang · 3 years, 8 months ago
  68. 5a3cfcb Deprecate gfe2_reloadable_flag_quic_update_packet_size. by fayang · 3 years, 8 months ago
  69. 3988f57 Refactor GOAWAY-related accessors. by bnc · 3 years, 8 months ago
  70. 440ea72 Add memory safety guard for QuicFrame by dschinazi · 3 years, 8 months ago
  71. 87aad8a Add some QUIC DCHECKs by dschinazi · 3 years, 8 months ago
  72. d8fb72d Switch the experimental use of absl from absl::node_hash_map to absl::WrapUnique. by vasilvv · 3 years, 8 months ago
  73. 9eb8fcd Add missing QUIC_EXPORT_PRIVATE attributes. by vasilvv · 3 years, 8 months ago
  74. f00e1e1 Deprecate QuicSession::CloseStream(). by renjietang · 3 years, 8 months ago
  75. f4cb78c Rename QuicSpdyStream::IsClosed() -> IsSequencerClosed(). by QUICHE team · 3 years, 8 months ago
  76. f725c70 Attempt to use Abseil in QUICHE. by vasilvv · 3 years, 8 months ago
  77. 8bea63a Test-only change by bnc · 3 years, 8 months ago
  78. 623f6ef In IETF quic, start peer migration by switching peer address as soon as detecting a non-probing frame in the incoming packet rather than after finishing parsing the whole packet. Protected by --gfe2_reloadable_flag_quic_start_peer_migration_earlier. by danzh · 3 years, 8 months ago
  79. b94ffb2 Deprecate gfe2_reloadable_flag_quic_retransmit_handshake_data_early. by fayang · 3 years, 8 months ago
  80. 7cd1d82 Deprecate gfe2_reloadable_flag_quic_fix_extra_padding_bytes. by fayang · 3 years, 8 months ago
  81. c2e5361 Remove incorrect warning for zombie streams. by renjietang · 3 years, 8 months ago
  82. 30e2dc5 Deprecate quic_fix_packet_number_length by dschinazi · 3 years, 8 months ago
  83. 1d63a00 Deprecate quic_dispatcher_legacy_version_encapsulation by dschinazi · 3 years, 8 months ago
  84. 2d43dbe Deprecate gfe2_reloadable_flag_quic_do_not_close_stream_again_on_connection_close by renjietang · 3 years, 8 months ago
  85. 4761740 Fix client supported versions when quic_client reconnects. Client code only, not protected. by wub · 3 years, 8 months ago
  86. 8c7d119 (n/a, not in use) Make IETF probing packets not always contribute to RTT measurement. by danzh · 3 years, 8 months ago
  87. fe77c03 Deprecate gfe2_reloadable_flag_quic_determine_serialized_packet_fate_early. by fayang · 3 years, 8 months ago
  88. 5d0d681 Reorder Q050 before all other versions in server Alt-Svc by fayang · 3 years, 8 months ago
  89. 84305ed In QUIC, increase anti_amplifcation_factor from 5 to 10 to verify it is responsible for ALTERNATE_PROTOCOL_USAGE_LOST_RACE issue. by fayang · 3 years, 8 months ago
  90. 051bf77 (n/a, not in use) add interfaces to set up peer address in QuicPacketCreator which the serialized packets are sent to through out the current call stack. No protected. by danzh · 3 years, 8 months ago
  91. c7f8b47 In QUIC, add a copt to extend idle timeout by PTO on sent packets. Client side only, not protected. by fayang · 3 years, 9 months ago
  92. 6a5a8aa Resolves technical debt issues: by QUICHE team · 3 years, 9 months ago
  93. 8607b29 Log handshake completion time in quic_connection_stats. Logging only. by fayang · 3 years, 9 months ago
  94. 5846898 Copy cached transport parameters and application states instead of using pointers in QUIC 0-RTT setup. by renjietang · 3 years, 9 months ago
  95. 03128f5 CL generated by 'ykats' via Upkeep (go/upkeep). Resolves the following technical debt issues: by QUICHE team · 3 years, 9 months ago
  96. abf77f1 Internal QUICHE change by wub · 3 years, 9 months ago
  97. 037883b Add a stable enum for QuicFrameType for logging purpose. by fayang · 3 years, 9 months ago
  98. c50cc4a In QUIC, change OnOneRttKeysAvailable() to OnTlsHandshakeFinished(). by renjietang · 3 years, 9 months ago
  99. e1e5e50 Move the implementation of GetReleaseTime from QuicBatchWriterBase to QuicGsoBatchWriter. No behavior change. by wub · 3 years, 9 months ago
  100. 52c8f33 Deprecate quic_google_transport_param_omit_old by dschinazi · 3 years, 9 months ago