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