Sign in
quiche
/
quiche
/
HEAD
74cbb4a
Remove unused method QuicSpdySession::CreateOutgoingUnidirectionalStream
by rch
· 10 hours ago
main
aa2d736
Use C++20 default operators in MoQT code.
by vasilvv
· 12 hours ago
377a484
Fix up minor issues in quiche export.
by asedeno
· 33 hours ago
0b9a174
Update MoQT datagrams to draft-11.
by martinduke
· 35 hours ago
f572e17
Deprecate --gfe2_reloadable_flag_quic_heapless_static_parser.
by martinduke
· 2 days ago
28b992b
Use the default operator== in moqt_messages.h.
by martinduke
· 2 days ago
a1cfc7d
Deprecate --gfe2_reloadable_flag_quic_record_tos_byte
by haoyuewang
· 2 days ago
4ba6b28
Update Subgroup Stream Header formats to draft-11.
by martinduke
· 2 days ago
6cf9368
BlindSignAuth: Implement GetAttestationTokens API.
by elburrito
· 2 days ago
12f9083
LSC: Add load statements for C++ rules
by QUICHE team
· 3 days ago
754ded3
Stop sending Host header in MASQUE HTTP/2 requests
by dschinazi
· 5 days ago
a321d38
Demote QUIC_BUG(quic_bbr2_prior_in_flight_too_small) to ERROR log.
by danzh
· 5 days ago
216abc7
Adds `Http2VisitorInterface` callbacks that report flow control exhaustion events.
by birenroy
· 5 days ago
f252506
Separate the quic_session_blocked_frame_received CODE_COUNT into two:
by fayang
· 5 days ago
ed69ec2
Update MoQT Stream errors to draft-11.
by martinduke
· 6 days ago
2aca8bf
No public description
by dmcardle
· 6 days ago
a22c0c9
Subtract QUIC overhead from the bandwidth estimate returned by the WebTransport API.
by vasilvv
· 7 days ago
fab6c34
No public description
by fayang
· 7 days ago
35c909d
Update MoQT SUBSCRIBE_ANNOUNCES to draft-11.
by martinduke
· 7 days ago
9b45859
Update MoQT ANNOUNCE-related messages to draft-11.
by martinduke
· 7 days ago
07d5d27
Update MoQT TRACK_STATUS{_REQUEST} to draft-11.
by martinduke
· 7 days ago
6c726cc
Patch a fix from https://github.com/villainb-dg for the issue of leaking connection flow control window when a HTTP2 stream receives a DATA frame after being closed (reset, etc).
by danzh
· 8 days ago
5de6f01
Enable quic_no_write_control_frame_upon_connection_close2 for Chrome
by dmcardle
· 8 days ago
60362a7
Avoid use of MemSliceFromString() in moqt_outgoing_queue_test.
by martinduke
· 9 days ago
51f0fa2
Update MoQT FETCH* messages to draft-11.
by martinduke
· 9 days ago
65cecdc
Prevent undefined enum cast in CertCompressor
by dmcardle
· 9 days ago
3fa0885
Fix standalone QUICHE build.
by vasilvv
· 9 days ago
bb424dc
Enabling rolled out flags.
by QUICHE team
· 10 days ago
1852058
Put QUICHE_EXPORT on IndeterminateLengthDecoder
by QUICHE team
· 13 days ago
8f21b13
Implementing Indeterminate-Length Binary HTTP decoding
by QUICHE team
· 2 weeks ago
203951a
Deprecate gfe2_reloabable_flag_quic_can_send_ack_frequency.
by martinduke
· 2 weeks ago
158a2d4
Control client-side MinAckDelay option with AFIA connection option.
by martinduke
· 2 weeks ago
aad5138
No public description
by fayang
· 2 weeks ago
0811c2c
Support zero-copy writes in WebTransport.
by vasilvv
· 2 weeks ago
813bfdf
Convert QuicConnection's bools to bit-fields
by dmcardle
· 2 weeks ago
9f8501e
Add benchmark for QuicConnection constructor
by dmcardle
· 2 weeks ago
5e25294
Support reordering_threshold > 1.
by martinduke
· 2 weeks ago
6eb6890
Reorder QuicConnection fields to reduce padding
by dmcardle
· 2 weeks ago
6f830cc
Make kExpectedExtensionTypes type array<const uint16_t>
by QUICHE team
· 2 weeks ago
81236f5
Use explicit values for HandshakeProtocol
by QUICHE team
· 2 weeks ago
5f40d33
Update MoQT FETCH to draft-11.
by martinduke
· 3 weeks ago
4ba12de
BlindSignAuth: Refactor Privacy Pass auth flow by splitting it into reusable functions.
by elburrito
· 3 weeks ago
520b4e9
Multiple MoQT refactors, merged into one CL since detangling them would require extra effort.
by vasilvv
· 3 weeks ago
ff3efd8
Add a use of C++20 features as a test, to see if it works in all downstream consumers.
by vasilvv
· 3 weeks ago
8d98c10
Fix flake in QuicUdpSocketTest.Basic caused by assumption that ReadPacket() never fails
by dmcardle
· 3 weeks ago
85fc518
Add experimental logic for RetransmittableOnWireTimeout
by jprat
· 3 weeks ago
27a24f1
Remove GetCachedObjectInRange from the public API.
by vasilvv
· 3 weeks ago
f17c2ae
Rename PacketHeaderFormat::GOOGLE_QUIC_PACKET to QUIC_Q043_PACKET
by martinduke
· 3 weeks ago
dd72c46
Deprecate --gfe2_reloadable_flag_quic_heapless_obfuscator.
by martinduke
· 3 weeks ago
1a82c3c
Fix Known-Length BHTTP frame decoding
by QUICHE team
· 3 weeks ago
0b5e445
No public description
by martinduke
· 3 weeks ago
edc6d15
Added the following experiments:
by QUICHE team
· 3 weeks ago
ac423ee
Enabling rolled out flags.
by QUICHE team
· 3 weeks ago
90531e8
Update MoQT SUBSCRIBE_DONE to draft-11.
by martinduke
· 3 weeks ago
a09a860
Update MoQT UNSUBSCRIBE to draft-11.
by martinduke
· 3 weeks ago
8236621
Double the initial congestion window in QuicSentPacketManager
by dmcardle
· 4 weeks ago
4278758
Enforce limit on total length of MoQT FullTrackName.
by martinduke
· 4 weeks ago
ff02865
Switch WebTransport from using tokens to using strings
by vasilvv
· 4 weeks ago
8836abf
Fix end-to-end test EXPECT_TRUE condition for multi-port path creation on RTO.
by QUICHE team
· 4 weeks ago
1b91de7
Fix data races in end-to-end tests
by dmcardle
· 4 weeks ago
53c4506
No public description
by martinduke
· 4 weeks ago
fe093fd
This PR adds the support to probe alternative path on RTO instead of receiving a new connection ID. If RTO triggers while the client is not actively validating a path, it will probe for the multipath on RTO.
by QUICHE team
· 4 weeks ago
b541621
Fix a QUIC off-by-one error in the calculation of peer_least_packet_awaiting_ack.
by martinduke
· 4 weeks ago
d6a101b
PUBLIC: Add a fuzz test for parsing and serializing quic versions
by dmcardle
· 4 weeks ago
42f5d2e
IWYU fixes for quic/core/http:end_to_end_test
by dmcardle
· 4 weeks ago
4f2d490
IWYU fixes for quic_sent_packet_manager_lib and quic_congestion_control_lib
by dmcardle
· 4 weeks ago
da799aa
Enabling rolled out flags.
by QUICHE team
· 4 weeks ago
446875b
IWYU fixes for quic_sent_packet_manager_test
by dmcardle
· 5 weeks ago
611b64f
IWYU fixes for quic_connection_lib
by dmcardle
· 5 weeks ago
5a3e3fe
Delete dead function: QuicConnection::SelectMutualVersion()
by dmcardle
· 5 weeks ago
7dc717b
Add new static QUIC tag for explicit connection close packet
by QUICHE team
· 5 weeks ago
9194c7e
Add a convenient kBufferSize member to QuicInlinedStringView
by dmcardle
· 5 weeks ago
3fb40b6
Allow connect-udp to work across connection ID changes
by dschinazi
· 5 weeks ago
5bbd514
Fix connect-udp server
by dschinazi
· 5 weeks ago
7674c4f
Add property-based fuzz tests for QuicInlinedStringView
by dmcardle
· 5 weeks ago
419df03
Change the Hyperloop client initial stream flow control window to 16KB, but then raise it to 4MB in the stream itself.
by rch
· 5 weeks ago
1f00f1a
Remove obsolete copybara transforms for nullability annotations.
by QUICHE team
· 5 weeks ago
d9f2fe0
Remove unused member QuicFramer::last_serialized_server_connection_id_.
by martinduke
· 5 weeks ago
c2f8f18
Enabling rolled out flags.
by diannahu
· 5 weeks ago
73629e3
Fix a casting issue in QuicInlinedStringView which causes compilation failures on some platforms with `-Wsign-compare`.
by QUICHE team
· 5 weeks ago
d3e1811
BlindSignAuth: Add token issuance APIs for Private Aratea. This use case requires the caller to generate and pass in attestation certificates.
by elburrito
· 5 weeks ago
2f344ea
Add bare-bones fuzztest for MoqtControlParser and MoqtDataParser
by dmcardle
· 5 weeks ago
85941cd
Add quiche_fuzztest shim to quiche/common/platform/
by dmcardle
· 5 weeks ago
a167b33
Move MoqtParserTestVisitor to a library
by dmcardle
· 6 weeks ago
41dc1e3
No public description
by dmcardle
· 6 weeks ago
4d52764
Add quiche_fuzztest shim to quiche/common/platform/
by dmcardle
· 6 weeks ago
f0a8dce
Improve Cacheline Efficiency in QuicPacketHeader.
by martinduke
· 6 weeks ago
d52a023
No public description
by haoyuewang
· 6 weeks ago
35b5350
Use uint32_t for --quic_preallocate_unacked_packets flag.
by vasilvv
· 6 weeks ago
2591f17
Enabling rolled out flags.
by QUICHE team
· 6 weeks ago
53dfb0f
Mark GFE's Quic as compliant with Deridex when blackhole avoidance is enabled.
by QUICHE team
· 6 weeks ago
cd14794
Enable QUIC Path Degraded Experiment.
by QUICHE team
· 6 weeks ago
bd90b0a
Roll Abseil and Protobuf for the standalone QUICHE
by vasilvv
· 7 weeks ago
c00783c
Parse and frame the updated ACK_FREQUENCY frame and implement the logic for receiving it.
by martinduke
· 7 weeks ago
4358d92
No public description
by martinduke
· 7 weeks ago
5aec4dd
QUIC sockets return WRITE_STATUS_BLOCKED on ENOBUFS.
by martinduke
· 7 weeks ago
66dc426
Add a flag to preallocate memory for unacked packets in both QuicUnackedPacketMap and BandwidthSampler via a command-line flag.
by vasilvv
· 7 weeks ago
d1c766b
Introduce an inlining version of QuicStreamSendBuffer.
by vasilvv
· 7 weeks ago
2378590
No public description
by QUICHE team
· 7 weeks ago
9d56320
Delete dead code
by QUICHE team
· 7 weeks ago
Next »