1. a3882f0 Turn off flaky test QuicEventLoopFactoryTest.WakeUp/libevent_epoll_ by vasilvv · 2 days ago main
  2. 3a1960c Deprecate --gfe2_reloadable_flag_reset_content_length_status_when_removing_content_length_header. by QUICHE team · 2 days ago
  3. 99a5e60 No public description by haoyuewang · 4 days ago
  4. 73627ae Add field to BoostIcwHeader proto message: h3_force_enable_quic_bbr_exit_startup_on_loss by dmcardle · 4 days ago
  5. b161cf4 Fix OSS QUICHE build. by asedeno · 4 days ago
  6. bd8885a Add field to NetworkParams for updating BBRv1's exit-startup-on-loss behavior by dmcardle · 4 days ago
  7. d3cf22e Fix fuzz test error. by martinduke · 4 days ago
  8. fd2c8eb Refactor how MOQT control messages are parsed, part 1. by vasilvv · 4 days ago
  9. 928a75f Implement MOQ/EBML varint parsing and serialization. by vasilvv · 5 days ago
  10. 190b5ae Close QUIC connections if a RESET_STREAM frame is received with a too-small final byte offset value. by rch · 5 days ago
  11. 243b50d Fix 1 ClangInliner finding: by QUICHE team · 5 days ago
  12. e3370c9 Enabling rolled out flags. by QUICHE team · 6 days ago
  13. 435c98c Implement FETCH object serialization flags. by martinduke · 9 days ago
  14. ac5f2c6 Fix includes in bbr_sender.cc and related files by dmcardle · 9 days ago
  15. 1b87445 Add GetSize() and GetMaxSize() to the SessionCache interface. by QUICHE team · 10 days ago
  16. f828d7c No public description by haoyuewang · 12 days ago
  17. 73d3b6e Add support for PAT generation at prober request time. by ripere · 12 days ago
  18. 9debbeb Add a memory reduction timeout to QuicIdleNetworkDetector. by haoyuewang · 12 days ago
  19. 4c5abbb Add last_alarm_type_ to track the type of alarm set in QuicIdleNetworkDetector. by haoyuewang · 13 days ago
  20. db8afd3 No public description by QUICHE team · 13 days ago
  21. d7134e9 Deprecate gfe2_reloadable_flag_quic_limit_new_streams_per_loop_2. by ianswett · 2 weeks ago
  22. c248c3b Remove duplicated handshake_timeout_ clean-up in QuicIdleNetworkDetector. by haoyuewang · 2 weeks ago
  23. c567a39 Use std::vector instead of absl::Span to prevent dangling pointers by reubent · 2 weeks ago
  24. 94774ea Disable some of event loop WakeUp tests under TSAN, since those seem to crash due to OOM errors. by vasilvv · 2 weeks ago
  25. 36f59c2 Add a knob (QuicSentPacketManager::ReduceMemoryUsage) to reduce the memory used by unacked_packet_map and bandwidth_sampler owned by QuicSentPacketManager. by haoyuewang · 2 weeks ago
  26. d556e8e Pure refactor of `MULTIPLE_CONTENT_LENGTH_KEYS` logic by reubent · 2 weeks ago
  27. a6acb06 No public description by reubent · 2 weeks ago
  28. 62278af No public description by reubent · 2 weeks ago
  29. db0f063 No public description by vasilvv · 3 weeks ago
  30. f5ed688 Add HttpValidationPolicy controlling semicolon delimitation of chunk-exts by reubent · 3 weeks ago
  31. f17e473 Fis OSS QUICHE build. by asedeno · 3 weeks ago
  32. bb4f6ef No public description by QUICHE team · 3 weeks ago
  33. 8aa2871 Lower the number of iterations in QuicEventLoopFactoryTest.WakeUp test, and increase timeout a bit. by vasilvv · 3 weeks ago
  34. ec1c5b9 Unblock and add flag counts for gfe2_reloadable_flag_quic_receive_ack_frequency. by martinduke · 3 weeks ago
  35. 5676dd3 Add WakeUp() to the QuicEventLoop API. by vasilvv · 3 weeks ago
  36. 8238082 Rename MaybeUpdateAckFrequency to MaybeEnableAckDecimation. by ianswett · 3 weeks ago
  37. c1fba42 Enabling rolled out flags. by QUICHE team · 3 weeks ago
  38. 338331f No public description by martinduke · 3 weeks ago
  39. 1618a95 Add QuicheCircularDeque::shrink_to_fit. by haoyuewang · 3 weeks ago
  40. 077adf3 Clear body_manager in QuicSpdyStream when StopReading is requested. by haoyuewang · 3 weeks ago
  41. 1a3f479 Export TotalStringViewSpanSize. by QUICHE team · 3 weeks ago
  42. ffa7f0e Deprecate gfe2_reloadable_flag_quic_enable_5aff_connection_option. by ianswett · 3 weeks ago
  43. 46457a0 Merge quiche::ReadStream and quiche::WriteStream into webtransport::Stream. by vasilvv · 4 weeks ago
  44. 596d25d Clean up minor issues from MOQT draft-16. by martinduke · 4 weeks ago
  45. 6efbea9 Redo write support in InMemoryStream. by vasilvv · 4 weeks ago
  46. df4b367 Enabling rolled out flags. by QUICHE team · 4 weeks ago
  47. 9711fb2 OSS QUICHE: update MODULE.bazel to use a newer highwayhash. by asedeno · 4 weeks ago
  48. 949946d Implement a parser for MOQT track name format. by vasilvv · 4 weeks ago
  49. cb7f0c2 Parameterize remaining MOQT message types. by martinduke · 4 weeks ago
  50. 7cf0592 Add new balsa_frame microbenchmark by reubent · 4 weeks ago
  51. 2672fe2 Support standard encoding for track names and namespaces. by vasilvv · 4 weeks ago
  52. 0ea6b2a Release the capacity after clear on two std::vector in QuicCryptoStream::ResetCryptoSubstreams. by haoyuewang · 4 weeks ago
  53. ef414be Fix MSAN error in PublishNamespaceCancel() by martinduke · 4 weeks ago
  54. 4b9143d moqt_framer.cc: fix portability issue. by asedeno · 4 weeks ago
  55. 222d1fe Increment num_objects_read_ when End Of Group flag is set. by martinduke · 5 weeks ago
  56. ca37898 Handles expires param = 0 as infinite. by martinduke · 5 weeks ago
  57. 3931c6c Fix OSS QUICHE build. by asedeno · 5 weeks ago
  58. 6a3f58c Use receive timestamps to limit BBR bandwidth estimates. by vasilvv · 5 weeks ago
  59. 020cbb7 Use QuicheStringTuple for MOQT names. by vasilvv · 5 weeks ago
  60. dcbd647 No public description by birenroy · 5 weeks ago
  61. 07d3bf2 Update PUBLISH_NAMESPACE to MOQT draft-16. by martinduke · 5 weeks ago
  62. 908d5e4 QBONE Bonnet: Prepare for ability to split Read/Write fds in `TunDevice`. by QUICHE team · 5 weeks ago
  63. 197001f Do not delete QuicConfig in YperfSession. by haoyuewang · 5 weeks ago
  64. 4b00236 Provide the certificate and the SPKI hash in WebTransportFingerprintProofVerifier. by vasilvv · 5 weeks ago
  65. 18573b8 Add tests to indeterminate length binary HTTP encoding by dschinazi · 5 weeks ago
  66. d1f64e6 Clean up bandwidth_sampler.h by vasilvv · 5 weeks ago
  67. 08061dc Fix memory errors that QUICHE uncovered with MoqtSession. by martinduke · 5 weeks ago
  68. 88873e5 Prevent timeout in OHTTP test client when the stream gets reset by dschinazi · 5 weeks ago
  69. d5f8213 Support REQUEST_UPDATE for SUBSCRIBE_NAMESPACE by martinduke · 5 weeks ago
  70. c92f89f Change MOQT SUBSCRIBE_UPDATE to REQUEST_UPDATE. by martinduke · 5 weeks ago
  71. 01f70f3 Avoid sending an invalid content terminator when ChunkedOhttpGatewayFilter::encodeData is called with empty data and !end_stream by dschinazi · 5 weeks ago
  72. 17be163 Update MoqtSession and applications to use MoqtNamespaceStream. by martinduke · 5 weeks ago
  73. 7e14538 Fix broken Quiche OSS tests by QUICHE team · 5 weeks ago
  74. f0d8a98 Allow passing in headers to OHTTP client, similar to curl by dschinazi · 5 weeks ago
  75. 64cb615 No public description by QUICHE team · 5 weeks ago
  76. 49ab5a8 No public description by QUICHE team · 5 weeks ago
  77. 28cba4f No public description by QUICHE team · 5 weeks ago
  78. d32b2ed Log response body to std::cout instead of QUICHE_LOG(INFO) in OHTTP test client by dschinazi · 5 weeks ago
  79. 474fbc6 Log response body size in OHTTP client by dschinazi · 5 weeks ago
  80. ef3ac9b Allow OHTTP test client to parse unexpected binary HTTP encodings by dschinazi · 6 weeks ago
  81. 24430cb Verify --gfe2_reloadable_flag_quic_bbr_exit_startup_on_loss by vasilvv · 6 weeks ago
  82. cfef683 Allow selecting the binary HTTP encoding in OHTTP test client by dschinazi · 6 weeks ago
  83. 6947d9e Properly handle TLS/TCP being write-blocked in MasqueH2Connection by dschinazi · 6 weeks ago
  84. 4d56cdc Use absl::down_cast in quiche / quic by asedeno · 6 weeks ago
  85. 0e51c2f OHTTP test client: add ability to get post data from a file by dschinazi · 6 weeks ago
  86. 8cc7cab Make improvements to MoqtNamespaceStream. by martinduke · 6 weeks ago
  87. dc02e7f Add new prober for Chunked OHTTP by dschinazi · 6 weeks ago
  88. 5519a76 Implement a bidi stream version of SUBSCRIBE_NAMESPACE. Not yet integrated into MoqtSession. by martinduke · 6 weeks ago
  89. 847fa1b Update messages that will go in SUBSCRIBE_NAMESPACE streams up to draft-16. by martinduke · 6 weeks ago
  90. 529ef12 No public description by dschinazi · 6 weeks ago
  91. f2b11b7 Add ability to check tokens from private_tokens tool by dschinazi · 6 weeks ago
  92. 29926d4 No public description by haoyuewang · 6 weeks ago
  93. 69e7d25 Separate masque private_tokens code into a separate source list. by asedeno · 6 weeks ago
  94. cd5a0df quiche_buffer_allocator.h -- include cstring for memcpy by asedeno · 6 weeks ago
  95. 2b869bf Rename quiche/oblivious_http/buffers/oblivious_http_integration_test.cc by asedeno · 6 weeks ago
  96. 21b9205 Remove ChannelId from QUIC, because it's been disabled since 2020. by ianswett · 6 weeks ago
  97. b3f6742 Fix issue where OHTTP client hangs if the TLS/TCP handshake fails by dschinazi · 6 weeks ago
  98. dce600e Add new PRIVACYPASS test tool by dschinazi · 6 weeks ago
  99. 3f782fa Fix 4 ClangInliner findings: by QUICHE team · 6 weeks ago
  100. 1ace899 Fix 2 ClangInliner findings: by QUICHE team · 6 weeks ago