- aca0790 Deprecate quic_check_alternate_reset_token. by martinduke · 2 hours ago main
- 7f07dc4 Initialize `static constexpr` tag members in `structured_headers.h` by asedeno · 4 hours ago
- 85f851f Rename MoQT SetupParameters to SetupOptions. by martinduke · 6 hours ago
- 413d255 Handle unknown Mandatory To Implement Track Properties. by martinduke · 6 hours ago
- 535a273 Handle receive timestamps properly when overestimate avoidance (kBSAO) is enabled by vasilvv · 4 days ago
- 8dde3ec Remove 255-packet delta limit in QuicReceivedPacketManager::GetUpdatedAckFrame. by vasilvv · 4 days ago
- f44c355 Allow NEW_GROUP_REQUEST on subscription update (including PUBLISH_OK). by martinduke · 4 days ago
- 680f280 Guard against integer overflow when decoding QUIC receive timestamp deltas by vasilvv · 4 days ago
- 213deec Rename TrackExtensions to TrackProperties, to conform to MOQT draft-18 terminology. by martinduke · 4 days ago
- 653d66b Update deprecated frame method calls in http2. by QUICHE team · 4 days ago
- d9c602d Remove obsolete string-like constructors for Item by apaseltiner · 5 days ago
- e521959 Revert additional ack flushing in QUIC testing clients from cr/981625330. by haoyuewang · 5 days ago
- 63f703c Remove obsolete GetWithParamsIf* methods from ParameterizedMember by apaseltiner · 5 days ago
- 88e7e6b Changed `QuicCryptoServerConfig::ValidateSourceAddressTokens()` by rch · 5 days ago
- 8734d0a Check that MoqtOutgoingQueue is not empty when pulling from cache. by martinduke · 5 days ago
- cffebe2 Add NEW_GROUP_REQUEST support to MoqtRelayTrackPublisher. by martinduke · 5 days ago
- 81f5911 Update SUBSCRIBE_OK and REQUEST_OK to draft-18. by martinduke · 5 days ago
- ae779d8 More OSS QUICHE build fixes. by asedeno · 5 days ago
- 95b12df Fix OSS QUICHE build -- add missing include to moqt_outgoing_queue.h. by asedeno · 5 days ago
- 7f1f920 NEW_GROUP_REQUEST support, part 1. by martinduke · 6 days ago
- bc4e3dd Move FETCH to a bidi stream as part of draft-18 update. by martinduke · 6 days ago
- d5bf62f Add view type to allow serializing unowned structured headers items by apaseltiner · 6 days ago
- f89d304 Update Structured Headers generated specification tests by apaseltiner · 6 days ago
- fe3b876 Makes `SpdyAcceptChIR` single-argument constructor `explicit`. by birenroy · 6 days ago
- eebcb72 Support setting initial congestion window via BoostIcwHeader proto. by ianswett · 7 days ago
- 3644780 Modernizes HTTP/2 frame representations in spdy_protocol.h by birenroy · 7 days ago
- df0ef1f Fix OSS QUICHE build. by asedeno · 7 days ago
- d58e260 Automated g4 rollback of changelist 980180608. by ianswett · 7 days ago
- 38e4e85 No public description by QUICHE team · 7 days ago
- 207bc95 Modernizes HTTP/2 frame representations in spdy_protocol.h by birenroy · 7 days ago
- 2a72b58 Migrate ABSL_MUST_USE_RESULT to C++17 [[nodiscard]] by QUICHE team · 7 days ago
- 9ecab96 No public description by QUICHE team · 8 days ago
- 5116219 No public description by jprat · 8 days ago
- 5fa8b60 Enabling rolled out flags. by birenroy · 8 days ago
- 4892ff2 In QuicConnection, replace all read access to `QuicConnection.direct_peer_address_` by `QuicConnection.peer_address()`. This is a preparation to remove `QuicConnection.direct_peer_address_` following the deprecation of UDP proxy. by wub · 8 days ago
- cebcb29 Add GetInitialCongestionWindowInPackets to SendAlgorithmInterface and its implementations. by ianswett · 11 days ago
- 0b2bc13 Add 8AFF QUIC connection option to support 8 anti-amplification factor. by QUICHE team · 11 days ago
- f7773e2 Use token for Proxy-Status error parameter in ConnectUdpTunnel. by apaseltiner · 12 days ago
- 1ee970d Migrate uses of ParameterizedMember::GetWithParamsIf* to GetIfItem and GetIfInnerList by apaseltiner · 12 days ago
- 359bc98 Migrate users to tag-based structured_headers::Item constructors by apaseltiner · 12 days ago
- 3fa3f52 Use QuicClientSocketManager to pick source port for Hyperloop client. by haoyuewang · 13 days ago
- 04700ac Add tag-based Item constructors in Structured Headers for string-like values by apaseltiner · 13 days ago
- 4cbbadf quic: Rename kMaxValue histogram sentinels in QUIC enums by QUICHE team · 14 days ago
- 470da96 Replace ParameterizedMember implementation with std::variant by apaseltiner · 14 days ago
- cf09d8e Remove `QuicConnection::GetEffectivePeerAddressFromCurrentPacket`, it was only used by the deprecated UDP proxy. by wub · 2 weeks ago
- 3c5b62b Unhide oghttp2 RFC 9113 Section 8.1 trailer validation logic from open source. by danzh · 3 weeks ago
- 7e0a529 Add metrics to debug b/537474108. by wub · 3 weeks ago
- e0b0f6d Switch the hard-coded limit on number of connections in the QuicBufferedPacketStore by rch · 3 weeks ago
- 1da9de4 Remove MAX_REQUEST_ID and REQUESTS_BLOCKED. by vasilvv · 3 weeks ago
- efdf29d Refactor and reorganize validation policy checks in BalsaFrame. by jprat · 3 weeks ago
- 89d73e0 Add support for setting SO_MARK on ICMP sockets. by ripere · 3 weeks ago
- 8b62a42 Remove unnecessary ParameterizedMember copy in connect_udp_tunnel by apaseltiner · 3 weeks ago
- 63a63af Add convenience constructors for items and members with empty parameters by apaseltiner · 3 weeks ago
- b8cfb12 No public description by jprat · 3 weeks ago
- d02c4e1 No public description by birenroy · 3 weeks ago
- 2e32915 Add multiqueue support to TunTapDevice. by ripere · 3 weeks ago
- a95b6c7 No public description by birenroy · 3 weeks ago
- 270ca02 Remove deprecated GetStringStrict method alias by apaseltiner · 3 weeks ago
- 5c9cc6b Migrate from the deprecated ABSL_ATTRIBUTE_UNUSED attribute to C++17 [[maybe_unused]] by QUICHE team · 3 weeks ago
- 80bf955 Replace direct uses of deprecated ParameterizedMember fields with accessors by apaseltiner · 4 weeks ago
- fe54148 Migrate from the deprecated ABSL_ATTRIBUTE_UNUSED attribute to C++17 [[maybe_unused]] by QUICHE team · 4 weeks ago
- a4ec04e Create AsyncWritePacketExchanger by ericorth · 4 weeks ago
- 3c4812c Remove leftover UNSUBSCRIBE message code. by vasilvv · 4 weeks ago
- c3b1e4b Add logging for various policy-controlled HTTP properties. by jprat · 4 weeks ago
- 3dd036b Deprecate direct-field access in ParameterizedMember and expose safer accessors by apaseltiner · 4 weeks ago
- e88d141 Use a pair of unidirectional streams for control messages. by vasilvv · 4 weeks ago
- 863ad14 QBONE TUN exchanger async refactor: Pass exchanger an exchanger ;) by ericorth · 4 weeks ago
- 6928043 QBONE TUN exchanger async refactor: Cleanup read write calls interface by ericorth · 4 weeks ago
- 3e84ddb Migrate ABSL_ARRAYSIZE()/arraysize() to std::size(), std::extent_v, or other alternatives where possible by QUICHE team · 4 weeks ago
- 42b070e Document that ProofSource::GetProof is only used for gQUIC. by QUICHE team · 4 weeks ago
- 0887646 Use types instead of indices in Item::GetIf* methods by apaseltiner · 4 weeks ago
- e958feb Guard internal checks with QUICHE annotations in `balsa_frame_test`. by jprat · 4 weeks ago
- f3a495d Fix OSS QUICHE build -- add missing dependency to BUILD.bazel by asedeno · 4 weeks ago
- 5e2f927 Add `unknown_transfer_encoding` and `multiple_transfer_encoding_keys` defects and integration tests for `validate_transfer_encoding` flag. by jprat · 4 weeks ago
- c197d7d Clear QuicPacketCreator::packet_.has_scone_packet. by martinduke · 4 weeks ago
- b518cb6 Deprecate GetStringStrict method in favor of GetString by apaseltiner · 4 weeks ago
- 82c8a14 Enabling rolled out flags. by QUICHE team · 4 weeks ago
- b237603 No public description by Vitaly Goldshteyn · 4 weeks ago
- 0dbe727 Remove QUIC_BUG in when max_datagram_size is 0 by ricea · 4 weeks ago
- 0140828 Remove unnecessary copy of Item when serializing without parameters by apaseltiner · 4 weeks ago
- f44fa9f No public description by rch · 5 weeks ago
- 27e01d6 Refactor SCONE end-to-end tests. by martinduke · 5 weeks ago
- 3c6a4f0 Allow SCONE packets to update the server connection ID. by martinduke · 5 weeks ago
- 90c759f Remove obsolete comment about the return value of `HpackHeaderTable::TryAddEntry` by rch · 5 weeks ago
- 2e31eef Removes the return value of `HpackHeaderTable::TryAddEntry` and updates tests by birenroy · 5 weeks ago
- b788635 Remove deprecated Item::GetString method by apaseltiner · 5 weeks ago
- 7bcd48d Use ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS in stable_block_list.h by QUICHE team · 5 weeks ago
- cb21d17 Verify unreachable code block in BalsaFrame::ProcessHeaderLines. by jprat · 5 weeks ago
- 0a6b55f http2: 64-bit register bit-accumulator Huffman encoder. by birenroy · 5 weeks ago
- 6b922c0 Implement object ACKs across relay. by vasilvv · 5 weeks ago
- f4570eb Fix `BalsaFrame` token corruption when sanitizing first line with multiple spaces. by jprat · 5 weeks ago
- 471a063 Transitions `QuicheLinkedHashMap` to use `StableBlockList` as its list type and implements flag protection. by birenroy · 5 weeks ago
- 797df38 Migrate ABSL_ARRAYSIZE()/arraysize() to std::size(), std::extent_v, or other alternatives where possible by QUICHE team · 5 weeks ago
- f00d5cc Avoid a use-after-move in `QuicheLinkedHashMap::TryEmplaceInternal`. by wub · 5 weeks ago
- c9a27dc Migrate ABSL_ARRAYSIZE()/arraysize() to std::size(), std::extent_v, or other alternatives where possible by QUICHE team · 5 weeks ago
- 5c58256 Migrate ABSL_ARRAYSIZE()/arraysize() to std::size(), std::extent_v, or other alternatives where possible by QUICHE team · 5 weeks ago
- 2c4a124 Add a fuzztest for StableBlockList. by wub · 6 weeks ago
- fd64735 No public description by QUICHE team · 6 weeks ago
- 71be6c0 Deprecate --gfe2_reloadable_flag_quic_not_instantiate_unused_qpack_send_stream. by QUICHE team · 6 weeks ago
- ce33978 Replace `emplace` with `try_emplace` in QuicheLinkedHashMap and its callers. by wub · 6 weeks ago