1. 5c7090d Add KeyUpdateReason enum to KeyUpdate call & OnKeyUpdate callbacks. by mattm · 4 years, 6 months ago
  2. c209063 Update Quic AES confidentiality limits for 2^11 max packet size in updated draft. by mattm · 4 years, 6 months ago
  3. 24d8d70 Add kAFF2 enabling the sending of AckFrequencyFrame upon handshake completion. by haoyuewang · 4 years, 6 months ago
  4. 34a2680 Refactor QPACK encoder and decoder stream errors. by bnc · 4 years, 6 months ago
  5. b8fd1f8 Move quiche_endian.h and quiche_endian_test.cc out of platform. by bnc · 4 years, 6 months ago
  6. 28ecbba Deflake FrontlineInfoRtt in gfe/gfe2/quic:end_to_end_test for IETF QUIC. by wub · 4 years, 6 months ago
  7. b43f4d8 Deprecate gfe2_reloadable_flag_quic_bbr_no_bytes_acked_in_startup_recovery false now that it's been rolled back. by ianswett · 4 years, 6 months ago
  8. d074485 Do QUIC Key Update when approaching AEAD Confidentiality Limit, and close connection if reached. by mattm · 4 years, 6 months ago
  9. 659dd13 Rename QuicBufferedPacketStore::ShouldBufferPacket to QuicBufferedPacketStore::ShouldNotBufferPacket. The function does the opposite of what its name suggests. by wub · 4 years, 6 months ago
  10. 5ea41ef In QuicConnection class, move stats_ to be above uber_received_packet_manager_, because the later is initialized from the former. In other words, if uber_received_packet_manager_'s constructor reads anything inside stats_ it might read garbage. by wub · 4 years, 6 months ago
  11. ed30357 Add kAFF1 enabling the usage of smoothed RTT in the computation of ack delay in AckFrequencyFrame. by haoyuewang · 4 years, 6 months ago
  12. c03d2c2 Send HTTP/3 GOAWAY frame when closing connection. by bnc · 4 years, 6 months ago
  13. 52701b0 Merge kAckDecimationDelay & kAckDelayShift. by haoyuewang · 4 years, 6 months ago
  14. c921f8d Internal QUICHE change by haoyuewang · 4 years, 6 months ago
  15. e919b00 Add unused interface QuicConnection::SendPathChallenge(). by danzh · 4 years, 6 months ago
  16. 91ceeca Fix flake in Quic EndToEndTest.KeyUpdateInitiatedByServer & KeyUpdateInitiatedByBoth by mattm · 4 years, 6 months ago
  17. fe485cc For QUIC BBRv2, if connection option B2NE is set, do not exit STARTUP on loss if there are enough bandwidth growth in round. by wub · 4 years, 6 months ago
  18. 052df7c Introduce the concept of STOP_SENDING in gQUIC. by renjietang · 4 years, 6 months ago
  19. da634dd In QUIC BBRv2, support NetworkParams.max_initial_congestion_window when bootstrapping cwnd. by wub · 4 years, 6 months ago
  20. 7df418b Replace QuicheOptional with absl::optional. by vasilvv · 4 years, 6 months ago
  21. 32bf514 Change large header size in EndToEndTest.WayTooLongRequestHeaders. by bnc · 4 years, 6 months ago
  22. b16f796 Remove quiche::QuicheStringPiece and quiche::QuicheStringPieceHash. by vasilvv · 4 years, 6 months ago
  23. 0ba51be Replace quiche::QuicheStringPiece with absl::string_view in tls_handshaker.cc by fayang · 4 years, 6 months ago
  24. 323aa6d Consider address has been validated by successfully processing a HANDSHAKE or 1-RTT packet. by fayang · 4 years, 6 months ago
  25. 9fade46 Do not process a write-closed QuicEventManagerStream. by QUICHE team · 4 years, 6 months ago
  26. a884be3 Update Android Conformance Test QUIC test by dschinazi · 4 years, 6 months ago
  27. 2173949 Deprecate --gfe2_reloadable_flag_quic_check_fallback_null. by QUICHE team · 4 years, 6 months ago
  28. 54011f2 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 6 months ago
  29. 42f2594 For QUIC BBRv2 STARTUP, factor out two pre-conditions to check bandwidth growth and losses: !full_bandwidth_reached_ && congestion_event.end_of_round_trip. by wub · 4 years, 6 months ago
  30. 6c03e8f Add the check for enough loss events into the Bbr2NetworkModel::IsInflightTooHigh() method to simplify the code. by ianswett · 4 years, 6 months ago
  31. 072a7e3 QUIC Key Update support by mattm · 4 years, 6 months ago
  32. bef4bf0 Temporarily disable EndToEndTest.MultipleZeroRtt in Chrome. by renjietang · 4 years, 6 months ago
  33. 06f748f Rename CryptoUtils::SetKeyAndIV to InitializeCrypterSecrets and add separate SetKeyAndIV and GenerateHeaderProtectionKey methods. by mattm · 4 years, 6 months ago
  34. 918c611 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
  35. c662cc5 For BBRv2, by wub · 4 years, 6 months ago
  36. f6508d2 Move StrictTaggingDecrypter to quic_test_utils.h by mattm · 4 years, 6 months ago
  37. 778cad3 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
  38. 7cac7b0 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
  39. e2707e3 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
  40. 2ecdee0 Use faster Huffman encoding for QPACK. by bnc · 4 years, 6 months ago
  41. 2cdc6c2 Eliminate copying of Huffman encoded string in QpackInstructionEncoder. by bnc · 4 years, 6 months ago
  42. f1b46eb Append to output instead of overwriting it in http2::HuffmanEncode(). by bnc · 4 years, 6 months ago
  43. c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 6 months ago
  44. 9d3ba8d Fix NetSLO QUIC prober tests by dschinazi · 4 years, 6 months ago
  45. 26b6da0 Add explicit numbers to QuicStreamRstErrorCode. by renjietang · 4 years, 6 months ago
  46. 84d2e35 Add regression test for 0-RTT rejection bug. by renjietang · 4 years, 6 months ago
  47. f59725c Switch ParsedQuicVersion::ReservedForNegotiation() to TLS by dschinazi · 4 years, 6 months ago
  48. 119ebdf Deprecate quic_send_key_update_not_yet_supported by dschinazi · 4 years, 6 months ago
  49. c2fce35 Remove BoundedHuffmanSize(). by bnc · 4 years, 6 months ago
  50. 9a36d72 Use absl::string_view in QUICHE directly. by vasilvv · 4 years, 6 months ago
  51. f8bde4b Rename v99_streamid_manager to ietf_streamid_manager. by renjietang · 4 years, 6 months ago
  52. ec14d2b Handle PINGs in QUIC connection. by fayang · 4 years, 6 months ago
  53. 66f16bf Deprecate gfe2_reloadable_flag_quic_add_silent_idle_timeout. by fayang · 4 years, 6 months ago
  54. e29fe6e Rename QuicSession::OnStreamDoneWaitingForAcks() to MaybeCloseZombieStream(). by renjietang · 4 years, 6 months ago
  55. daf5707 Pre-allocate storage in http2::HuffmanEncode(). by bnc · 4 years, 6 months ago
  56. 5df3663 Set initial self address for all server QUIC connections and client connections that know its own address. by wub · 4 years, 6 months ago
  57. 182ae36 Internal QUICHE change by fayang · 4 years, 6 months ago
  58. 0bf2a6f Remove QuicSession::stream_map_size(). by renjietang · 4 years, 6 months ago
  59. f08e179 Explicitly specify the encryption level of processed packets in QuicConnectionTest. by fayang · 4 years, 6 months ago
  60. 0c9148a Reject HTTP/2 only frames in HTTP/3. by renjietang · 4 years, 6 months ago
  61. 3c3e890 Deprecate gfe2_reloadable_flag_quic_no_silent_close_for_idle_timeout. by fayang · 4 years, 6 months ago
  62. c19a950 Fix some issues regarding quic TestPacketWriter changing its perspective. by danzh · 4 years, 6 months ago
  63. e58e97e Move TestPacketWriter from quic_connection_test.cc to quic_test_utils. by danzh · 4 years, 6 months ago
  64. 4c33482 deprecate gfe2_reloadable_flag_quic_remove_zombie_streams. by renjietang · 4 years, 6 months ago
  65. 9b6ef28 DLOG(INFO) early data reason on server handshake complete by nharper · 4 years, 6 months ago
  66. 1f6da15 deprecate gfe2_reloadable_flag_quic_get_stream_information_from_stream_map. by renjietang · 4 years, 6 months ago
  67. 3f17269 Add code count for quic_fix_http3_goaway_stream_id. by bnc · 4 years, 6 months ago
  68. d868245 Dropping initial keys at the end of writing to avoid potential missing write keys in the middle of writing. by fayang · 4 years, 6 months ago
  69. 40fa830 Do not clip error codes larger than QUIC_LAST_ERROR. by bnc · 4 years, 6 months ago
  70. d40c12c Fix //third_party/quic/core:quic_connection_test with randomized flags by QUICHE team · 4 years, 6 months ago
  71. f2e0d90 Notify debug_visitor once any 0-RTT packet gets acknowledged. Client only (server + TLS does not send 0-RTT packets). by fayang · 4 years, 6 months ago
  72. a1c666f Fix a latent query-of-death in a GFE+QUIC+Leto codepath by QUICHE team · 4 years, 6 months ago
  73. ba9d95e Add a regression test of b/168294218, also verified gfe2_reloadable_flag_quic_fix_missing_initial_keys fixes the issue. by fayang · 4 years, 7 months ago
  74. 4267b51 Add a quic::CryptoBuffers class to own a std::vector<CRYPTO_BUFFER*> and the buffers the elements point to. Use it in TlsServerHandshaker. by wub · 4 years, 7 months ago
  75. d01e996 Make sure we have the right key before sending data. by fayang · 4 years, 7 months ago
  76. daeb819 Add explicit signal of coalscing done to QuicConnection. by fayang · 4 years, 7 months ago
  77. 9a74ee9 Discard initial key right after a HANDSHAKE packet has been sent and unify the fixes for missing initial keys. This goal is to make sure an endpoint never tries to serialize initial frames (could be pending frames or re-serialize initial packet in the coalescer) by fayang · 4 years, 7 months ago
  78. d18fe67 Deprecate quic_do_not_accept_stop_waiting now that IETF QUIC is coming and doesn't have stop waiting. by ianswett · 4 years, 7 months ago
  79. 99f3984 Internal QUICHE change by fayang · 4 years, 7 months ago
  80. 15be59c Refer to a normative section in IETF draft for QuicSpdySessionTestClient.ReceiveSpdySettingInHttp3. by renjietang · 4 years, 7 months ago
  81. 1760b08 Default to 2 * RTTVAR when calculating PTO delay. by fayang · 4 years, 7 months ago
  82. 21fc64c Treat HTTP/2 specific SETTING identifiers as errors in HTTP/3. by renjietang · 4 years, 7 months ago
  83. f324bb8 Add MaybeUpdateAckTimeout to OnAckFrequencyFrame as this frame type also instigates ack. by haoyuewang · 4 years, 7 months ago
  84. 9261a8a Discard 0-RTT keys after installing 1-RTT keys. Client side only. by fayang · 4 years, 7 months ago
  85. fcff957 Fix key_update_not_yet_supported for older clients by dschinazi · 4 years, 7 months ago
  86. 9aaca96 Deprecate gfe2_restart_flag_quic_enable_tls_resumption_v4 by nharper · 4 years, 7 months ago
  87. 4e9714d Rename HTTP/3 SETTINGS_MAX_HEADER_LIST_SIZE to SETTINGS_MAX_FIELD_SECTION_SIZE. by renjietang · 4 years, 7 months ago
  88. 11a54a1 Internal QUICHE change by haoyuewang · 4 years, 7 months ago
  89. f432b06 Add a QUIC BBR2 connection option 'B2HR' to use 15% inflight_hi headroom instead of the value specified by flag --quic_bbr2_default_inflight_hi_headroom. by wub · 4 years, 7 months ago
  90. 9f1fd1a Fix a misspelled enum value in QuicFailToSerializePacketLocation. by renjietang · 4 years, 7 months ago
  91. d8c2050 Record detailed location of FAIL_TO_SERIALIZE_PACKET error in UMA histogram. by renjietang · 4 years, 7 months ago
  92. b8056c9 Exit PROBE_DOWN when bytes in flight goes below the target instead of prior_in_flight. Also adds missing flag counts. by ianswett · 4 years, 7 months ago
  93. 42dea6a Remove BORINGSSL_API_VERSION checks from quic code by nharper · 4 years, 7 months ago
  94. 5b0f14f Add a method that writes AckFrequencyFrame in QuicControlFrameManager and code for updating peer_max_ack_delay in QuicSentPacketManager. by haoyuewang · 4 years, 7 months ago
  95. 2ac31ae Internal QUICHE change by fayang · 4 years, 7 months ago
  96. 9d295f2 Add varz for QUIC 0-RTT acceptance/rejection reasons by nharper · 4 years, 7 months ago
  97. 6a6bd31 Move QuicCryptoClientStreamBase::EarlyDataReason to QuicCryptoStream by nharper · 4 years, 7 months ago
  98. f555d99 In QUIC BBRv2, use inflight byte after congestion event to detect queuing during PROBE_UP. by wub · 4 years, 7 months ago
  99. 82bea25 Remove pure virtual methods from TlsHandshaker by nharper · 4 years, 7 months ago
  100. e8a8ecb Abort async QPACK header decompression when stream is closed. by bnc · 4 years, 7 months ago