1. 80ce324 Remove QuicInlinedVector from platform. by bnc · 2 years, 10 months ago
  2. 20c3086 Refactor HTTP/3 Datagram by dschinazi · 2 years, 10 months ago
  3. 99ed36c Internal change by wub · 2 years, 10 months ago
  4. 4d6f745 Replace quic_enable_version_rfcv1 with quic_disable_version_rfcv1 by dschinazi · 2 years, 10 months ago
  5. 29ca02c Fix another instance of -Wdeprecated-copy. by QUICHE team · 2 years, 10 months ago
  6. 3290ea5 Check IsHandshakeComplete() rather than encryption_level_ == ENCRYPTION_FORWARD_SECURE in QuicConnection::ShouldEnqueueUnDecryptablePacket. This allows IETF QUIC handshakes to queue 1-RTT packets when the server has 1-RTT send keys, but not 1-RTT receive keys. Discovered during cr/382276435 by ianswett · 2 years, 10 months ago
  7. 81f5d44 Internal change by danzh · 2 years, 10 months ago
  8. a1363dc Add CurrentSupportHttp3Versions() to return all IETF QUIC versions. by danzh · 2 years, 10 months ago
  9. 90615e3 Provide a default implementation of quiche_file_utils. by vasilvv · 2 years, 11 months ago
  10. 046933d LSC: Move expensive variables on their last use to avoid copies. by QUICHE team · 2 years, 11 months ago
  11. 00f114e Internal change by fayang · 2 years, 11 months ago
  12. cdda1d3 Fix -Wunreachable-code-aggressive. by QUICHE team · 2 years, 11 months ago
  13. 16ef03b Deprecate --gfe2_reloadable_flag_quic_use_connection_id_on_default_path_v2 by haoyuewang · 2 years, 11 months ago
  14. bf28bd8 Simplify QuicConnection::ShouldEnqueueUnDecryptablePacket. by ianswett · 2 years, 11 months ago
  15. f4f6448 Align OnRetransmissionTimeout more closely with RFC9002. by ianswett · 2 years, 11 months ago
  16. 7962ecc Add flag count for --quic_tls_allow_ignore_ticket_open. by wub · 2 years, 11 months ago
  17. 29e35dd Expands Http2VisitorInterface::OnHeaderForStream() to return an enum representing either OK, invalid or RST_STREAM. by QUICHE team · 2 years, 11 months ago
  18. 8bda14e Fixes nghttp2 unique_ptr types to use a copyable/movable deleter type. by QUICHE team · 2 years, 11 months ago
  19. 356938e Adds ENABLE_CONNECT_PROTOCOL to the list of known SETTINGS ids. by QUICHE team · 2 years, 11 months ago
  20. bebae4a Deprecate --gfe2_reloadable_flag_quic_tls_retry_handshake_on_early_data. by wub · 2 years, 11 months ago
  21. b4cbc7f Deprecate --gfe2_reloadable_flag_quic_tls_close_proof_source_handle_promptly. by wub · 2 years, 11 months ago
  22. f07a61b Deprecate --gfe2_reloadable_flag_quic_tls_validity_check_on_full_chlo. by wub · 2 years, 11 months ago
  23. d6be660 Include non-default port in the origin field of the ACCEPT_CH frame in ALPS. by bnc · 2 years, 11 months ago
  24. 826e70b Fixes a couple of bugs discovered during integration. by QUICHE team · 2 years, 11 months ago
  25. f9866cc In QUIC, do not re-arm PTO timer on sending application data before handshake gets confirmed. by fayang · 2 years, 11 months ago
  26. ee76274 Moves MetadataVisitor and MetadataSerializer to //third_party/spdy/core for reuse in QUICHE. by QUICHE team · 2 years, 11 months ago
  27. c8a1ee0 Actually set SPDY_CONTROL_PAYLOAD_TOO_LARGE Http2DecoderAdapter::OnFrameSizeError by QUICHE team · 2 years, 11 months ago
  28. 6b3d390 Rename GetAcceptChValueForOrigin() to GetAcceptChValueForHostname(). by bnc · 2 years, 11 months ago
  29. 43d93a0 Internal change by QUICHE team · 2 years, 11 months ago
  30. 1280917 Add copy assignment operator to supress -Wdeprecated-copy warning. by bnc · 2 years, 11 months ago
  31. f422b22 Plumbs metadata events through CallbackVisitor and nghttp2_callbacks. by QUICHE team · 2 years, 11 months ago
  32. 27fe0d5 Adds support for METADATA frames to TestFrameSequence. by QUICHE team · 2 years, 11 months ago
  33. b3e520a Stop sending ICMP unreachable messages when rejecting TCP connections. by QUICHE team · 2 years, 11 months ago
  34. 7062486 Adds Http2VisitorInterface::OnInvalidFrame() and associate plumbing. This method notifies the visitor that the library has processed a frame that it considers invalid. by QUICHE team · 2 years, 11 months ago
  35. 0b33cbb Adds Http2VisitorInterface::OnErrorDebug(), a method that conveys error messages for debugging purposes. by QUICHE team · 2 years, 11 months ago
  36. 593dd71 Internal change by wub · 2 years, 11 months ago
  37. 06606d0 Adds "before frame send" and "after frame send" callback support to the Http2Adapter APIs. by QUICHE team · 2 years, 11 months ago
  38. 8a58984 Create a socket relay for connecting a socket on the qbone interface to by QUICHE team · 2 years, 11 months ago
  39. 509e7fa Updates Http2VisitorInterface::OnHeaderForStream() to return a boolean. This is necessary in order to communicate when header names or values are invalid. by QUICHE team · 2 years, 11 months ago
  40. b23b83c Removes unused OnReadyToReadDataForStream, and adds nullptr checks to nghttp2 callbacks. by QUICHE team · 2 years, 11 months ago
  41. 3e6cf91 Add a per-thread QuicConnectionContext for the upcoming QuicConnection tracing work. by wub · 2 years, 11 months ago
  42. 94acc60 Accepts nghttp2 options when constructing an NgHttp2Adapter. by QUICHE team · 2 years, 11 months ago
  43. d216ddb Modifies the Http2Adapter API to accept DataFrameSources as unique_ptrs. by QUICHE team · 2 years, 11 months ago
  44. 5ae10c8 Adds an integer return value to Http2Adapter::Send(), to indicate success or failure. by QUICHE team · 2 years, 11 months ago
  45. a97fbb7 Move QuicIntervalSet:Set allocator template argument to internal platform impl. by bnc · 2 years, 11 months ago
  46. 85e8667 Do not send PATH_CHALLENGE or PATH_RESPONSE when 1-RTT write key is not available. This does not have functional because: by fayang · 2 years, 11 months ago
  47. 17ca6b0 Fix more -Wc++11-narrowing issues by vasilvv · 2 years, 11 months ago
  48. 3196159 Remove unused HttpFrameType::PRIORITY_UPDATE. by bnc · 2 years, 11 months ago
  49. 2cc87b0 Use QuicheLinkedHashMap instead of platform-dependent implementation. by bnc · 2 years, 11 months ago
  50. ff91644 LSC: Replace uses of `int64` with `int64_t` and similar integer type aliases. by QUICHE team · 2 years, 11 months ago
  51. d838c33 Wait for settings in MASQUE by dschinazi · 2 years, 11 months ago
  52. 94a8847 Deprecate --gfe2_reloadable_flag_quic_ignore_old_priority_update_frame. by bnc · 2 years, 11 months ago
  53. 67d72ca Deprecate gfe2_reloadable_flag_quic_h3_datagram by dschinazi · 2 years, 11 months ago
  54. ec50b3b Deprecate gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots by QUICHE team · 2 years, 11 months ago
  55. 4f1e2f9 Support logging ssl_handshake_processing_time for QUIC as well. by QUICHE team · 2 years, 11 months ago
  56. 55923ec Fix a bug in WriteGfeMemSliceSpanToStream(). by vasilvv · 2 years, 11 months ago
  57. a631538 Update flag count and comment for --gfe2_reloadable_flag_quic_connection_migration_use_new_cid_v2 by haoyuewang · 2 years, 11 months ago
  58. 9d58b2e Set gfe2_reloadable_flag_quic_reset_per_packet_state_for_undecryptable_packets's chrome_value to be true. by fayang · 2 years, 11 months ago
  59. ca8e83b Fix misaligned-pointer-use in quic_batch_writer_test. by wub · 2 years, 11 months ago
  60. 0082b81 Fix android -Wshorten-64-to-32 error: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8844689770192651952/+/u/compile__with_patch_/raw_io.output_failure_summary_ by danzh · 2 years, 11 months ago
  61. e76ebc4 Reintroduce UpdateRoutesWithRetries in TunDeviceController. by QUICHE team · 3 years ago
  62. 1820314 Add QuicCryptoClientConfigTest.MultipleCanonicalEntries. by bnc · 3 years ago
  63. 75c7ea5 Define QuicServerId::operator!=(). by bnc · 3 years ago
  64. 3b3c651 Adds a method to the Http2Adapter API to return the HPACK decompressor's dynamic table size. by QUICHE team · 3 years ago
  65. a9ccd16 Remove unused Http2Deque and QuicheDequeImpl. by bnc · 3 years ago
  66. bcab5cc Adds a method to the Http2Adapter API to retrieve the HPACK compressor's dynamic table size. by QUICHE team · 3 years ago
  67. 575e1b2 Adds a method to get the current dynamic table size from HpackEncoder. by QUICHE team · 3 years ago
  68. 93ceccc Deprecate --gfe2_reloadable_flag_quic_tls_server_use_handshake_hints. by wub · 3 years ago
  69. c8da7f5 Adds a method to the Http2Adapter API to retrieve the send window size for a given stream. by QUICHE team · 3 years ago
  70. 781f796 Adds a method to the Http2Adapter API to fetch the flow control receive window upper bound for a given stream. by QUICHE team · 3 years ago
  71. 09e3c08 Explicitly set reloadable flag values in Chrome for enabling IETF QUIC connection migration. The feature is still guarded by "RVCM" connection option. by haoyuewang · 3 years ago
  72. 6ef175d Make QuicCryptoClientConfig::PopulateFromCanonicalConfig() more efficient. by bnc · 3 years ago
  73. 20e0970 Change GetServerConfig() to return const ref. by bnc · 3 years ago
  74. a4a8782 Adds methods to retrieve the receive window size for the connection or a particular stream. by QUICHE team · 3 years ago
  75. eb2fe33 Renames the constant representing the HTTP/2 initial flow control window size, and uses it more consistently. by QUICHE team · 3 years ago
  76. d6c686f Adds a method to the Http2Adapter API to resume streams which were deferred due to being read-blocked. by QUICHE team · 3 years ago
  77. e1b39bb Adds a return value to DataFrameSource::Send(), indicating whether the send operation would encounter a write block. by QUICHE team · 3 years ago
  78. 20dcfc8 Remove QuicContainsKey() from platform. by bnc · 3 years ago
  79. ea9e1cb Implements read block detection in OgHttp2Session, and fixes read block handling in Nghttp2DataFrameSource. by QUICHE team · 3 years ago
  80. aabddeb Do not add lumpy tokens to QUIC's PacingSender when CWND limited. by ianswett · 3 years ago
  81. 69e0836 Use absl::Span-based version WriteBodySlices() in GFE. by vasilvv · 3 years ago
  82. 95d8e6f Fix gfe2::test::IsSessionResumed for IETF QUIC. by wub · 3 years ago
  83. 2672991 Internal change by wub · 3 years ago
  84. 53f59f6 Provide absl::Span<QuicMemSlice> version of WriteMemSlices() by vasilvv · 3 years ago
  85. 9af8ded Fix -Wc++11-narrowing in quiche. by bnc · 3 years ago
  86. 99552ad Remove the cwnd_limited argument from PacingSenderTest::CheckPacketIsSentImmediately because there were already bytes_in_flight and cwnd arguments, so it was redundant. Also renames bytes_in_flight to prior_in_flight to clarify the argument. Test-only, not flag protected. by ianswett · 3 years ago
  87. 99066f1 Internal change by fayang · 3 years ago
  88. 6346ab8 Sample LOG network write errors. by QUICHE team · 3 years ago
  89. a15290e Don't crash the qbone client when getting a read/write failure but the by QUICHE team · 3 years ago
  90. 1a8d1c1 Adds methods to the Http2Adapter API to get and set per-stream user data. by QUICHE team · 3 years ago
  91. 535bbe2 Fix gfe_quic_fuzzer for IETF quic. by danzh · 3 years ago
  92. b4b590d Adds a method to Http2Adapter to fetch the highest received stream ID. by QUICHE team · 3 years ago
  93. 98966fd Remove QuicContainsValue() from platform. by bnc · 3 years ago
  94. c57647d Implement Http2HeaderBlock::contains(). by bnc · 3 years ago
  95. 465b524 Adds a method to Http2Adapter to determine if it represents a server-side HTTP/2 session. by QUICHE team · 3 years ago
  96. aff2580 Remove spdy_string_utils and http2_string_utils from platform. by bnc · 3 years ago
  97. 0e3edc1 When using multiple packet number spaces, ignore peer_max_ack_delay during handshake. by fayang · 3 years ago
  98. 2e32eb8 Updates CallbackVisitor to accept nghttp2_session_callbacks by const reference. by QUICHE team · 3 years ago
  99. ceca578 Adds support for trailers to the Http2Adapter API. by QUICHE team · 3 years ago
  100. 192df46 Try to save one copy and allocation for frame header in QuicSpdyStream::WriteOrBufferBody. by fayang · 3 years ago