1. 74cbb4a Remove unused method QuicSpdySession::CreateOutgoingUnidirectionalStream by rch · 10 hours ago main
  2. aa2d736 Use C++20 default operators in MoQT code. by vasilvv · 12 hours ago
  3. 377a484 Fix up minor issues in quiche export. by asedeno · 33 hours ago
  4. 0b9a174 Update MoQT datagrams to draft-11. by martinduke · 35 hours ago
  5. f572e17 Deprecate --gfe2_reloadable_flag_quic_heapless_static_parser. by martinduke · 2 days ago
  6. 28b992b Use the default operator== in moqt_messages.h. by martinduke · 2 days ago
  7. a1cfc7d Deprecate --gfe2_reloadable_flag_quic_record_tos_byte by haoyuewang · 2 days ago
  8. 4ba6b28 Update Subgroup Stream Header formats to draft-11. by martinduke · 2 days ago
  9. 6cf9368 BlindSignAuth: Implement GetAttestationTokens API. by elburrito · 2 days ago
  10. 12f9083 LSC: Add load statements for C++ rules by QUICHE team · 3 days ago
  11. 754ded3 Stop sending Host header in MASQUE HTTP/2 requests by dschinazi · 5 days ago
  12. a321d38 Demote QUIC_BUG(quic_bbr2_prior_in_flight_too_small) to ERROR log. by danzh · 5 days ago
  13. 216abc7 Adds `Http2VisitorInterface` callbacks that report flow control exhaustion events. by birenroy · 5 days ago
  14. f252506 Separate the quic_session_blocked_frame_received CODE_COUNT into two: by fayang · 5 days ago
  15. ed69ec2 Update MoQT Stream errors to draft-11. by martinduke · 6 days ago
  16. 2aca8bf No public description by dmcardle · 6 days ago
  17. a22c0c9 Subtract QUIC overhead from the bandwidth estimate returned by the WebTransport API. by vasilvv · 7 days ago
  18. fab6c34 No public description by fayang · 7 days ago
  19. 35c909d Update MoQT SUBSCRIBE_ANNOUNCES to draft-11. by martinduke · 7 days ago
  20. 9b45859 Update MoQT ANNOUNCE-related messages to draft-11. by martinduke · 7 days ago
  21. 07d5d27 Update MoQT TRACK_STATUS{_REQUEST} to draft-11. by martinduke · 7 days ago
  22. 6c726cc Patch a fix from https://github.com/villainb-dg for the issue of leaking connection flow control window when a HTTP2 stream receives a DATA frame after being closed (reset, etc). by danzh · 8 days ago
  23. 5de6f01 Enable quic_no_write_control_frame_upon_connection_close2 for Chrome by dmcardle · 8 days ago
  24. 60362a7 Avoid use of MemSliceFromString() in moqt_outgoing_queue_test. by martinduke · 9 days ago
  25. 51f0fa2 Update MoQT FETCH* messages to draft-11. by martinduke · 9 days ago
  26. 65cecdc Prevent undefined enum cast in CertCompressor by dmcardle · 9 days ago
  27. 3fa0885 Fix standalone QUICHE build. by vasilvv · 9 days ago
  28. bb424dc Enabling rolled out flags. by QUICHE team · 10 days ago
  29. 1852058 Put QUICHE_EXPORT on IndeterminateLengthDecoder by QUICHE team · 13 days ago
  30. 8f21b13 Implementing Indeterminate-Length Binary HTTP decoding by QUICHE team · 2 weeks ago
  31. 203951a Deprecate gfe2_reloabable_flag_quic_can_send_ack_frequency. by martinduke · 2 weeks ago
  32. 158a2d4 Control client-side MinAckDelay option with AFIA connection option. by martinduke · 2 weeks ago
  33. aad5138 No public description by fayang · 2 weeks ago
  34. 0811c2c Support zero-copy writes in WebTransport. by vasilvv · 2 weeks ago
  35. 813bfdf Convert QuicConnection's bools to bit-fields by dmcardle · 2 weeks ago
  36. 9f8501e Add benchmark for QuicConnection constructor by dmcardle · 2 weeks ago
  37. 5e25294 Support reordering_threshold > 1. by martinduke · 2 weeks ago
  38. 6eb6890 Reorder QuicConnection fields to reduce padding by dmcardle · 2 weeks ago
  39. 6f830cc Make kExpectedExtensionTypes type array<const uint16_t> by QUICHE team · 2 weeks ago
  40. 81236f5 Use explicit values for HandshakeProtocol by QUICHE team · 2 weeks ago
  41. 5f40d33 Update MoQT FETCH to draft-11. by martinduke · 3 weeks ago
  42. 4ba12de BlindSignAuth: Refactor Privacy Pass auth flow by splitting it into reusable functions. by elburrito · 3 weeks ago
  43. 520b4e9 Multiple MoQT refactors, merged into one CL since detangling them would require extra effort. by vasilvv · 3 weeks ago
  44. ff3efd8 Add a use of C++20 features as a test, to see if it works in all downstream consumers. by vasilvv · 3 weeks ago
  45. 8d98c10 Fix flake in QuicUdpSocketTest.Basic caused by assumption that ReadPacket() never fails by dmcardle · 3 weeks ago
  46. 85fc518 Add experimental logic for RetransmittableOnWireTimeout by jprat · 3 weeks ago
  47. 27a24f1 Remove GetCachedObjectInRange from the public API. by vasilvv · 3 weeks ago
  48. f17c2ae Rename PacketHeaderFormat::GOOGLE_QUIC_PACKET to QUIC_Q043_PACKET by martinduke · 3 weeks ago
  49. dd72c46 Deprecate --gfe2_reloadable_flag_quic_heapless_obfuscator. by martinduke · 3 weeks ago
  50. 1a82c3c Fix Known-Length BHTTP frame decoding by QUICHE team · 3 weeks ago
  51. 0b5e445 No public description by martinduke · 3 weeks ago
  52. edc6d15 Added the following experiments: by QUICHE team · 3 weeks ago
  53. ac423ee Enabling rolled out flags. by QUICHE team · 3 weeks ago
  54. 90531e8 Update MoQT SUBSCRIBE_DONE to draft-11. by martinduke · 3 weeks ago
  55. a09a860 Update MoQT UNSUBSCRIBE to draft-11. by martinduke · 3 weeks ago
  56. 8236621 Double the initial congestion window in QuicSentPacketManager by dmcardle · 4 weeks ago
  57. 4278758 Enforce limit on total length of MoQT FullTrackName. by martinduke · 4 weeks ago
  58. ff02865 Switch WebTransport from using tokens to using strings by vasilvv · 4 weeks ago
  59. 8836abf Fix end-to-end test EXPECT_TRUE condition for multi-port path creation on RTO. by QUICHE team · 4 weeks ago
  60. 1b91de7 Fix data races in end-to-end tests by dmcardle · 4 weeks ago
  61. 53c4506 No public description by martinduke · 4 weeks ago
  62. fe093fd This PR adds the support to probe alternative path on RTO instead of receiving a new connection ID. If RTO triggers while the client is not actively validating a path, it will probe for the multipath on RTO. by QUICHE team · 4 weeks ago
  63. b541621 Fix a QUIC off-by-one error in the calculation of peer_least_packet_awaiting_ack. by martinduke · 4 weeks ago
  64. d6a101b PUBLIC: Add a fuzz test for parsing and serializing quic versions by dmcardle · 4 weeks ago
  65. 42f5d2e IWYU fixes for quic/core/http:end_to_end_test by dmcardle · 4 weeks ago
  66. 4f2d490 IWYU fixes for quic_sent_packet_manager_lib and quic_congestion_control_lib by dmcardle · 4 weeks ago
  67. da799aa Enabling rolled out flags. by QUICHE team · 4 weeks ago
  68. 446875b IWYU fixes for quic_sent_packet_manager_test by dmcardle · 5 weeks ago
  69. 611b64f IWYU fixes for quic_connection_lib by dmcardle · 5 weeks ago
  70. 5a3e3fe Delete dead function: QuicConnection::SelectMutualVersion() by dmcardle · 5 weeks ago
  71. 7dc717b Add new static QUIC tag for explicit connection close packet by QUICHE team · 5 weeks ago
  72. 9194c7e Add a convenient kBufferSize member to QuicInlinedStringView by dmcardle · 5 weeks ago
  73. 3fb40b6 Allow connect-udp to work across connection ID changes by dschinazi · 5 weeks ago
  74. 5bbd514 Fix connect-udp server by dschinazi · 5 weeks ago
  75. 7674c4f Add property-based fuzz tests for QuicInlinedStringView by dmcardle · 5 weeks ago
  76. 419df03 Change the Hyperloop client initial stream flow control window to 16KB, but then raise it to 4MB in the stream itself. by rch · 5 weeks ago
  77. 1f00f1a Remove obsolete copybara transforms for nullability annotations. by QUICHE team · 5 weeks ago
  78. d9f2fe0 Remove unused member QuicFramer::last_serialized_server_connection_id_. by martinduke · 5 weeks ago
  79. c2f8f18 Enabling rolled out flags. by diannahu · 5 weeks ago
  80. 73629e3 Fix a casting issue in QuicInlinedStringView which causes compilation failures on some platforms with `-Wsign-compare`. by QUICHE team · 5 weeks ago
  81. d3e1811 BlindSignAuth: Add token issuance APIs for Private Aratea. This use case requires the caller to generate and pass in attestation certificates. by elburrito · 5 weeks ago
  82. 2f344ea Add bare-bones fuzztest for MoqtControlParser and MoqtDataParser by dmcardle · 5 weeks ago
  83. 85941cd Add quiche_fuzztest shim to quiche/common/platform/ by dmcardle · 5 weeks ago
  84. a167b33 Move MoqtParserTestVisitor to a library by dmcardle · 6 weeks ago
  85. 41dc1e3 No public description by dmcardle · 6 weeks ago
  86. 4d52764 Add quiche_fuzztest shim to quiche/common/platform/ by dmcardle · 6 weeks ago
  87. f0a8dce Improve Cacheline Efficiency in QuicPacketHeader. by martinduke · 6 weeks ago
  88. d52a023 No public description by haoyuewang · 6 weeks ago
  89. 35b5350 Use uint32_t for --quic_preallocate_unacked_packets flag. by vasilvv · 6 weeks ago
  90. 2591f17 Enabling rolled out flags. by QUICHE team · 6 weeks ago
  91. 53dfb0f Mark GFE's Quic as compliant with Deridex when blackhole avoidance is enabled. by QUICHE team · 6 weeks ago
  92. cd14794 Enable QUIC Path Degraded Experiment. by QUICHE team · 6 weeks ago
  93. bd90b0a Roll Abseil and Protobuf for the standalone QUICHE by vasilvv · 7 weeks ago
  94. c00783c Parse and frame the updated ACK_FREQUENCY frame and implement the logic for receiving it. by martinduke · 7 weeks ago
  95. 4358d92 No public description by martinduke · 7 weeks ago
  96. 5aec4dd QUIC sockets return WRITE_STATUS_BLOCKED on ENOBUFS. by martinduke · 7 weeks ago
  97. 66dc426 Add a flag to preallocate memory for unacked packets in both QuicUnackedPacketMap and BandwidthSampler via a command-line flag. by vasilvv · 7 weeks ago
  98. d1c766b Introduce an inlining version of QuicStreamSendBuffer. by vasilvv · 7 weeks ago
  99. 2378590 No public description by QUICHE team · 7 weeks ago
  100. 9d56320 Delete dead code by QUICHE team · 7 weeks ago