- 6fe69b2 Add missing "override" specifier in mock methods. by QUICHE team · 5 months ago
- 8204058 Add a new OnParsedClientHelloReceived method to QuicConnection and QuicConnectionDebugVisitor. by QUICHE team · 5 months ago
- eaeaa74 Deprecate --gfe2_reloadable_flag_quic_new_error_code_when_packets_buffered_too_long. by wub · 5 months ago
- 257eb83 No public description by fayang · 5 months ago
- 0bf4040 No public description by fayang · 5 months ago
- 45548be Adds test cases exercising response-complete-before-request for nghttp2 and oghttp2. by birenroy · 6 months ago
- e2e77f0 Add parser/framer support for SUBSCRIBE_NAMESPACE, SUBSCRIBE_NAMESPACE_OK, SUBSCRIBE_NAMESPACE_ERROR, UNSUBSCRIBE_NAMESPACE. by martinduke · 6 months ago
- e78bcf7 Removes the last library in //third_party/spdy/core, and deletes the package. by birenroy · 6 months ago
- 888e917 Add QUIC connection options for testing: by wub · 6 months ago
- db7983d Don't set IPv4 socket options on dual-stack sockets on `__APPLE__` platforms. by asedeno · 6 months ago
- 84a396b Update WebTransport header names. by vasilvv · 6 months ago
- 59a127b Simplify some of the framing code. by vasilvv · 6 months ago
- 2c09257 Record QUIC traces in moqt_simulator. by vasilvv · 6 months ago
- b95e538 Implement MoQT Peeps and Object message changes for draft-06. This is the minimum for interoperability; this code always sends subgroup_id = 0 and ignores the incoming subgroup_id. by martinduke · 6 months ago
- 5e0a3be Update existing messages for draft-06. This is mostly turning track_namespace into a tuple. Also generalizes Subscribe parameters. by martinduke · 6 months ago
- 171f6f8 Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`. by birenroy · 6 months ago
- ad348b1 fix asan error because the log message uses the variable about to be initialized, rather than the value being assigned. by martinduke · 6 months ago
- 6d66995 Deletes unused artifacts from //third_party/spdy. by birenroy · 6 months ago
- 15c43d0 Complete processing of RESET_STREAM_AT frames. Negotiate with transport parameters and pass the frame from QuicConnection to QuicStream. by martinduke · 6 months ago
- 9316bd7 Moves //third_party/spdy/core:http2_frame_decoder_adapter_fuzzer to //third_party/http2/core. by birenroy · 6 months ago
- 118f086 Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`. by birenroy · 6 months ago
- 1955d3d Moves libraries from //third_party/spdy/core/hpack to //third_party/http2/hpack. by birenroy · 6 months ago
- 3dd0a01 No public description by rch · 6 months ago
- 3112788 Migrates the old cc_fuzz_target in //third_party/spdy to the modern go/fuzztest framework. by birenroy · 6 months ago
- a1732d1 Migrates code from //third_party/spdy/core:spdy_framer_lib to //third_party/http2/core:spdy_framer. by birenroy · 6 months ago
- 316f29b If QUIC server closes connection due to invalid hostname in SNI, use new connection close code `QUIC_HANDSHAKE_FAILED_INVALID_HOSTNAME` instead of the generic `QUIC_HANDSHAKE_FAILED`. by wub · 6 months ago
- 71eeb65 Removes the now-unused build target //third_party/spdy/core:http2_header_block_lib. by birenroy · 6 months ago
- 0e324ce Migrates targets from `//third_party/spdy/core:spdy_alt_svc_wire_format_lib` to `//third_party/http2/core:spdy_alt_svc_wire_format`. by birenroy · 6 months ago
- 9222afb Migrates remaining google3 users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock. by birenroy · 6 months ago
- eaef38c Migrates code from `//third_party/spdy/core:http2_deframer_lib` to `//third_party/http2/core:http2_frame_decoder_adapter`. by birenroy · 6 months ago
- ac0a877 Roll the version number to draft-06. This will break interoperability with other MoQT implementations until we update the wire image. by martinduke · 6 months ago
- fe01f2f Refactor MoQT interfaces to consistently pass FullTrackName around. by vasilvv · 6 months ago
- 28c558e MOQT MAX_SUBSCRIBE_ID implementation by martinduke · 6 months ago
- 14bec27 No public description by wub · 6 months ago
- ef20a49 BlindSignAuth: Update error messages to return constant strings. Messages now return at Anonymous Tokens-level granularity. by elburrito · 6 months ago
- 6fb930b Deprecate --quic_dispatcher_replace_cid_on_first_packet. by wub · 6 months ago
- 7965eb2 No public description by QUICHE team · 6 months ago
- 50eea73 Remove quic::QuicServerId::privacy_mode_enabled() by QUICHE team · 6 months ago
- d4ef910 Enabling rolled out flags. by QUICHE team · 6 months ago
- 89b6b97 No public description by wub · 6 months ago
- c0123f7 Postpone removing handshake timeout from transport params getting negotiated to handshake complete. by fayang · 6 months ago
- 93f3b29 Deliver STOP_SENDING to zombie streams. by fayang · 6 months ago
- 9232c78 No public description by martinduke · 6 months ago
- 7cebd70 Introduce padding streams. by vasilvv · 6 months ago
- 71170b5 QUICHE: always print ACK ranges as [a...b], except if the range is a single packet. by QUICHE team · 6 months ago
- 421c0f39 Split MoqtParser into MoqtControlParser and MoqtDataParser. by vasilvv · 6 months ago
- 4249f80 Adds `^` and `|` to the set of allowed characters in HTTP/2 request paths. by birenroy · 6 months ago
- 6b57049 Add an IPv6 flow label field to QuicPacketWriterParams so that packet by rch · 6 months ago
- b754702 No public description by QUICHE team · 6 months ago
- 2a59066 Clean up MoqtTestMessage by vasilvv · 6 months ago
- 890a21c Update QuicStream to handle RESET_STREAM_AT frames. by martinduke · 6 months ago
- 42b2e66 No public description by QUICHE team · 6 months ago
- 5f0c635 macro cleanup: "(const override)" -> "(const, override)" by QUICHE team · 6 months ago
- 158b257 Implement L4S version of Cubic congestion control for QUIC. by martinduke · 6 months ago
- c068a0c Deprecate --gfe2_reloadable_flag_quic_bbr2_enable_bbpd_by_default. by wub · 6 months ago
- 07c1883 Add extra error details to TlsServerHandshaker to indicate the reason for `ssl_select_cert_error`. It is added into the connection close error details, which we can query from logs. by wub · 6 months ago
- 525723b No public description by martinduke · 6 months ago
- 8ab2fda Add logic to be able to adjust MoQ bitrate downwards. by vasilvv · 6 months ago
- 1ede776 Add code counts and error details to debug QUIC TLS handshake failures. by wub · 6 months ago
- 9808dac Order MoQT Queued streams by send_order. by martinduke · 6 months ago
- 92bef88 Allows [] and {} in request paths. by birenroy · 6 months ago
- 3b334b8 Add CRNT to Cronet QUIC connection options. by QUICHE team · 6 months ago
- 0ab9fe4 No public description by wub · 6 months ago
- e94fbe6 Allow HTTP/3 requests to have a "host" header, per the RFC by rch · 6 months ago
- 0b682f3 Switch some `QUIC_LOG` lines to `QUIC_PLOG`, which will include the textual expansion of `errno` to the log line. by QUICHE team · 6 months ago
- 3f773cf Convert some `errno` values to human readable form. by QUICHE team · 6 months ago
- ae346f5 Enabling rolled out flags. by QUICHE team · 6 months ago
- cd509ed Add a new message status for sending HTTP Datagrams before SETTINGS are received. by QUICHE team · 6 months ago
- 8da3bbb Fix quic_mutex.h to remove redefined macros. by rch · 6 months ago
- b686c15 Add MoQT Track forwarding preference to IsStreamProvokingObject() by martinduke · 7 months ago
- f1372ab Automated g4 rollback of changelist 666964686. by rch · 7 months ago
- 137ec0c Introduce Object ACKs (OACKs) to MoQT. by vasilvv · 7 months ago
- d249e53 Enabling rolled out flags. by QUICHE team · 7 months ago
- c8f5996 Allow HTTP/3 requests to have a "host" header, per the RFC by rch · 7 months ago
- dc84387 Fix one incorrect use of GetMinCryptoFrameSize by dschinazi · 7 months ago
- 765d88e No public description by rch · 7 months ago
- 2942904 Implement echo handler in QuicMemoryCacheBackendTest by QUICHE team · 7 months ago
- 2f59c32 Fix MoQT MSAN error: Use the singleton SimpleBufferAllocator to avoid this being freed before cached objects. by martinduke · 7 months ago
- 79a52b5 Add test for MoQ Chat where a client leaves and rejoins. Fix resulting problems. by martinduke · 7 months ago
- 1dc0c76 Split SUBSCRIBE parameters into their own struct. by vasilvv · 7 months ago
- 59118ed Abstract out the MoQ Chat User interface and implement E2E chat test. by martinduke · 7 months ago
- 4f6a4eb Automated g4 rollback of changelist 661833030. by QUICHE team · 7 months ago
- 63d03c6 No public description by wub · 7 months ago
- fe27101 Add delivery order control into the simulator. by vasilvv · 7 months ago
- 60a721b Add `deadline` parameter to MoQT simulation. by vasilvv · 7 months ago
- 711715b Move a flag count for flag `quic_dispatcher_replace_cid_on_first_packet`. by wub · 7 months ago
- aa52f1d No public description by rch · 7 months ago
- ba0b41e Let QuicDispatcher to send acks to buffered INITIAL packets. by wub · 7 months ago
- 2d45e9b Fix MSAN errors. by vasilvv · 7 months ago
- f4cbfd7 Add ability to run QuicDispatcher without any versions by dschinazi · 7 months ago
- 8fb5d46 Actually set stream priorities in MoQT. by vasilvv · 7 months ago
- 2a56e17 Adds `quiche::header_properties::HasInvalidPathChar()`. by birenroy · 7 months ago
- e14a6b7 Remove QuicHeaderList::OnHeaderBlockStart(). by bnc · 7 months ago
- bf353fa No public description by fayang · 7 months ago
- 79cf1d3 Uses the `DataFrameAssembler` in `Http2Dispatcher`. by birenroy · 7 months ago
- f302658 Factor out size limit logic from QuicHeaderList. by bnc · 7 months ago
- 2206251 Remove quic/platform/api/quic_mutex.h by bnc · 7 months ago
- 3672396 Upgrade to the latest protobuf edition by QUICHE team · 7 months ago
- aeace46 Fix bug in QpackEncoder when cookie crumbling is disabled. by rch · 7 months ago
- fcb9ece No public description by fayang · 7 months ago