1. 2a8144c Update MoQT malformed track detection to draft-16. by martinduke · 2 days ago main
  2. e70153a Refactor BHTTP content terminated sections decoding. by ripere · 2 days ago
  3. ff5f34a Add --request_trust_anchors to the QUIC toy client by dmcardle · 2 days ago
  4. c52d86f Return absl::Status from test helper functions by ripere · 2 days ago
  5. 0d44d14 Refine IndeterminateLengthMessageSection enum for BinaryHttpResponse encoding. by ripere · 2 days ago
  6. 0b2daca Refactor OHTTP client, gateway, and BHTTP decoder creation methods to pass the retained parameter as pointer instead of a reference. by ripere · 2 days ago
  7. 3f7781d Add missing QUICHE_EXPORT directives. by vasilvv · 3 days ago
  8. 83b540f Implement MOQT draft-16 version negotiation. by martinduke · 3 days ago
  9. c589b34 Change MOQT key-value pair lists to have diff-encoded keys. by martinduke · 3 days ago
  10. a8b5dbc Mark --gfe2_restart_flag_quic_stop_sending_legacy_version_info as enabling_blocked_by. by diannahu · 4 days ago
  11. 6c768ef No public description by birenroy · 4 days ago
  12. 1eb9b26 Fix gap filling ACK logic in QuicReceivedPacketManager. by QUICHE team · 4 days ago
  13. b02b83c Do not instantiate QpackSendStream if qpack_maximum_dynamic_table_capacity_ is 0 in QuicSpdySession. by haoyuewang · 5 days ago
  14. 312fd0c Implement a dedicated WebTransport-only dispatcher. by vasilvv · 5 days ago
  15. 19da7ec Ensure WebTransport QUIC streams are always set to level-triggered mode. by vasilvv · 5 days ago
  16. d89a6db Deprecate --gfe2_reloadable_flag_quic_bbr2_probe_two_rounds. by ianswett · 5 days ago
  17. bbbd816 Refactor BinaryHttpRequest IndeterminateLengthDecoder to use a local checkpoint. by ripere · 5 days ago
  18. f2717b9 Rename methods in QuicConnectionMigrationManager for readability. Callback methods like FinishFoo() are renamed to ContinueFoo() if Foo() is async or DoneWithFoo() if it merely does clean up. by danzh · 5 days ago
  19. 7d647e9 Wrap chunk handler errors in InternalError. by ripere · 5 days ago
  20. d868cc2 Deprecate quic_bbr2_simplify_inflight_hi. by ianswett · 6 days ago
  21. e1a58ff Remove unreachable return in quic_spdy_session_test.cc by rch · 6 days ago
  22. 5f45f2c Uses `quiche::QuicheCircularDeque` as the type backing the pending frame queue, rather than `std::list`. by birenroy · 6 days ago
  23. 41517e7 Move moqt::TrackNamespace and friends into a separate header. by vasilvv · 6 days ago
  24. 450bb70 No public description by QUICHE team · 12 days ago
  25. 0309bc7 Fix unused parameter warning in quic_session.h by rch · 13 days ago
  26. 5853f2f Add support for sending immediate GOAWAYs in HTTP/3. by rch · 3 weeks ago
  27. 5b76cda QBONE ICMP reachable: eliminate last usage of `SOCK_RAW`. by QUICHE team · 3 weeks ago
  28. de77648 Make the masque client return a special error when it gets an expected failure by QUICHE team · 3 weeks ago
  29. 4f06f84 Move balsa_fuzz_util to a separate quiche_fuzz_support glob. by QUICHE team · 3 weeks ago
  30. 600a088 QBONE ICMP reachable: convert to "ping sockets" to avoid the need for `SOCK_RAW` permissions. by QUICHE team · 3 weeks ago
  31. 0ebf864 Allow content-type parameters in MASQUE/OHTTP test code by dschinazi · 3 weeks ago
  32. a44a024 Properly handle TLS error in MasqueH2Connection by dschinazi · 3 weeks ago
  33. cde131c Allow key fetch and key proxy requests without the Accept header in masque_tcp_server by dschinazi · 3 weeks ago
  34. 7370ead Properly handle query parameters in MASQUE/OHTTP test code by dschinazi · 3 weeks ago
  35. 4088e56 Only respond to key requests on gateway path in masque_tcp_server by dschinazi · 3 weeks ago
  36. 58aab2e Add --key_proxy option to masque_tcp_server by dschinazi · 3 weeks ago
  37. 9d48b33 Increase connection-level flow control in MasqueH2Connection by dschinazi · 3 weeks ago
  38. 4ecc13c Make gateway actually proxy requests in masque_tcp_server by dschinazi · 3 weeks ago
  39. d54ca11 Make gateway optional in masque_tcp_server by dschinazi · 3 weeks ago
  40. 4464c0c Allow supporting multiple OHTTP gateways from a single relay by dschinazi · 3 weeks ago
  41. be4c72e Fix a few more issues with rearming sockets by dschinazi · 3 weeks ago
  42. 79429a3 Make sure MASQUE TCP socket events get rearmed by dschinazi · 3 weeks ago
  43. 98cd4f0 Fix lifetime bug in masque_tcp_client by dschinazi · 3 weeks ago
  44. d4d362f Allow building masque_tcp_client and masque_ohttp_client from open source QUICHE by dschinazi · 3 weeks ago
  45. 18e382b Error out if the default proof provider is unavailable by dschinazi · 3 weeks ago
  46. 06cb776 Improves metadata serialization by allocating less memory up front. by birenroy · 4 weeks ago
  47. 92d2c99 Uses a swap operation to completely clear `std::deque` state. by birenroy · 4 weeks ago
  48. e35488b Count the total number of application bytes acknowledged. by vasilvv · 4 weeks ago
  49. c695963 Remove semicolon after ChunkedObliviousHttpClient ctor by QUICHE team · 4 weeks ago
  50. 0744969 ICMP reachability prober: correct broken `sendto` size comparison and include a `QUIC_PLOG` to log the error code. by QUICHE team · 4 weeks ago
  51. 87505ab Fix 14 ClangInliner findings: by QUICHE team · 4 weeks ago
  52. 1ca3c34 Fix 2 ClangInliner findings: by QUICHE team · 4 weeks ago
  53. 8f51c5e Fix `-Wreturn-type` issues in OHTTP code by dschinazi · 4 weeks ago
  54. 6ab35d7 Handle the case where changed packet number length affects what DATAGRAM length can be accepted. by martinduke · 4 weeks ago
  55. a8bf2dc Add an RAII wrapper for quic::SocketFd. by vasilvv · 4 weeks ago
  56. b9f6177 Fix warnings in open source QUICHE build by dschinazi · 4 weeks ago
  57. a936bfa Add AbslStringify() for PacketHeaderFormat and QuicTimeWaitListManager::TimeWaitAction by dmcardle · 4 weeks ago
  58. 3dae1e9 Allow building masque_tcp_server in open-source bazel QUICHE build by dschinazi · 4 weeks ago
  59. da6758f Enabling rolled out flags. by QUICHE team · 4 weeks ago
  60. 63779a0 Fix the OSS QUICHE build by dmcardle · 4 weeks ago
  61. d5d3f29 No public description by dschinazi · 4 weeks ago
  62. 82fa760 Fix 3 ClangInliner findings: by QUICHE team · 4 weeks ago
  63. 32bfc29 No public description by ianswett · 4 weeks ago
  64. a6c482f Refactor OHTTP client error checking by dschinazi · 4 weeks ago
  65. 2957363 Add OHTTP Relay support to masque_tcp_server by dschinazi · 4 weeks ago
  66. fe3e532 Fix issues in MasqueOhttpClient::HandleOhttpResponse by dschinazi · 4 weeks ago
  67. 6e1b79c Speed up the slow e2e test TestInvalidAckBeforeHandshakeClosesConnection by dmcardle · 4 weeks ago
  68. 2fcf23d Fix bug in MasqueConnectionPool where second use of a shared by dschinazi · 4 weeks ago
  69. b921f99 Improve MasqueConnectionPool visitor callback by dschinazi · 4 weeks ago
  70. 076da34 Improve logging in MasqueH2Connection by dschinazi · 4 weeks ago
  71. d8a1501 Stop sending client certs for OHTTP key fetch by dschinazi · 4 weeks ago
  72. 8af5ed1 Don't require content-type for OHTTP key fetch in masque_tcp_server by dschinazi · 4 weeks ago
  73. 3b500a7 Do not expose the underlying QuicServer in MoqtServer. by vasilvv · 4 weeks ago
  74. c95a8f2 Fix edge cases in chat_client. by martinduke · 5 weeks ago
  75. 2ac87cf Add kChromePrivateAratea service type to BlindSignAuth. by QUICHE team · 5 weeks ago
  76. e8c3196 Fix MOQT datagram retrieval. by martinduke · 5 weeks ago
  77. b547ca6 Track stream object IDs correctly. by martinduke · 5 weeks ago
  78. 8feab71 Avoid computing a negative RTT in BandwidthSampler::OnPacketAcknowledged() by dmcardle · 5 weeks ago
  79. ebe10d9 Use QUICHE_ASSIGN_OR_RETURN in oblivious_http by dmcardle · 5 weeks ago
  80. c0ce8d4 Delete unused BalsaFrame methods: BytesSpliced() and BytesSafeToSplice() by dmcardle · 5 weeks ago
  81. 64cdc18 Add the QUICHE_ASSIGN_OR_RETURN macro by dmcardle · 5 weeks ago
  82. 673ce59 Remove obsolete ParsedQuicVersion methods UsesHttp3() UsesTls() by rch · 5 weeks ago
  83. 7611d42 Remove unused HandshakeProtocol type. by rch · 5 weeks ago
  84. 2c546d5 Remove redundant method ParsedQuicVersionIsValid. by rch · 5 weeks ago
  85. 4f0537d Mark gfe2_reloadable_flag_reset_content_length_status_when_removing_content_length_header as verified for prod. by QUICHE team · 5 weeks ago
  86. 0470ad4 Propagate forwarding preference across the MOQT relay. by martinduke · 5 weeks ago
  87. 4ad90d1 Rearrange fields in QuicConnection::ReceivedPacketInfo and eliminate duplicate storage of destination_connection_id. by martinduke · 5 weeks ago
  88. 15ef876 Remove unused `handshake_mode` from ParsedQuicVersion. by rch · 5 weeks ago
  89. 3942ee7 Improve error handling in OHTTP prober by dschinazi · 5 weeks ago
  90. 50103bc Eliminate the now unused 2-arg ParsedQuicVersion constructor. by rch · 5 weeks ago
  91. 4130433 Use new SendBuffer everywhere in the codebase. by vasilvv · 5 weeks ago
  92. 06b27fb Add a fuzz test for BalsaFrame by dmcardle · 5 weeks ago
  93. 4dace4e Fix stand-alone QUICHE build by rch · 5 weeks ago
  94. 32b5cc0 Remove QuicStreamSendBufferPeer and the benchmark. by vasilvv · 5 weeks ago
  95. 8540697 Deprecate custom QUICHE status matchers. by wangsteve · 5 weeks ago
  96. d3b591b Implement `ChunkedObliviousHttpClient` for incremental chunked OHTTP. by ripere · 5 weeks ago
  97. 24aefd9 Use 1-arg ParsedQuicVersion constructor in third_party/quic/... by rch · 6 weeks ago
  98. d5df0a4 Add a new 1-arg constructor to ParsedQuicVersions. by rch · 6 weeks ago
  99. ee6cf8d Optimize memory layout of BalsaHeaders by dmcardle · 6 weeks ago
  100. d9118ed Removes a duplicate implementation of the HPACK static table. by birenroy · 6 weeks ago