1. 5c52ad8 When switch from QUIC BBR to BBRv2, use BBR's cwnd as the initial cwnd of BBRv2. by wub · 4 years, 6 months ago
  2. a330b7c Include stream information in idle timeout connection close detail. by fayang · 4 years, 6 months ago
  3. ebc71c1 Fix use-after-move in SimpleLinkedHashMap by QUICHE team · 4 years, 6 months ago
  4. 434c4c0 Self-instrument for QUIC library via setsockopt for on-host-monitoring. by QUICHE team · 4 years, 6 months ago
  5. d5e8c8e Internal QUICHE change by fayang · 4 years, 6 months ago
  6. f3d3241 Fix stream ID sent in GOAWAY frame. by bnc · 4 years, 6 months ago
  7. af697da Deprecate quic_fix_print_draft_version by dschinazi · 4 years, 6 months ago
  8. 75854e6 Automated g4 rollback of changelist 330572491. by QUICHE team · 4 years, 6 months ago
  9. 26e3e88 Add method to get reason why 0-RTT was accepted or rejected in QUIC by nharper · 4 years, 6 months ago
  10. 7f54714 gfe-relnote: fix QUICHE windows compilation errors. No behavior change. by danzh · 4 years, 6 months ago
  11. 0cc998a Deprecate gfe2_reloadable_flag_quic_simplify_received_packet_manager_ack & by haoyuewang · 4 years, 6 months ago
  12. 808b6c7 Set crypto_negotiated_params for IETF QUIC client in 0-RTT by nharper · 4 years, 6 months ago
  13. 61f328e Remove support for ephemeral streams in QBONE. These have been unused for by QUICHE team · 4 years, 6 months ago
  14. 7c6d277 Internal QUICHE change by bnc · 4 years, 6 months ago
  15. 2f1d603 Revert quic_anti_amplification_factor from 10 to 5. Also add a copt to set the factor to 10 for experiment. by fayang · 4 years, 6 months ago
  16. cdcf0ad Use IETF application error codes for STOP_SENDING frames. by bnc · 4 years, 6 months ago
  17. 5b8985a Deprecate --gfe2_reloadable_flag_quic_bbr2_improve_adjust_network_parameters. by wub · 4 years, 6 months ago
  18. 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 · 4 years, 6 months ago
  19. 62d10da Close QUIC connection if writer is still blocked while calling OnCanWrite. by fayang · 4 years, 7 months ago
  20. 63eb43a Add method to send HTTP/3 shut down notice GOAWAY frame by QUICHE team · 4 years, 7 months ago
  21. 9cdbb4b Fix flaky //third_party/http2:http2_structures_test by QUICHE team · 4 years, 7 months ago
  22. 187eea3 Change STOP_SENDING frame related APIs to use QuicRstStreamError type. by bnc · 4 years, 7 months ago
  23. 8a27a1a Make QUIC connections send PATH_RESPONSE upon receiving PATH_CHALLENGE according to IETF QUIC draft v29. by danzh · 4 years, 7 months ago
  24. edf934d Avoid sending huge chunks of data in EndToEndTest.PostZeroRTTRequestDuringHandshake. by renjietang · 4 years, 7 months ago
  25. 02f637d Move the histograms that records the release time offset from QuicGsoBatchWriter to QuicBatchWriterBase. by wub · 4 years, 7 months ago
  26. 9e77dfb Do not QUIC_BUG 0-RTT stream data retransmission before 1-RTT keys arrive. by renjietang · 4 years, 7 months ago
  27. 6de03a8 Automated g4 rollback of changelist 329381168. by vasilvv · 4 years, 7 months ago
  28. 4e80b0c Re-land cl/328561880 by vasilvv · 4 years, 7 months ago
  29. 49aec63 Remove session pointer from PendingStream. by renjietang · 4 years, 7 months ago
  30. 04590fc Close connection on packet serialization failures in SerializePacket. by fayang · 4 years, 7 months ago
  31. 64634b2 Deprecate gfe2_reloadable_flag_quic_bbrv2_ignore_inflight_lo. by ianswett · 4 years, 7 months ago
  32. e3938ca Deprecate gfe2_reloadable_flag_quic_fix_on_ping_timeout. by fayang · 4 years, 7 months ago
  33. 3e004e9 Update default HTTP/3 priority. by bnc · 4 years, 7 months ago
  34. 79b2661 Add missing connected checks in QuicConnection. by fayang · 4 years, 7 months ago
  35. 38d5196 Convert bytes_left_for_batch_write_ to unsigned integer array. by fayang · 4 years, 7 months ago
  36. 9f902a4 Remove tests that are testing on sending only STOP_SENDING. by renjietang · 4 years, 7 months ago
  37. e447bc6 Neuter initial packet in the coalescer when discarding initial keys. by fayang · 4 years, 7 months ago
  38. 5a3cfcb Deprecate gfe2_reloadable_flag_quic_update_packet_size. by fayang · 4 years, 7 months ago
  39. 3988f57 Refactor GOAWAY-related accessors. by bnc · 4 years, 7 months ago
  40. 440ea72 Add memory safety guard for QuicFrame by dschinazi · 4 years, 7 months ago
  41. 87aad8a Add some QUIC DCHECKs by dschinazi · 4 years, 7 months ago
  42. d8fb72d Switch the experimental use of absl from absl::node_hash_map to absl::WrapUnique. by vasilvv · 4 years, 7 months ago
  43. 9eb8fcd Add missing QUIC_EXPORT_PRIVATE attributes. by vasilvv · 4 years, 7 months ago
  44. f00e1e1 Deprecate QuicSession::CloseStream(). by renjietang · 4 years, 7 months ago
  45. f4cb78c Rename QuicSpdyStream::IsClosed() -> IsSequencerClosed(). by QUICHE team · 4 years, 7 months ago
  46. f725c70 Attempt to use Abseil in QUICHE. by vasilvv · 4 years, 7 months ago
  47. 8bea63a Test-only change by bnc · 4 years, 7 months ago
  48. 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 · 4 years, 7 months ago
  49. b94ffb2 Deprecate gfe2_reloadable_flag_quic_retransmit_handshake_data_early. by fayang · 4 years, 7 months ago
  50. 7cd1d82 Deprecate gfe2_reloadable_flag_quic_fix_extra_padding_bytes. by fayang · 4 years, 7 months ago
  51. c2e5361 Remove incorrect warning for zombie streams. by renjietang · 4 years, 7 months ago
  52. 30e2dc5 Deprecate quic_fix_packet_number_length by dschinazi · 4 years, 7 months ago
  53. 1d63a00 Deprecate quic_dispatcher_legacy_version_encapsulation by dschinazi · 4 years, 7 months ago
  54. 2d43dbe Deprecate gfe2_reloadable_flag_quic_do_not_close_stream_again_on_connection_close by renjietang · 4 years, 7 months ago
  55. 4761740 Fix client supported versions when quic_client reconnects. Client code only, not protected. by wub · 4 years, 7 months ago
  56. 8c7d119 (n/a, not in use) Make IETF probing packets not always contribute to RTT measurement. by danzh · 4 years, 7 months ago
  57. fe77c03 Deprecate gfe2_reloadable_flag_quic_determine_serialized_packet_fate_early. by fayang · 4 years, 7 months ago
  58. 5d0d681 Reorder Q050 before all other versions in server Alt-Svc by fayang · 4 years, 7 months ago
  59. 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 · 4 years, 7 months ago
  60. 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 · 4 years, 7 months ago
  61. c7f8b47 In QUIC, add a copt to extend idle timeout by PTO on sent packets. Client side only, not protected. by fayang · 4 years, 7 months ago
  62. 6a5a8aa Resolves technical debt issues: by QUICHE team · 4 years, 7 months ago
  63. 8607b29 Log handshake completion time in quic_connection_stats. Logging only. by fayang · 4 years, 7 months ago
  64. 5846898 Copy cached transport parameters and application states instead of using pointers in QUIC 0-RTT setup. by renjietang · 4 years, 7 months ago
  65. 03128f5 CL generated by 'ykats' via Upkeep (go/upkeep). Resolves the following technical debt issues: by QUICHE team · 4 years, 7 months ago
  66. abf77f1 Internal QUICHE change by wub · 4 years, 7 months ago
  67. 037883b Add a stable enum for QuicFrameType for logging purpose. by fayang · 4 years, 7 months ago
  68. c50cc4a In QUIC, change OnOneRttKeysAvailable() to OnTlsHandshakeFinished(). by renjietang · 4 years, 7 months ago
  69. e1e5e50 Move the implementation of GetReleaseTime from QuicBatchWriterBase to QuicGsoBatchWriter. No behavior change. by wub · 4 years, 7 months ago
  70. 52c8f33 Deprecate quic_google_transport_param_omit_old by dschinazi · 4 years, 7 months ago
  71. 5c6834b Move OnZeroRttRejected() debug event from HTTP layer to QUIC transport layer. by renjietang · 4 years, 7 months ago
  72. 67395d0 Deprecate gfe2_reloadable_flag_quic_support_handshake_done_in_t050. by fayang · 4 years, 7 months ago
  73. 1abb2a1 Internal QUICHE change by wub · 4 years, 7 months ago
  74. 610f7ce Default enable MTU discovery in QUIC server. Protected by --gfe2_reloadable_flag_quic_enable_mtu_discovery_at_server. by wub · 4 years, 7 months ago
  75. c4bb072 Stop blackhole detection when a duplicate ACK causes packets to be detected lost. Protected by existing gfe2_reloadable_flag_quic_default_enable_5rto_blackhole_detection2. by fayang · 4 years, 7 months ago
  76. d2bf0ba Log ping_received_delay in transport_connection_stats. Logging only, not protected. by fayang · 4 years, 7 months ago
  77. 6e173ef Do not send out MAX_PUSH_ID frame if the client sets max_push_id to 0(default value). by renjietang · 4 years, 7 months ago
  78. 8cc90d0 Add has_ack to QuicTransmissionInfo. Currently, only used for logging purpose, not protected. by fayang · 4 years, 7 months ago
  79. 8eea919 Internal QUICHE change by wub · 4 years, 7 months ago
  80. 2c4978f In QUIC, do not test liveness if timeout is longer than half idle timeout. Client side only, not protected. by fayang · 4 years, 7 months ago
  81. 9b5582a Adding comments and DCHECKS in the validation logic of configuring QuicStream's flow controller. by renjietang · 4 years, 7 months ago
  82. e238a13 Remove an redundant if clause in QuicSession::OnNewStreamFlowControlWindow(). by renjietang · 4 years, 7 months ago
  83. 8957c6e Add debug visitor call when transport parameters are resumed during 0-RTT. by renjietang · 4 years, 7 months ago
  84. d73dc1f Add QUIC+TLS key_update_not_yet_supported transport parameter by dschinazi · 4 years, 7 months ago
  85. 707dc64 Add client connection option to disable server push in gQUIC. by renjietang · 4 years, 7 months ago
  86. 3f2c3d7 Add 0-RTT related client events in QuicSpdySession::DebugVisitor so that Chrome will be able to net log. by renjietang · 4 years, 7 months ago
  87. 7bc93b7 In QUIC, do not send PING when PING alarm fires but ShouldKeepConnectionAlive returns false. Client side only, protected by ENABLED gfe2_reloadable_flag_quic_fix_on_ping_timeout. by fayang · 4 years, 7 months ago
  88. 07b2e8d Prevent QuicSession from directly accessing streams' flow controller. by renjietang · 4 years, 7 months ago
  89. fddd4ee Deprecate QUIC version Draft25 by dschinazi · 4 years, 7 months ago
  90. aa51347 Deprecate quic_dont_pad_chlo by dschinazi · 4 years, 7 months ago
  91. 74d2c0a Deprecate quic_dont_send_max_ack_delay_if_default by dschinazi · 4 years, 7 months ago
  92. 3f68bdf Merge QuicStream::ValidateFlowControlLimit() into QuicStream::ConfigSendWindowOffset(). by renjietang · 4 years, 7 months ago
  93. 13ebfa6 Deprecate --gfe2_reloadable_flag_quic_save_user_agent_in_quic_session. by wub · 4 years, 7 months ago
  94. 9b0a1af Expose ProofSource::Details on QuicCryptoServerStream by nharper · 4 years, 7 months ago
  95. cd69ce4 Add version DCHECKS in GOAWAY handling. by renjietang · 4 years, 7 months ago
  96. d89ad8d Tighten content-length header parsing in shared spdy code, not flag protected by nharper · 4 years, 7 months ago
  97. db0253c Fix QUIC merge by dschinazi · 4 years, 7 months ago
  98. 93e99b1 Move flow control config validation logic from QuicSession to individual QuicStream. by renjietang · 4 years, 7 months ago
  99. 636b7f2 Make QuicTransportClientSession implement QuicCryptoClientStream::ProofHandler. by vasilvv · 4 years, 7 months ago
  100. 88259af Add connection option NSLC to always send connection close for idle timeout. Protected by gfe2_reloadable_flag_quic_no_silent_close_for_idle_timeout. by fayang · 4 years, 7 months ago