1. 323aa6d Consider address has been validated by successfully processing a HANDSHAKE or 1-RTT packet. by fayang · 3 years, 6 months ago
  2. 9fade46 Do not process a write-closed QuicEventManagerStream. by QUICHE team · 3 years, 6 months ago
  3. a884be3 Update Android Conformance Test QUIC test by dschinazi · 3 years, 6 months ago
  4. 2173949 Deprecate --gfe2_reloadable_flag_quic_check_fallback_null. by QUICHE team · 3 years, 6 months ago
  5. 54011f2 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 3 years, 6 months ago
  6. 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 · 3 years, 6 months ago
  7. 6c03e8f Add the check for enough loss events into the Bbr2NetworkModel::IsInflightTooHigh() method to simplify the code. by ianswett · 3 years, 6 months ago
  8. 5a4f761 use size_t* instead of QuicByteCount* to fix quiche roll. by zhongyi · 3 years, 6 months ago
  9. 072a7e3 QUIC Key Update support by mattm · 3 years, 6 months ago
  10. 652cd42 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 3 years, 6 months ago
  11. bef4bf0 Temporarily disable EndToEndTest.MultipleZeroRtt in Chrome. by renjietang · 3 years, 6 months ago
  12. 06f748f Rename CryptoUtils::SetKeyAndIV to InitializeCrypterSecrets and add separate SetKeyAndIV and GenerateHeaderProtectionKey methods. by mattm · 3 years, 6 months ago
  13. 1436e34 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  14. 918c611 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  15. ffd151a Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  16. 74b1661 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  17. c662cc5 For BBRv2, by wub · 3 years, 6 months ago
  18. f6508d2 Move StrictTaggingDecrypter to quic_test_utils.h by mattm · 3 years, 6 months ago
  19. 778cad3 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  20. 7cac7b0 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  21. e2707e3 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  22. 2ecdee0 Use faster Huffman encoding for QPACK. by bnc · 3 years, 6 months ago
  23. 2cdc6c2 Eliminate copying of Huffman encoded string in QpackInstructionEncoder. by bnc · 3 years, 6 months ago
  24. 5f225b0 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  25. 3049b2b Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  26. 94adffd Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  27. 6c9e9c3 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 6 months ago
  28. f1b46eb Append to output instead of overwriting it in http2::HuffmanEncode(). by bnc · 3 years, 6 months ago
  29. c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 3 years, 7 months ago
  30. 9d3ba8d Fix NetSLO QUIC prober tests by dschinazi · 3 years, 7 months ago
  31. 26b6da0 Add explicit numbers to QuicStreamRstErrorCode. by renjietang · 3 years, 7 months ago
  32. 84d2e35 Add regression test for 0-RTT rejection bug. by renjietang · 3 years, 7 months ago
  33. 5291862 Use faster Huffman encoding for HPACK. by bnc · 3 years, 7 months ago
  34. 60e12c4 Also test http2::HuffmanEncodeFast() in spdy::HpackEncoderTest. by bnc · 3 years, 7 months ago
  35. f59725c Switch ParsedQuicVersion::ReservedForNegotiation() to TLS by dschinazi · 3 years, 7 months ago
  36. c0588b0 Change Huffman encoder benchmark to typical character distribution. by bnc · 3 years, 7 months ago
  37. d7be62c Improve http2::HuffmanEncodeFast() by skipping rest of iteration if possible. by bnc · 3 years, 7 months ago
  38. 119ebdf Deprecate quic_send_key_update_not_yet_supported by dschinazi · 3 years, 7 months ago
  39. c2fce35 Remove BoundedHuffmanSize(). by bnc · 3 years, 7 months ago
  40. d10bbe3 Use C++14 friendly idiom in http2::HuffmanEncodeFast by nharper · 3 years, 7 months ago
  41. 9a36d72 Use absl::string_view in QUICHE directly. by vasilvv · 3 years, 7 months ago
  42. 0f73a76 Add faster Huffman encoding implementation, not yet used in production. by bnc · 3 years, 7 months ago
  43. f8bde4b Rename v99_streamid_manager to ietf_streamid_manager. by renjietang · 3 years, 7 months ago
  44. e3fd686 Remove HpackHuffmanTable argument from HpackEncoder constructor. by bnc · 3 years, 7 months ago
  45. ec14d2b Handle PINGs in QUIC connection. by fayang · 3 years, 7 months ago
  46. 639f294 Use QuicheTest in third_party/spdy. by bnc · 3 years, 7 months ago
  47. 66f16bf Deprecate gfe2_reloadable_flag_quic_add_silent_idle_timeout. by fayang · 3 years, 7 months ago
  48. 89ec338 Remove unmatched clang diagnostic pop #pragma by nharper · 3 years, 7 months ago
  49. e29fe6e Rename QuicSession::OnStreamDoneWaitingForAcks() to MaybeCloseZombieStream(). by renjietang · 3 years, 7 months ago
  50. daf5707 Pre-allocate storage in http2::HuffmanEncode(). by bnc · 3 years, 7 months ago
  51. 5df3663 Set initial self address for all server QUIC connections and client connections that know its own address. by wub · 3 years, 7 months ago
  52. 182ae36 Internal QUICHE change by fayang · 3 years, 7 months ago
  53. 0bf2a6f Remove QuicSession::stream_map_size(). by renjietang · 3 years, 7 months ago
  54. f08e179 Explicitly specify the encryption level of processed packets in QuicConnectionTest. by fayang · 3 years, 7 months ago
  55. 0c9148a Reject HTTP/2 only frames in HTTP/3. by renjietang · 3 years, 7 months ago
  56. 6744c06 Use QuicheTest and quiche_test.h in third_party/http2. by bnc · 3 years, 7 months ago
  57. 3c3e890 Deprecate gfe2_reloadable_flag_quic_no_silent_close_for_idle_timeout. by fayang · 3 years, 7 months ago
  58. b66dd36 Add Huffman encoder benchmarks. by bnc · 3 years, 7 months ago
  59. c19a950 Fix some issues regarding quic TestPacketWriter changing its perspective. by danzh · 3 years, 7 months ago
  60. e58e97e Move TestPacketWriter from quic_connection_test.cc to quic_test_utils. by danzh · 3 years, 7 months ago
  61. 4c33482 deprecate gfe2_reloadable_flag_quic_remove_zombie_streams. by renjietang · 3 years, 7 months ago
  62. 9b6ef28 DLOG(INFO) early data reason on server handshake complete by nharper · 3 years, 7 months ago
  63. 1f6da15 deprecate gfe2_reloadable_flag_quic_get_stream_information_from_stream_map. by renjietang · 3 years, 7 months ago
  64. 09a013c Change quic_toy_client.cc to include the correct header file for AF_INET/AF_INET6/AF_UNSPEC on windows. by wub · 3 years, 7 months ago
  65. 3f17269 Add code count for quic_fix_http3_goaway_stream_id. by bnc · 3 years, 7 months ago
  66. d868245 Dropping initial keys at the end of writing to avoid potential missing write keys in the middle of writing. by fayang · 3 years, 7 months ago
  67. 40fa830 Do not clip error codes larger than QUIC_LAST_ERROR. by bnc · 3 years, 7 months ago
  68. d40c12c Fix //third_party/quic/core:quic_connection_test with randomized flags by QUICHE team · 3 years, 7 months ago
  69. f2e0d90 Notify debug_visitor once any 0-RTT packet gets acknowledged. Client only (server + TLS does not send 0-RTT packets). by fayang · 3 years, 7 months ago
  70. 42fcda5 Add flag --ip_version_for_host_lookup to quic_client to indicate the preferred IP version of host address, if host lookup is needed. by wub · 3 years, 7 months ago
  71. a1c666f Fix a latent query-of-death in a GFE+QUIC+Leto codepath by QUICHE team · 3 years, 7 months ago
  72. ba9d95e Add a regression test of b/168294218, also verified gfe2_reloadable_flag_quic_fix_missing_initial_keys fixes the issue. by fayang · 3 years, 7 months ago
  73. 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 · 3 years, 7 months ago
  74. d01e996 Make sure we have the right key before sending data. by fayang · 3 years, 7 months ago
  75. daeb819 Add explicit signal of coalscing done to QuicConnection. by fayang · 3 years, 7 months ago
  76. 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 · 3 years, 7 months ago
  77. d18fe67 Deprecate quic_do_not_accept_stop_waiting now that IETF QUIC is coming and doesn't have stop waiting. by ianswett · 3 years, 7 months ago
  78. 99f3984 Internal QUICHE change by fayang · 3 years, 7 months ago
  79. 15be59c Refer to a normative section in IETF draft for QuicSpdySessionTestClient.ReceiveSpdySettingInHttp3. by renjietang · 3 years, 7 months ago
  80. 1760b08 Default to 2 * RTTVAR when calculating PTO delay. by fayang · 3 years, 7 months ago
  81. 21fc64c Treat HTTP/2 specific SETTING identifiers as errors in HTTP/3. by renjietang · 3 years, 7 months ago
  82. f324bb8 Add MaybeUpdateAckTimeout to OnAckFrequencyFrame as this frame type also instigates ack. by haoyuewang · 3 years, 7 months ago
  83. 9261a8a Discard 0-RTT keys after installing 1-RTT keys. Client side only. by fayang · 3 years, 7 months ago
  84. fcff957 Fix key_update_not_yet_supported for older clients by dschinazi · 3 years, 7 months ago
  85. 9aaca96 Deprecate gfe2_restart_flag_quic_enable_tls_resumption_v4 by nharper · 3 years, 7 months ago
  86. 4e9714d Rename HTTP/3 SETTINGS_MAX_HEADER_LIST_SIZE to SETTINGS_MAX_FIELD_SECTION_SIZE. by renjietang · 3 years, 7 months ago
  87. 11a54a1 Internal QUICHE change by haoyuewang · 3 years, 7 months ago
  88. 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 · 3 years, 7 months ago
  89. 9f1fd1a Fix a misspelled enum value in QuicFailToSerializePacketLocation. by renjietang · 3 years, 7 months ago
  90. d8c2050 Record detailed location of FAIL_TO_SERIALIZE_PACKET error in UMA histogram. by renjietang · 3 years, 7 months ago
  91. b8056c9 Exit PROBE_DOWN when bytes in flight goes below the target instead of prior_in_flight. Also adds missing flag counts. by ianswett · 3 years, 7 months ago
  92. 42dea6a Remove BORINGSSL_API_VERSION checks from quic code by nharper · 3 years, 7 months ago
  93. 5b0f14f Add a method that writes AckFrequencyFrame in QuicControlFrameManager and code for updating peer_max_ack_delay in QuicSentPacketManager. by haoyuewang · 3 years, 7 months ago
  94. 6b2b752 Ship our own implementation of QuicheEndian instead of using the platform one. by vasilvv · 3 years, 7 months ago
  95. 76c186d Add an extra endpoint to the QuicTransport simple server called by QUICHE team · 3 years, 7 months ago
  96. 2ac31ae Internal QUICHE change by fayang · 3 years, 7 months ago
  97. 9d295f2 Add varz for QUIC 0-RTT acceptance/rejection reasons by nharper · 3 years, 7 months ago
  98. 6a6bd31 Move QuicCryptoClientStreamBase::EarlyDataReason to QuicCryptoStream by nharper · 3 years, 7 months ago
  99. f555d99 In QUIC BBRv2, use inflight byte after congestion event to detect queuing during PROBE_UP. by wub · 3 years, 7 months ago
  100. 82bea25 Remove pure virtual methods from TlsHandshaker by nharper · 3 years, 7 months ago