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