1. 61a8de9 Reset streams which surpass MAX_HEADER_LIST_SIZE by reubent · 4 hours ago main
  2. a7f9eef Deprecate --gfe2_reloadable_flag_quic_send_connection_close_on_max_age. by ianswett · 5 hours ago
  3. 063446c Enabling rolled out flags. by birenroy · 22 hours ago
  4. 9562974 Deprecate gfe2_reloadable_flag_quic_disconnect_early_exit. by martinduke · 26 hours ago
  5. d387c78 Merge QuicStreamSendBufferBase into QuicStreamSendBufferInlining. by vasilvv · 29 hours ago
  6. f4cb734 Limit Joining FETCH to largest_object at time of SUBSCRIBE. by martinduke · 30 hours ago
  7. 76d1734 Deprecate MASQUE PerRequestConfig::SetExpectedEncapsulatedResponseBody() by dmcardle · 2 days ago
  8. ed46d34 Add encapsulated response body callback to MASQUE client's PerRequestConfig by dmcardle · 5 days ago
  9. 29d6d17 Add `num_ohttp_chunks` flag and remove `chunked` flag. by ripere · 5 days ago
  10. 7799805 Add `num_bhttp_chunks` flag and remove `indeterminate_length` flag. by ripere · 5 days ago
  11. 6dd3b72 Reject NEW_CONNECTION_ID frames with empty connection IDs and close the connection, per RFC9000. Based on cr/896368856 by ianswett · 5 days ago
  12. 1ed9351 No public description by wub · 5 days ago
  13. 0161299 Enforce a limit on the amount of total, uncompressed header bytes by reubent · 6 days ago
  14. 2bd145e Improve connection logging in OHTTP toy client by dschinazi · 6 days ago
  15. 88ed681 No public description by dmcardle · 6 days ago
  16. 2a758fd Joining FETCH is allowed for any subscribe with forward = 1, without regard for filter type. by martinduke · 6 days ago
  17. 8e916e3 Fis OSS QUICHE build. by asedeno · 7 days ago
  18. bbe3dde Fix various SCONE-related builder errors by QUICHE team · 7 days ago
  19. dfccfb5 OHTTP toy client: Allow passing in the key config as hex by dschinazi · 7 days ago
  20. 0c7ab75 Initialize packet in QuicConnectionTest. by martinduke · 7 days ago
  21. db6ce7e Receive-side SCONE support. by martinduke · 8 days ago
  22. fd2ca7d Allow overriding method in MasqueOhttpClient by dschinazi · 8 days ago
  23. 3c13398 QBONE tun device error reporting: Convert string pointers to absl::string_view by QUICHE team · 8 days ago
  24. 44ea872 Add various metrics to analyze TUN device performance by ericorth · 8 days ago
  25. c628a90 Make new QuicPacketCreatorTests consistent with other instances of EXPECT_QUIC_BUG. by martinduke · 8 days ago
  26. 17c5c93 Fix QuicPacketCreatorTest failure in Quiche OSS CI. by martinduke · 8 days ago
  27. 921b4d1 BEGIN_PUBLIC by davidben · 9 days ago
  28. a3208c4 When the CIDT connection option is enabled and an idle timeout is detected just before sending a new request, close the connection with QUIC_CLIENT_REQUEST_IDLE_TIMEOUT instead of QUIC_NETWORK_IDLE_TIMEOUT. by ianswett · 9 days ago
  29. 1f2aaae Add nonce to iOS attestation and enforce one-time use. by QUICHE team · 9 days ago
  30. 89c30b2 Fix exchanger stats GetPackets[Read,Written]() counts by ericorth · 9 days ago
  31. 39a896e Add TCP connection to TUN experiment playground code by ericorth · 9 days ago
  32. 27b41c9 Deprecate gfe2_reloadable_flag_quic_use_proof_source_get_cert_chains by dmcardle · 9 days ago
  33. 25a16a7 Send-side SCONE support. by martinduke · 14 days ago
  34. e35e33f Add DCHECK to ensure OnConnectionMigration is only called on the server. by ianswett · 14 days ago
  35. 21ffbe4 Mark PacketCollector QUICHE_EXPORT by ricea · 2 weeks ago
  36. b2b5034 Add support for iOS attestation by QUICHE team · 2 weeks ago
  37. ce8167b No public description by QUICHE team · 2 weeks ago
  38. a7b102e Deprecate -gfe2_reloadable_flag_quic_use_inlining_send_buffer_everywhere. by vasilvv · 2 weeks ago
  39. 57e1749 Enabling rolled out flags. by QUICHE team · 2 weeks ago
  40. e2c3f0a No public description by martinduke · 2 weeks ago
  41. 0561969 Clear packet_ when QuicPacketCreator::SerializePacket() fails. by martinduke · 3 weeks ago
  42. 713d86e Fix QUICHE OSS by dschinazi · 3 weeks ago
  43. da33839 No public description by martinduke · 3 weeks ago
  44. e650aa7 Add flag to limit number of reads from tunnel per epoll event by ericorth · 3 weeks ago
  45. 0c3411d Update quic::test::CreateIpPacket to allow TCP by ericorth · 3 weeks ago
  46. ecc8a9b No public description by haoyuewang · 3 weeks ago
  47. f38445d Add a simple end to end test that ensures that enabling the spin bit doesn't break Quiche. by QUICHE team · 3 weeks ago
  48. 19c23dc Add a CODE_COUNT that OnBodyAvailable is skipped because on_body_available_called_because_sequencer_is_closed_ is true. by haoyuewang · 3 weeks ago
  49. 2f0d61f Allow generating private tokens locally in masque_ohttp_client by dschinazi · 3 weeks ago
  50. 2cc3766 Add support for custom headers in OHTTP key fetch and outer gateway requests. by dschinazi · 3 weeks ago
  51. 4308288 Deprecate --gfe2_reloadable_flag_quic_bbr_exit_startup_on_loss by vasilvv · 3 weeks ago
  52. 603f7ea QBONE Tun device: open file descriptors with `O_NONBLOCK`. by QUICHE team · 3 weeks ago
  53. 8accc46 Add tun_device_integration_test by ericorth · 3 weeks ago
  54. bd7dff9 False deprecate --gfe2_reloadable_flag_quic_fix_ignore_read_data_when_unblocked as it does not work per b/488057588#comment14. by haoyuewang · 4 weeks ago
  55. f11c7d3 Add support for the latency spin bit (RFC 9000 section 17.4) to Quiche, storing spin state on a per-path basis by QUICHE team · 4 weeks ago
  56. e8bbb39 No public description by wub · 4 weeks ago
  57. 32d1ff5 Add a non-const tls_connection() getter to TlsHandshaker. by rch · 4 weeks ago
  58. 6bb4c38 Correctly handle ignore_read_data case when sequencer gets unblocked. by haoyuewang · 4 weeks ago
  59. b91dd30 Add mutable_ssl_config to QuicCryptoServerConfigPeer by QUICHE team · 4 weeks ago
  60. 8e0e643 Add HttpValidationPolicy for rejecting RFC non-compliant status codes by reubent · 4 weeks ago
  61. d22a962 Disable flaky test cases in //third_party/quic/core/io:socket_test until resolved by QUICHE team · 4 weeks ago
  62. 078524b Deprecates --gfe2_reloadable_flag_http2_avoid_decompose_representation by birenroy · 4 weeks ago
  63. e66b8ef Add a regression test for b/488057588. by haoyuewang · 4 weeks ago
  64. a3882f0 Turn off flaky test QuicEventLoopFactoryTest.WakeUp/libevent_epoll_ by vasilvv · 5 weeks ago
  65. 3a1960c Deprecate --gfe2_reloadable_flag_reset_content_length_status_when_removing_content_length_header. by QUICHE team · 5 weeks ago
  66. 99a5e60 No public description by haoyuewang · 5 weeks ago
  67. 73627ae Add field to BoostIcwHeader proto message: h3_force_enable_quic_bbr_exit_startup_on_loss by dmcardle · 5 weeks ago
  68. b161cf4 Fix OSS QUICHE build. by asedeno · 5 weeks ago
  69. bd8885a Add field to NetworkParams for updating BBRv1's exit-startup-on-loss behavior by dmcardle · 5 weeks ago
  70. d3cf22e Fix fuzz test error. by martinduke · 5 weeks ago
  71. fd2c8eb Refactor how MOQT control messages are parsed, part 1. by vasilvv · 5 weeks ago
  72. 928a75f Implement MOQ/EBML varint parsing and serialization. by vasilvv · 5 weeks ago
  73. 190b5ae Close QUIC connections if a RESET_STREAM frame is received with a too-small final byte offset value. by rch · 5 weeks ago
  74. 243b50d Fix 1 ClangInliner finding: by QUICHE team · 5 weeks ago
  75. e3370c9 Enabling rolled out flags. by QUICHE team · 5 weeks ago
  76. 435c98c Implement FETCH object serialization flags. by martinduke · 6 weeks ago
  77. ac5f2c6 Fix includes in bbr_sender.cc and related files by dmcardle · 6 weeks ago
  78. 1b87445 Add GetSize() and GetMaxSize() to the SessionCache interface. by QUICHE team · 6 weeks ago
  79. f828d7c No public description by haoyuewang · 6 weeks ago
  80. 73d3b6e Add support for PAT generation at prober request time. by ripere · 6 weeks ago
  81. 9debbeb Add a memory reduction timeout to QuicIdleNetworkDetector. by haoyuewang · 6 weeks ago
  82. 4c5abbb Add last_alarm_type_ to track the type of alarm set in QuicIdleNetworkDetector. by haoyuewang · 6 weeks ago
  83. db8afd3 No public description by QUICHE team · 6 weeks ago
  84. d7134e9 Deprecate gfe2_reloadable_flag_quic_limit_new_streams_per_loop_2. by ianswett · 7 weeks ago
  85. c248c3b Remove duplicated handshake_timeout_ clean-up in QuicIdleNetworkDetector. by haoyuewang · 7 weeks ago
  86. c567a39 Use std::vector instead of absl::Span to prevent dangling pointers by reubent · 7 weeks ago
  87. 94774ea Disable some of event loop WakeUp tests under TSAN, since those seem to crash due to OOM errors. by vasilvv · 7 weeks ago
  88. 36f59c2 Add a knob (QuicSentPacketManager::ReduceMemoryUsage) to reduce the memory used by unacked_packet_map and bandwidth_sampler owned by QuicSentPacketManager. by haoyuewang · 7 weeks ago
  89. d556e8e Pure refactor of `MULTIPLE_CONTENT_LENGTH_KEYS` logic by reubent · 7 weeks ago
  90. a6acb06 No public description by reubent · 7 weeks ago
  91. 62278af No public description by reubent · 7 weeks ago
  92. db0f063 No public description by vasilvv · 7 weeks ago
  93. f5ed688 Add HttpValidationPolicy controlling semicolon delimitation of chunk-exts by reubent · 7 weeks ago
  94. f17e473 Fis OSS QUICHE build. by asedeno · 7 weeks ago
  95. bb4f6ef No public description by QUICHE team · 7 weeks ago
  96. 8aa2871 Lower the number of iterations in QuicEventLoopFactoryTest.WakeUp test, and increase timeout a bit. by vasilvv · 7 weeks ago
  97. ec1c5b9 Unblock and add flag counts for gfe2_reloadable_flag_quic_receive_ack_frequency. by martinduke · 7 weeks ago
  98. 5676dd3 Add WakeUp() to the QuicEventLoop API. by vasilvv · 7 weeks ago
  99. 8238082 Rename MaybeUpdateAckFrequency to MaybeEnableAckDecimation. by ianswett · 7 weeks ago
  100. c1fba42 Enabling rolled out flags. by QUICHE team · 7 weeks ago