1. 0875083 gfe-relnote: Add QuicPacketCreator::SerializeCoalescedPacket function. Not used yet. Not protected. by fayang · 5 years ago
  2. 07a2b07 Fix 26 ClangTidy - Readability findings in //depot/google3/third_party/quic/. by wub · 5 years ago
  3. b38e635 Make QuicStreamTest to check on OnDataAvailable() calls. by renjietang · 5 years ago
  4. 7685542 Fix 10 ClangTidy - Performance findings in //depot/google3/third_party/quic/. by wub · 5 years ago
  5. 0b2ae54 Fix 2 clang-tidy findings in third_party/quic. by wub · 5 years ago
  6. bc15d50 Remove unused variables in QuicVersionsTest.QuicEnableVersion. by fayang · 5 years ago
  7. 3ccd770 Add flag counts for two flags that had none. by ianswett · 5 years ago
  8. 6b9fe9a Fix QUIC_EXPORT_PRIVATE compilation on Windows by dschinazi · 5 years ago
  9. cb08fe8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_48_2 by nharper · 5 years ago
  10. 15afba3 Close connection when stream receives wrong data regarding close offset. by renjietang · 5 years ago
  11. 097f372 Add a simple integration test for QuicTransport. by vasilvv · 5 years ago
  12. 423adc7 Enable -Wexit-time-destructors in QUIC by dschinazi · 5 years ago
  13. f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
  14. 503ca4f gfe-relnote: Add QuicCoalescedPacket class. Not used in prod, not protected. by fayang · 5 years ago
  15. 4cc508c Fix build error in chromium by adding QUIC_EXPORT. by fayang · 5 years ago
  16. 1755dc0 Clean up code on SETTINGS. by renjietang · 5 years ago
  17. 4db9be5 Split QuicEndpoint into QuicEndpoint and QuicEndpointBase. by vasilvv · 5 years ago
  18. 56d2ed2 Consider pending streams in ShouldKeepConnectionAlive. by renjietang · 5 years ago
  19. 87daabc Internal QUICHE change by wub · 5 years ago
  20. 0398785 Do not accept fin that would decrease the stream's final offset. by renjietang · 5 years ago
  21. cdf8b1b Add get method for initial_retransmittable_on_wire_timeout, which is used by chromium only and accidentally removed in cl/275943283. by zhongyi · 5 years ago
  22. 347ab75 gfe-relnote: Remove save_retransmittable_frames from QuicPacketCreator::AddFrame. No functional change expected, not protected. by fayang · 5 years ago
  23. 2a6ba79 Clean up QuicPacketCreatorTest. by renjietang · 5 years ago
  24. cff885a gfe-relnote: In QUIC, clean up !session_decides_what_to_write code path. by fayang · 5 years ago
  25. 56835aa Internal QUICHE change by QUICHE team · 5 years ago
  26. 7f46be3 Fix buffer overflow issue by changing how test string is created. by renjietang · 5 years ago
  27. 79ace16 When there is no retransmittable packet on the wire and there are open streams, the connection may send retransmittable PINGs to detect path degrading with aggressive timeout. by zhongyi · 5 years ago
  28. 89aa73e gfe-relnote: deprecate gfe2_reloadable_flag_quic_rst_if_stream_frame_beyond_close_offset. by renjietang · 5 years ago
  29. 30eb1c8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_aggressive_connection_aliveness by renjietang · 5 years ago
  30. 9cd6de4 gfe-relnote: deprecate gfe2_reloadable_flag_quic_do_not_send_settings. by renjietang · 5 years ago
  31. eb26841 gfe-relnote: In QUIC, populate the actual length of full padding frame in nonretransmittable_frames (of SerializedPacket). Protected by existing gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
  32. 104f9c5 Internal QUICHE change by wub · 5 years ago
  33. fb5fb61 gfe-relnote: In QUIC, add a utility function CopySerializedPacket. Not used yet, not protected. by fayang · 5 years ago
  34. 51152fd gfe-relnote: In QUIC, populate nonretransmittable_frames in SerializedPacket. Protected by gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. by fayang · 5 years ago
  35. 312e3a5 Implement QuicTransportStream, a stream that can be only accessed after client indication is received. by vasilvv · 5 years ago
  36. 2b19fc6 gfe-relnote: (n/a) In quic_framer_process_data_packet_fuzzer, set framer's decrypter for INITIAL encryption level. Test only. by wub · 5 years ago
  37. d0dd47c Remove redundant calls to QuicSession::NeuterUnencryptedData(). by renjietang · 5 years ago
  38. fdb673f Refactor quic_client_interop to avoid dropping letters by dschinazi · 5 years ago
  39. dbe9834 Coalesce adjacent stream frames. by renjietang · 5 years ago
  40. 25de447 Add a new Tunnel Health Checker. The health checker is configured to by QUICHE team · 5 years ago
  41. eef848f gfe-relnote: n/a, test change only. by zhongyi · 5 years ago
  42. c4fabf6 Add two copy utility function CopyQuicFrame and CopyQuicFrames. by fayang · 5 years ago
  43. 70f9f93 gfe-relnote: Add a bool to QuicSentPacketManager, indicating whether a forward secure packet gets acked. No functional change expected. Not protected. by fayang · 5 years ago
  44. d77a45c gfe-relnote: (n/a) Fix quic_framer_process_data_packet_fuzzer to not to use version 0. Test only. by wub · 5 years ago
  45. b5a8b9e Internal QUICHE change by wub · 5 years ago
  46. 3cb5fad Remove redundant handshake confirmed method. by renjietang · 5 years ago
  47. 036202d Deprecate quic_reply_to_old_android_conformance_test by dschinazi · 5 years ago
  48. 686ce58 Support GOAWAY in HTTP/3. by renjietang · 5 years ago
  49. b09d441 Do not track unacknowledged references on the encoder stream in QpackBlockingManager. by bnc · 5 years ago
  50. 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
  51. f28ac2b gfe-relnote: (n/a) Reduce the rate limit a QUIC error log in BandwidthSampler. Logging only. by wub · 5 years ago
  52. 40165e3 Run quartc_peer_test cases until bandwidth targets are met. by QUICHE team · 5 years ago
  53. 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
  54. 13753e6 Use IETF QPACK error codes on the wire. by bnc · 5 years ago
  55. 39c88ab gfe-relnote: Send QUIC connection close packets at all available encryption levels. by rch · 5 years ago
  56. e861aee gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_rto_retransmission3. by fayang · 5 years ago
  57. 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
  58. 8265a2a gfe-relnote: Remove QUIC v39. by fayang · 5 years ago
  59. 0bb61c9 Remove broken code from ToyQuicClient which was landed in cr/275026885. by rch · 5 years ago
  60. 780eaa6 Change "&SomeQuicStringPiece[1]" to "SomeQuicStringPiece.data()+1" by fkastenholz · 5 years ago
  61. 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
  62. 84022d2 gfe-relnote: n/a (flag counts) by fayang · 5 years ago
  63. 7204b81 Add newlines to quic_client_interop_test output by nharper · 5 years ago
  64. 90165ee Fix auto-setting IETF stream flow control limits by dschinazi · 5 years ago
  65. 75085a8 Change max_push_id related version guard to VersionUsesHttp3. by renjietang · 5 years ago
  66. 6317221 Change QuicSpdySession::SendMaxPushId() to use max_allowed_push_id_ by rch · 5 years ago
  67. 7bd5476 Make the toy QUIC server send responses of arbitrary length based a number specified in the path. by rch · 5 years ago
  68. 7d7250e Signal error if Insert Count Increment causes overflow. by bnc · 5 years ago
  69. 9b187de Add rebinding support to quic_client_interop by dschinazi · 5 years ago
  70. abb6769 Remove unneeded "#ifdef undefined" code. by fkastenholz · 5 years ago
  71. f482d1a Add quic_framer_process_data_packet_fuzzer, a fuzz test for QuicFramer::ProcessPacket by wub · 5 years ago
  72. dce90b0 Verify receipt of connection_close in quic_client_interop by dschinazi · 5 years ago
  73. 4f8e0bc Remove virtual keyword for unoverridden QuicSession::IsCryptoHandshakeConfirmed(). by renjietang · 5 years ago
  74. 7c73288 Refactor interop result D in quic_client_interop_test by dschinazi · 5 years ago
  75. 8a030dd Add retry support to quic_client_interop_test by dschinazi · 5 years ago
  76. 97abe47 Allow passing URL to quic_client_interop_test by dschinazi · 5 years ago
  77. 2be79e2 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_active_streams_never_negative by renjietang · 5 years ago
  78. f76cf2a gfe-relnote: Implement QUIC MTU discovery v2. Protected by --gfe2_reloadable_flag_quic_mtu_discovery_v2. by wub · 5 years ago
  79. 6b1fc8a Make QpackDecoderStreamSender buffer serialized instructions. by bnc · 5 years ago
  80. 5f22abc Rename QuicSpdySession::SendMaxHeaderListSize() by rch · 5 years ago
  81. ee32232 Improve QuicSpdyStreamTest to call OnCryptoHandshakeEvent by rch · 5 years ago
  82. 59dc4b6 Create a shared interface to access QuicTransport*Session::IsSessionReady(). by vasilvv · 5 years ago
  83. efc6af8 Implement the QuicTransport server session subclass. by vasilvv · 5 years ago
  84. 5e9191e Disable EndToEndTestServerPush.ServerPushOverLimitNonBlocking when http/3 is used by rch · 5 years ago
  85. 5843bfd Fix GOAWAY max frame length. by renjietang · 5 years ago
  86. a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
  87. 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
  88. 62c291b Automated g4 rollback of changelist 269791493. by fayang · 5 years ago
  89. 9bf2564 Run all QUIC versions in quic_stream_test. by renjietang · 5 years ago
  90. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  91. 88bd5b0 Improve debug logging and test display by dschinazi · 5 years ago
  92. bf14c02 Use const uint8_t[] instead of vectors for QUIC initial obfuscation salts by nharper · 5 years ago
  93. 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
  94. aab6818 Use max TLS idle_timeout and use in session tests by dschinazi · 5 years ago
  95. c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
  96. 8f75992 gfe-relnote: Expose properties of TLS connection in quic::CryptoNegotiatedParameters. Protected by quic_supports_tls_handshake. by nharper · 5 years ago
  97. 404cc70 Simplify QpackEncoderStreamSender API. by bnc · 5 years ago
  98. bf6a783 Deprecate quic_use_length_prefix_from_packet_info by dschinazi · 5 years ago
  99. beaecaf Deprecate quic_framer_uses_undecryptable_upcall by dschinazi · 5 years ago
  100. 1903aca Deprecate quic_use_hashed_stateless_reset_tokens by dschinazi · 5 years ago