Sign in
quiche
/
quiche.git
/
HEAD
« Previous
3303c09
Early returns from BalsaFrame::HasInvalidHeaderChars().
by QUICHE team
· 10 months ago
f79ea66
std::array::fill is not constexpr in C++ 17; use aggregate initialization instead.
by QUICHE team
· 10 months ago
7802d58
Migrates users of QuicheMemSlice to the new code location.
by birenroy
· 10 months ago
37389c9
No public description
by martinduke
· 10 months ago
f258cdf
Balsa: make invalid header char table builders constexpr.
by QUICHE team
· 10 months ago
721c23e
Migrates users of QuicheMemSlice to the new code location.
by birenroy
· 10 months ago
e717f8c
Migrates users of QuicheMemSlice to the new code location.
by birenroy
· 10 months ago
73bf581
Migrates users of QuicheMemSlice to the new code location.
by birenroy
· 10 months ago
8f26ded
No public description
by QUICHE team
· 10 months ago
1f33c01
Moves QuicheMemSlice from the QUICHE platform directory to //third_party/quiche/common.
by birenroy
· 10 months ago
c142f13
[oncall] Fix BUILD error for "unused `trust_anchor_id`" when `#if/#endif` block is not entered.
by QUICHE team
· 10 months ago
cb15533
Update MoQT SUBSCRIBE_UPDATE to draft-11.
by martinduke
· 10 months ago
c596a9e
Add helper functions to validate subprotocol names without serializing them.
by vasilvv
· 10 months ago
47a444f
Add QUIC client support for Trust Anchor IDs
by QUICHE team
· 10 months ago
bbe16c1
Clean up QuicStreamSendBuffer.
by vasilvv
· 10 months ago
4c69920
Rename MoQT SubscribeError fields and update request error codes.
by martinduke
· 10 months ago
90eab22
Uses the new `HpackEncoder` dynamic table upper bound added in a previous commit.
by birenroy
· 10 months ago
8cb882a
Rename fields in MoQT SUBSCRIBE_OK to match draft-11.
by martinduke
· 10 months ago
7024341
Add SubscribeNextGroup to the MoqtSession API
by martinduke
· 10 months ago
526f710
Adds a unit test demonstrating the bug in handling the encoder dynamic table size option.
by birenroy
· 10 months ago
5100cae
Make request_id even/odd for client/server.
by martinduke
· 10 months ago
e3f3424
Change MoQT control message size to be 16 bits.
by martinduke
· 10 months ago
78de585
Remove an extra trailing comma to avoid breakage with an upcoming Crosstool release.
by QUICHE team
· 10 months ago
2744e59
Deprecate --gfe2_restart_flag_quic_use_one_map_in_time_wait_list.
by haoyuewang
· 10 months ago
41bba51
Replace MoqT `SUBSCRIBES_BLOCKED` with `REQUESTS_BLOCKED`.
by martinduke
· 10 months ago
1367037
Rename max_subscribe_id to max_request_id.
by martinduke
· 10 months ago
b16c121
MoQT Version Negotiation has its own error code. (draft-11)
by martinduke
· 10 months ago
1329958
Update MoQT ANNOUNCE and SUBSCRIBE_ANNOUNCES callbacks to provide parameters.
by martinduke
· 10 months ago
18856e6
Use "kInvalidPath" and "kKeyValueFormattingError" when processing MoQT Setup parameters.
by martinduke
· 10 months ago
80629d1
Support the new 'Invalid Request ID' MoQT error type.
by martinduke
· 10 months ago
214e604
Implement MoQT AUTHORIZATION_TAG format but do not allow caching of tags.
by martinduke
· 10 months ago
97396ea
Make incoming FETCH asynchronous to support going further upstream for objects.
by martinduke
· 10 months ago
4c6d4fb
Implement Key-Value-Pair struct from the MoQT spec.
by martinduke
· 10 months ago
ebca456
Update BoringSSL in QUICHE
by davidben
· 10 months ago
38c2bba
Fix incorrect argument order in ReducedSequenceIndex ctor.
by QUICHE team
· 10 months ago
ac85bfa
Fixes the open-source QUICHE build.
by birenroy
· 10 months ago
0fecde8
No public description
by martinduke
· 10 months ago
9eafbe6
Issue a warning for line folding in headers and trailers.
by QUICHE team
· 10 months ago
7b2b126
Update Kyber references to ML-KEM in tests
by davidben
· 10 months ago
7e45ebb
Adds the ability to specify an upper bound on the HPACK encoder dynamic table size.
by birenroy
· 10 months ago
015d3a7
Rename MoQT FullSequence to Location.
by martinduke
· 11 months ago
fdf2ec9
Deprecate --gfe2_restart_flag_repeated_sec_authenticated_request_headers.
by QUICHE team
· 11 months ago
c42c245
Eliminate heap allocations from initial obfuscator generation in QUICHE. Each crypter still invokes 16 malloc operations due to OpenSSL HKDF libraries.
by martinduke
· 11 months ago
91b3e2c
Send L4S connection options in client transport parameters.
by martinduke
· 11 months ago
da41ea3
Cleanup QboneTunnel threading/shutdown
by ericorth
· 11 months ago
1f8ef8e
Update `PrivacyPassAuthAndSignCallback` to support less tokens returned than requested.
by QUICHE team
· 11 months ago
faec206
No public description
by martinduke
· 11 months ago
9bedefb
Add an end-to-end test for WebTransport subprotocol negotiation.
by vasilvv
· 11 months ago
f605b83
Remove now unnecessary BORINGSSL_API_VERSION ifdefs
by davidben
· 11 months ago
cfe837e
Implement the lower-level part of WebTransport subprotocol negotiation.
by vasilvv
· 11 months ago
7aec9bc
Add code counts to detemine how often cookie crumbling potentially
by rch
· 11 months ago
98c9cdb
Remove now unnecessary calls to CRYPTO_library_init
by davidben
· 11 months ago
67cf174
Use dynamic receive window sizes in Hyperloop.
by rch
· 11 months ago
d290d27
Comment out absl nullability macros when copying out from google3/.
by QUICHE team
· 11 months ago
003094a
Make MoqtControlParser read directly from the stream, similar to what MoqtDataParser already does.
by vasilvv
· 11 months ago
57ec356
Delete obsolete test.
by martinduke
· 11 months ago
2e5072c
Migrate template alias nullability annotations to macros.
by QUICHE team
· 11 months ago
d42a759
Updates the `oghttp2` README with more details and an example.
by birenroy
· 11 months ago
7d6f10b
Exports more README.md files under the `http2` subdirectory to the open source QUICHE project.
by birenroy
· 11 months ago
de36215
Updates the `QUIC_STREAM_EXCESSIVE_LOAD` code comments to reflect broader usage.
by QUICHE team
· 11 months ago
4ab6cb7
Increase array size in QuicConnectionId.
by martinduke
· 11 months ago
f25dd3c
Adds a README for //third_party/http2/adapter.
by birenroy
· 11 months ago
2b1d603
Log response headers in the MASQUE OHTTP client in addition to the response body.
by asedeno
· 11 months ago
58a7bf3
No public description
by wub
· 11 months ago
022e8e9
Deprecate --gfe2_reloadable_flag_quic_use_alarm_multiplexer.
by vasilvv
· 11 months ago
60cbda2
Add a method to send "End of Track" to the queue.
by vasilvv
· 11 months ago
c68fddc
Call the existing setup callback in moqt::test::RunHandshakeOrDie().
by vasilvv
· 11 months ago
a5cb891
Add new API to directly create a QuicheMemSlice from a string_view.
by vasilvv
· 11 months ago
00cecb3
Improve some MASQUE error logs
by dschinazi
· 12 months ago
5077431
Move the logic to run MoQT handshake into a separate helper function.
by vasilvv
· 12 months ago
e86c598
Eliminate LatestGroup filter from MoQT Subscribe. This is the last bit to match draft-10.
by martinduke
· 12 months ago
bdacd01
Add MockMoqtSession.
by vasilvv
· 12 months ago
5d3e08a
Add MoqtSessionInterface to make mocking out a MoqtSession easier.
by vasilvv
· 12 months ago
eb760e3
Deprecate gfe2_reloadable_flag_quic_no_vn_in_response_to_vn.
by wub
· 12 months ago
f0fdf6b
Enabling rolled out flags.
by QUICHE team
· 12 months ago
feba540
Deprecate gfe2_reloadable_flag_quic_gfe_allow_alps_new_codepoint.
by QUICHE team
· 12 months ago
14b7582
Migrate `absl::variant` to `std::variant`
by davidben
· 12 months ago
d85489e
Make QuicheMemSlice deleter accept absl::string_view instead of const char*.
by vasilvv
· 12 months ago
dd37556
Remove a remnant of absl::make_unique
by davidben
· 12 months ago
d33165d
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
cb43dc3
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
4fafc92
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
eb54a59
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
177d33d
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
72996e8
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
2085e26
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
27b91d9
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
064ae1b
Deprecate quic_version_negotiation_rfc flag
by dschinazi
· 12 months ago
da324d3
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
8a2652f
Resolve the following technical debt issues: misc-unused-using-decls
by QUICHE team
· 12 months ago
3684435
Resolve instances of the following issue: the 'empty' method should be used to check for emptiness instead of 'length' (readability-container-size-empty)
by QUICHE team
· 12 months ago
6b3da01
Remove remnants of `absl::optional`
by davidben
· 12 months ago
380ada7
binary_http: allow for empty body and headers to be omitted without a parsing error when decoding.
by asedeno
· 12 months ago
ac4ab42
Increase initial flow control limit in MASQUE toy code
by dschinazi
· 12 months ago
9a343f6
Add ability to send POST body in MASQUE OHTTP
by dschinazi
· 12 months ago
502cf3e
Make response to incoming MoQT SUBSCRIBE asynchronous. Other verbs to come.
by martinduke
· 12 months ago
13e508d
Fold QuicheDefaultMemSliceImpl into QuicheMemSlice.
by vasilvv
· 12 months ago
ae2b57c
Deprecate --gfe2_restart_flag_quiche_use_default_memslice.
by vasilvv
· 12 months ago
372d014
Update to MoQT draft-10. Use new extensions encoding (just passing a blob)
by martinduke
· 12 months ago
9d3b950
Enabling rolled out flags.
by QUICHE team
· 12 months ago
Next »