Sign in
quiche
/
quiche
/
HEAD
2a8144c
Update MoQT malformed track detection to draft-16.
by martinduke
· 2 days ago
main
e70153a
Refactor BHTTP content terminated sections decoding.
by ripere
· 2 days ago
ff5f34a
Add --request_trust_anchors to the QUIC toy client
by dmcardle
· 2 days ago
c52d86f
Return absl::Status from test helper functions
by ripere
· 2 days ago
0d44d14
Refine IndeterminateLengthMessageSection enum for BinaryHttpResponse encoding.
by ripere
· 2 days ago
0b2daca
Refactor OHTTP client, gateway, and BHTTP decoder creation methods to pass the retained parameter as pointer instead of a reference.
by ripere
· 2 days ago
3f7781d
Add missing QUICHE_EXPORT directives.
by vasilvv
· 3 days ago
83b540f
Implement MOQT draft-16 version negotiation.
by martinduke
· 3 days ago
c589b34
Change MOQT key-value pair lists to have diff-encoded keys.
by martinduke
· 3 days ago
a8b5dbc
Mark --gfe2_restart_flag_quic_stop_sending_legacy_version_info as enabling_blocked_by.
by diannahu
· 4 days ago
6c768ef
No public description
by birenroy
· 4 days ago
1eb9b26
Fix gap filling ACK logic in QuicReceivedPacketManager.
by QUICHE team
· 4 days ago
b02b83c
Do not instantiate QpackSendStream if qpack_maximum_dynamic_table_capacity_ is 0 in QuicSpdySession.
by haoyuewang
· 5 days ago
312fd0c
Implement a dedicated WebTransport-only dispatcher.
by vasilvv
· 5 days ago
19da7ec
Ensure WebTransport QUIC streams are always set to level-triggered mode.
by vasilvv
· 5 days ago
d89a6db
Deprecate --gfe2_reloadable_flag_quic_bbr2_probe_two_rounds.
by ianswett
· 5 days ago
bbbd816
Refactor BinaryHttpRequest IndeterminateLengthDecoder to use a local checkpoint.
by ripere
· 5 days ago
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
· 5 days ago
7d647e9
Wrap chunk handler errors in InternalError.
by ripere
· 5 days ago
d868cc2
Deprecate quic_bbr2_simplify_inflight_hi.
by ianswett
· 6 days ago
e1a58ff
Remove unreachable return in quic_spdy_session_test.cc
by rch
· 6 days ago
5f45f2c
Uses `quiche::QuicheCircularDeque` as the type backing the pending frame queue, rather than `std::list`.
by birenroy
· 6 days ago
41517e7
Move moqt::TrackNamespace and friends into a separate header.
by vasilvv
· 6 days ago
450bb70
No public description
by QUICHE team
· 12 days ago
0309bc7
Fix unused parameter warning in quic_session.h
by rch
· 13 days ago
5853f2f
Add support for sending immediate GOAWAYs in HTTP/3.
by rch
· 3 weeks ago
5b76cda
QBONE ICMP reachable: eliminate last usage of `SOCK_RAW`.
by QUICHE team
· 3 weeks ago
de77648
Make the masque client return a special error when it gets an expected failure
by QUICHE team
· 3 weeks ago
4f06f84
Move balsa_fuzz_util to a separate quiche_fuzz_support glob.
by QUICHE team
· 3 weeks ago
600a088
QBONE ICMP reachable: convert to "ping sockets" to avoid the need for `SOCK_RAW` permissions.
by QUICHE team
· 3 weeks ago
0ebf864
Allow content-type parameters in MASQUE/OHTTP test code
by dschinazi
· 3 weeks ago
a44a024
Properly handle TLS error in MasqueH2Connection
by dschinazi
· 3 weeks ago
cde131c
Allow key fetch and key proxy requests without the Accept header in masque_tcp_server
by dschinazi
· 3 weeks ago
7370ead
Properly handle query parameters in MASQUE/OHTTP test code
by dschinazi
· 3 weeks ago
4088e56
Only respond to key requests on gateway path in masque_tcp_server
by dschinazi
· 3 weeks ago
58aab2e
Add --key_proxy option to masque_tcp_server
by dschinazi
· 3 weeks ago
9d48b33
Increase connection-level flow control in MasqueH2Connection
by dschinazi
· 3 weeks ago
4ecc13c
Make gateway actually proxy requests in masque_tcp_server
by dschinazi
· 3 weeks ago
d54ca11
Make gateway optional in masque_tcp_server
by dschinazi
· 3 weeks ago
4464c0c
Allow supporting multiple OHTTP gateways from a single relay
by dschinazi
· 3 weeks ago
be4c72e
Fix a few more issues with rearming sockets
by dschinazi
· 3 weeks ago
79429a3
Make sure MASQUE TCP socket events get rearmed
by dschinazi
· 3 weeks ago
98cd4f0
Fix lifetime bug in masque_tcp_client
by dschinazi
· 3 weeks ago
d4d362f
Allow building masque_tcp_client and masque_ohttp_client from open source QUICHE
by dschinazi
· 3 weeks ago
18e382b
Error out if the default proof provider is unavailable
by dschinazi
· 3 weeks ago
06cb776
Improves metadata serialization by allocating less memory up front.
by birenroy
· 4 weeks ago
92d2c99
Uses a swap operation to completely clear `std::deque` state.
by birenroy
· 4 weeks ago
e35488b
Count the total number of application bytes acknowledged.
by vasilvv
· 4 weeks ago
c695963
Remove semicolon after ChunkedObliviousHttpClient ctor
by QUICHE team
· 4 weeks ago
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
87505ab
Fix 14 ClangInliner findings:
by QUICHE team
· 4 weeks ago
1ca3c34
Fix 2 ClangInliner findings:
by QUICHE team
· 4 weeks ago
8f51c5e
Fix `-Wreturn-type` issues in OHTTP code
by dschinazi
· 4 weeks ago
6ab35d7
Handle the case where changed packet number length affects what DATAGRAM length can be accepted.
by martinduke
· 4 weeks ago
a8bf2dc
Add an RAII wrapper for quic::SocketFd.
by vasilvv
· 4 weeks ago
b9f6177
Fix warnings in open source QUICHE build
by dschinazi
· 4 weeks ago
a936bfa
Add AbslStringify() for PacketHeaderFormat and QuicTimeWaitListManager::TimeWaitAction
by dmcardle
· 4 weeks ago
3dae1e9
Allow building masque_tcp_server in open-source bazel QUICHE build
by dschinazi
· 4 weeks ago
da6758f
Enabling rolled out flags.
by QUICHE team
· 4 weeks ago
63779a0
Fix the OSS QUICHE build
by dmcardle
· 4 weeks ago
d5d3f29
No public description
by dschinazi
· 4 weeks ago
82fa760
Fix 3 ClangInliner findings:
by QUICHE team
· 4 weeks ago
32bfc29
No public description
by ianswett
· 4 weeks ago
a6c482f
Refactor OHTTP client error checking
by dschinazi
· 4 weeks ago
2957363
Add OHTTP Relay support to masque_tcp_server
by dschinazi
· 4 weeks ago
fe3e532
Fix issues in MasqueOhttpClient::HandleOhttpResponse
by dschinazi
· 4 weeks ago
6e1b79c
Speed up the slow e2e test TestInvalidAckBeforeHandshakeClosesConnection
by dmcardle
· 4 weeks ago
2fcf23d
Fix bug in MasqueConnectionPool where second use of a shared
by dschinazi
· 4 weeks ago
b921f99
Improve MasqueConnectionPool visitor callback
by dschinazi
· 4 weeks ago
076da34
Improve logging in MasqueH2Connection
by dschinazi
· 4 weeks ago
d8a1501
Stop sending client certs for OHTTP key fetch
by dschinazi
· 4 weeks ago
8af5ed1
Don't require content-type for OHTTP key fetch in masque_tcp_server
by dschinazi
· 4 weeks ago
3b500a7
Do not expose the underlying QuicServer in MoqtServer.
by vasilvv
· 4 weeks ago
c95a8f2
Fix edge cases in chat_client.
by martinduke
· 5 weeks ago
2ac87cf
Add kChromePrivateAratea service type to BlindSignAuth.
by QUICHE team
· 5 weeks ago
e8c3196
Fix MOQT datagram retrieval.
by martinduke
· 5 weeks ago
b547ca6
Track stream object IDs correctly.
by martinduke
· 5 weeks ago
8feab71
Avoid computing a negative RTT in BandwidthSampler::OnPacketAcknowledged()
by dmcardle
· 5 weeks ago
ebe10d9
Use QUICHE_ASSIGN_OR_RETURN in oblivious_http
by dmcardle
· 5 weeks ago
c0ce8d4
Delete unused BalsaFrame methods: BytesSpliced() and BytesSafeToSplice()
by dmcardle
· 5 weeks ago
64cdc18
Add the QUICHE_ASSIGN_OR_RETURN macro
by dmcardle
· 5 weeks ago
673ce59
Remove obsolete ParsedQuicVersion methods UsesHttp3() UsesTls()
by rch
· 5 weeks ago
7611d42
Remove unused HandshakeProtocol type.
by rch
· 5 weeks ago
2c546d5
Remove redundant method ParsedQuicVersionIsValid.
by rch
· 5 weeks ago
4f0537d
Mark gfe2_reloadable_flag_reset_content_length_status_when_removing_content_length_header as verified for prod.
by QUICHE team
· 5 weeks ago
0470ad4
Propagate forwarding preference across the MOQT relay.
by martinduke
· 5 weeks ago
4ad90d1
Rearrange fields in QuicConnection::ReceivedPacketInfo and eliminate duplicate storage of destination_connection_id.
by martinduke
· 5 weeks ago
15ef876
Remove unused `handshake_mode` from ParsedQuicVersion.
by rch
· 5 weeks ago
3942ee7
Improve error handling in OHTTP prober
by dschinazi
· 5 weeks ago
50103bc
Eliminate the now unused 2-arg ParsedQuicVersion constructor.
by rch
· 5 weeks ago
4130433
Use new SendBuffer everywhere in the codebase.
by vasilvv
· 5 weeks ago
06b27fb
Add a fuzz test for BalsaFrame
by dmcardle
· 5 weeks ago
4dace4e
Fix stand-alone QUICHE build
by rch
· 5 weeks ago
32b5cc0
Remove QuicStreamSendBufferPeer and the benchmark.
by vasilvv
· 5 weeks ago
8540697
Deprecate custom QUICHE status matchers.
by wangsteve
· 5 weeks ago
d3b591b
Implement `ChunkedObliviousHttpClient` for incremental chunked OHTTP.
by ripere
· 5 weeks ago
24aefd9
Use 1-arg ParsedQuicVersion constructor in third_party/quic/...
by rch
· 6 weeks ago
d5df0a4
Add a new 1-arg constructor to ParsedQuicVersions.
by rch
· 6 weeks ago
ee6cf8d
Optimize memory layout of BalsaHeaders
by dmcardle
· 6 weeks ago
d9118ed
Removes a duplicate implementation of the HPACK static table.
by birenroy
· 6 weeks ago
Next »