Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update QUICHE from dbc5afc11 to c4d62db87 (envoyproxy#37511)
https://github.com/google/quiche/compare/dbc5afc11..c4d62db87 ``` $ git log dbc5afc11..c4d62db87 --date=short --no-merges --format="%ad %al %s" 2024-12-04 rch Automated g4 rollback of changelist 702422246. 2024-12-04 vasilvv Remove impl-based MemSlice constructor. 2024-12-03 wub Remove the version check and TODO in `QuicFramer::TryDecryptInitialPacketDispatcher`. 2024-12-03 dschinazi Chaos Protection v2 2024-12-03 ckennelly Use absl::make_unique_for_overwrite where we will reinitialize the buffer. 2024-12-03 haoyuewang Re-enable chlo buffering on the server side of Hyperloop. 2024-12-02 vasilvv Add webtransport::test::InMemoryStream for simplifying testing code that reads from WebTransport streams. 2024-12-02 martinduke Fix the definition of MoQT MAX_SUBSCRIBE_ID. 2024-12-02 birenroy Adds unit test cases covering the case where a content-length undershoot causes a PROTOCOL_ERROR. 2024-12-02 martinduke Fix spelling of QuicheWeakPtr::GetIfAvaliable => GetIfAvailable. 2024-11-27 martinduke Refactor MoQT Upstream SUBSCRIBE processing and data structures. 2024-11-26 danzh gfe-relnote: Call QuicAckListenerInterface::OnPacketAcked() before moving the stream to closed stream list. 2024-11-26 rch No public description 2024-11-26 martinduke Use wub's new test features in QuicBufferedPacketStoreTest:SimpleEnqueueAckSent 2024-11-26 vasilvv Add test matchers for writing MoQT control messages into a mock stream. 2024-11-25 vasilvv Fix standalone build. 2024-11-25 birenroy Adds unit test cases covering the case where a content-length overshoot causes a PROTOCOL_ERROR. 2024-11-25 birenroy Migrates adapter unit tests away from deprecated SubmitRequest/SubmitResponse methods. 2024-11-25 wub Set client CID in the packets sent by QuicBufferedPacketStore. 2024-11-25 birenroy Removes DataFrameSource arguments from Http2Adapter methods and implementations. 2024-11-25 birenroy Removes DataFrameSource interface methods and related utilities. 2024-11-25 quiche-dev Enabling rolled out flags. 2024-11-25 birenroy Removes DataFrameSource-based DATA frame manipulation from OgHttp2Session. 2024-11-25 vasilvv Move MoqtSessionPeer into its own file. 2024-11-25 birenroy Removes DataFrameSource-based DATA frame manipulation from NgHttp2Adapter. 2024-11-22 dschinazi Add missing error string in QuicFramer 2024-11-22 birenroy Reworks the remaining DataFrameSource-based test cases in nghttp2_adapter_test.cc. 2024-11-22 vasilvv Implement QuicheWeakPtr that roughly models Chromium's base::WeakPtr API. 2024-11-22 birenroy Removes use of VisitorDataSource in more tests. 2024-11-22 dschinazi Refactor ConsumeCryptoData 2024-11-22 birenroy Removes use of VisitorDataSource in oghttp2_adapter_test.cc. 2024-11-22 birenroy Removes deprecated and unused methods from the Http2Adapter interface. 2024-11-22 birenroy Removes use of VisitorDataSource in nghttp2_adapter_test.cc. 2024-11-21 vasilvv Switch QUICHE standalone build to use the newest Bazel actually supported by our CI bots. 2024-11-21 martinduke Remove forwarding_preference from MoqtObject. 2024-11-21 martinduke Delete MoQT Track Forwarding preference and roll version to -07. 2024-11-21 martinduke Publisher-side MoQT FETCH handling. 2024-11-21 davidben Update QUICHE to use Bazel 7.4.1, but without bzlmod for now 2024-11-21 vasilvv Fix default constructor in the default implementation of QuicheMemSlice. 2024-11-21 davidben Switch away from std::iterator in BalsaHeaders 2024-11-21 davidben Group mock_load_balancer_encoder.h with load_balancer in the standalone build 2024-11-20 rch Remove obsolete TODOs about converting char uint8_t. 2024-11-20 davidben Avoid tripping -Wchanges-meaning in GCC 2024-11-20 davidben Remove ResumptionAttempted assertion in TlsServerHandshakerTest.ResumptionWithPlaceholderTicket 2024-11-20 davidben Simplify how quiche platform files are incorporated 2024-11-20 vasilvv Implement a function that gathers data from bunch of string_views into a single buffer. 2024-11-20 danzh Close the connection with error QUIC_HTTP_INVALID_FRAME_SEQUENCE_ON_SPDY_STREAM if FIN is received before finishing receiving the whole HTTP headers. 2024-11-20 dschinazi Allow more URLs in masque_client 2024-11-20 martinduke No public description 2024-11-19 vasilvv Fix standalone QUICHE build. 2024-11-19 vasilvv Fix a hardcoded cacheline size. 2024-11-18 diannahu Add an oghttp2 option to disable sending GOAWAYs as a client. 2024-11-18 birenroy Raises the verbosity level of most QUICHE_VLOGs within OgHttp2Session. 2024-11-18 diannahu Add oghttp2 and nghttp2 testing to demonstrate client GOAWAY-sending behavior. 2024-11-18 haoyuewang No public description ``` Signed-off-by: Ryan Hamilton <[email protected]>
- Loading branch information