- b5d5567 Add a QUIC protocol flag to not require the the kSPAD connection option by rch · 1 year, 2 months ago
- 1ed2fb6 Remove support for QUICHE protocol flags having different internal and external values. by bnc · 1 year, 2 months ago
- 73ac3f0 Disable Huffman encoding for QPACK headers sent over Hyperloop. by rch · 1 year, 2 months ago
- cc58477 Add an option to buffer data unconditionally for WebTransport. by vasilvv · 1 year, 2 months ago
- 6a62cc5 Add gfe2::test::SimpleClient::MaybeConfigureSocket to configure the socket fd after it is created. by wub · 1 year, 2 months ago
- 017e00d Report the correct error when parameter length mismatches, and pipe error type code through the ParsingError() functions. by martinduke · 1 year, 2 months ago
- 1a7a5af Use MOQT standard SubscribeError codes from draft-02. by martinduke · 1 year, 2 months ago
- 95c7121 Clean up MoQT error cases: by martinduke · 1 year, 2 months ago
- cd5dd5a Uses constexpr to improve header validation code generation. Thank you to ricea@google.com for the suggestion! by birenroy · 1 year, 2 months ago
- 1dee25f Fix ODR violtions in quic/core by vasilvv · 1 year, 2 months ago
- dad8581 No public description by wub · 1 year, 2 months ago
- 1028ef4 Fix standalone QUICHE build by vasilvv · 1 year, 2 months ago
- 1b5605a Exit function early on QUIC_BUG. Verified to fix the repro. by martinduke · 1 year, 2 months ago
- 0e39ce0 Allow masque_server to check signature auth on GET requests by dschinazi · 1 year, 2 months ago
- b5723d3 Add GET request support to MASQUE client code by dschinazi · 1 year, 3 months ago
- 94b68ea Use NumBytesConsumed() to determine number of bytes associated with request. by bnc · 1 year, 3 months ago
- 91759bc Reduce QUIC load balancer copies by passing the result as an argument. by martinduke · 1 year, 3 months ago
- e6476d9 Add a new platform API QuicheScopedDisableExitOnDFatal to allow Envoy's QUIC code switching to use platform API implementation under net/quic/platform_overrides/. by danzh · 1 year, 3 months ago
- a86ff6c Move simple decryption cases out of LoadBalancerConfig. by martinduke · 1 year, 3 months ago
- 1df0a5c In WebTransport over HTTP/2, implement basic stream support. by vasilvv · 1 year, 3 months ago
- 7653173 Move MetadataFrameSequence from third_party/spdy/core to gfe/gfe2/metadata. by diannahu · 1 year, 3 months ago
- 4b7fefa Do not send RETIRE_CONNECTION_ID frame when the connection is closed. by renjietang · 1 year, 3 months ago
- c003c79 Refactoring in preparation for some changes to data frame generation. by birenroy · 1 year, 3 months ago
- f4e0718 Add code counts for legacy MESSAGE frame codepoints. by vasilvv · 1 year, 3 months ago
- 83a9e81 Replaces `bzero()` with `memset()`, which is more widely portable. by birenroy · 1 year, 3 months ago
- 9dba01d Fix QUICHE standalone build. by vasilvv · 1 year, 3 months ago
- 8d8fe15 Correctly set IP header included flag for IPv6 sockets by ericorth · 1 year, 3 months ago
- 559c3ba Disable `QuicUdpSocketTest.ReadReceiveTimestamp` for android. by wub · 1 year, 3 months ago
- 49e65a4 Fixes a code defect reported in https://github.com/envoyproxy/envoy/issues/31710. by birenroy · 1 year, 3 months ago
- 5f7c70d Fix -Wc++11-narrowing-const-reference before re-enabling the warning globally. by QUICHE team · 1 year, 3 months ago
- 99be906 Run include_cleaner on //third_party/quic/masque by asedeno · 1 year, 3 months ago
- 080458e Fix typos in comments by asedeno · 1 year, 3 months ago
- 477c566 Reduce memcpy in four-pass connection ID encryption/decryption. by martinduke · 1 year, 3 months ago
- 6e74ac6 HTTP Signature Authentication: Print new keys to stdout by asedeno · 1 year, 3 months ago
- a8489d2 Implement HTTP Signature Authentication by dschinazi · 1 year, 3 months ago
- 2497799 Refactor default QuicheMemSliceImpl to not wrap around QuicheBuffer. by vasilvv · 1 year, 3 months ago
- d70835b Remove X-Push-Url logic from QuicMemoryCacheBackend. by bnc · 1 year, 3 months ago
- b05cd0f No public description by bnc · 1 year, 3 months ago
- e2a24ee Fix and enable -Wshadow in third_party/quic by QUICHE team · 1 year, 3 months ago
- b250a44 Removing key validity start and end time checks from rsa bssa sign client as we do not want clients to err if their clocks are incorrect and in turn crash chrome processes. Moreover, we are already doing these validity checks on the server at signing time. by QUICHE team · 1 year, 3 months ago
- 4f01b09 No public description by rch · 1 year, 3 months ago
- 04c5a3e Simplify LoadBalancerServerId by making the constructors public by rch · 1 year, 3 months ago
- ae3b86f Implement WebTransport session priority scheduler. by vasilvv · 1 year, 3 months ago
- 2789c40 BlindSignAuth: Fix deserialization of StatusOr from AnonymousTokensRsaBssaClient::CreateRequest that bypasses Ok check by elburrito · 1 year, 3 months ago
- ac3b8f2 Remove extra data copy in LoadBalancerServerId constructor. by rch · 1 year, 3 months ago
- 0dfdfd6 Removes support for detailed HPACK error messages. by birenroy · 1 year, 3 months ago
- aa21e3d Deletes classes in //third_party/spdy/core that are only referenced by unit tests. by birenroy · 1 year, 3 months ago
- da07966 Removes a detailed error message that is propagated as a std::string and only referenced in gQUIC, which is deprecated. by birenroy · 1 year, 3 months ago
- 2a1b8f1 Updates spdy::Http2DecoderAdapter to hold HpackDecoderAdapter directly, rather than as a pointer. by birenroy · 1 year, 3 months ago
- e317321 Passes header field names and values through HpackDecoderListener as `absl::string_view` rather than `const std::string&`. by birenroy · 1 year, 3 months ago
- 531fc34 Add QUICHE socket SendTo() support by ericorth · 1 year, 3 months ago
- 1dc9bbc Removes a method from HpackDecoderStringBuffer that is only used in tests. by birenroy · 1 year, 3 months ago
- f96dca2 Removes ListenerAdapter::decoded_block_ and all accessors. by birenroy · 1 year, 3 months ago
- 6c5a759 Expose traffic class bits in `QbonePacketProcessor::Filter` by QUICHE team · 1 year, 3 months ago
- 62d7446 Remove a dead return statement from QuicReceivedPacket::Clone by rch · 1 year, 3 months ago
- 7488803 Passes a SpdyHeadersHandlerInterface to HpackDecoderAdapter in hpack_round_trip_test.cc. by birenroy · 1 year, 3 months ago
- a7edec8 Removes one parameter from HpackDecoderAdapterTest. by birenroy · 1 year, 3 months ago
- c63b8c9 Copy the ECN codepoint in QuicReceivedPacket::Clone(). by martinduke · 1 year, 3 months ago
- b45e774 Inline expectations into EXPECT_QUIC_BUGs by QUICHE team · 1 year, 3 months ago
- 87cb8c8 Deprecate --gfe2_reloadable_flag_quic_limit_sending_max_streams2. by rch · 1 year, 3 months ago
- a25daab Deprecate quic_enable_h3_datagrams by dschinazi · 1 year, 3 months ago
- 2f75c11 Provide default QUICHE implementation for GetEcnCmsgArgsPreserveDscpImpl(). This will prevent failures when quic_support_ect1 is enabled, since the current code will return uninitialized values. by martinduke · 1 year, 3 months ago
- 0860476 Added logging and code counts for Connection ID collisions. by martinduke · 1 year, 3 months ago
- 5b3bf6f Fix QUICHE CI build. by vasilvv · 1 year, 3 months ago
- a65bf20 Add basic MoQT OBJECT sending capability. This is the result of a little bit of interop with Alan's chat client. by martinduke · 1 year, 3 months ago
- f96affc Allow sending additional headers with masque_client by dschinazi · 1 year, 3 months ago
- 28317b6 Downgrade quic_send_alarm_postponed from QUIC_BUG to a DVLOG. Remove the information used to debug the send alarm issue. by wub · 1 year, 4 months ago
- aabfc29 No public description by danzh · 1 year, 4 months ago
- f342859 Adds a stream ID watermark to CallbackVisitor. by birenroy · 1 year, 4 months ago
- 066c24e Adds a unit test demonstrating that CallbackVisitor revives stream state even for closed streams. by birenroy · 1 year, 4 months ago
- c0963a8 Fix a byte counting bug in QUIC BBR2. by wub · 1 year, 4 months ago
- 3cac5c4 In QuicPacketCreator, saves next_transmission_type_ before calling the delegate_->MaybeBundleOpportunistically() and restore it after. by wub · 1 year, 4 months ago
- f51e747 Each Quic server session only accepts up to certain number of new requests in each event loop. The rest will be postponed to the following event loop. by danzh · 1 year, 4 months ago
- 58cd142 Remove optional::value(), map::at() from quic. by wangsteve · 1 year, 4 months ago
- 1d9a9a0 Remove BalsaVisitorInterface::ProcessTrailers(). by diannahu · 1 year, 4 months ago
- 858bb67 Remove BalsaFrame::set_balsa_trailer() and BalsaFrame::trailer(). by diannahu · 1 year, 4 months ago
- 055049e Add IP/UDP packet generation to QUIC test tools by ericorth · 1 year, 4 months ago
- 4069625 Add connection option `RNIB` to remove non-initial burst in both client and server. by wub · 1 year, 4 months ago
- 920d43f Move InternetChecksum from quic/qbone/ to quic/core/ by ericorth · 1 year, 4 months ago
- 3c908e7 BlindSignAuth: Switch to Base64URL encoding for PrivacyPassTokenData outputs by elburrito · 1 year, 4 months ago
- e0068ed Record pending duration histogram for a Quic stream if it was pending for whatever reason. And count how many streams has been pended for a QuicSession. by danzh · 1 year, 4 months ago
- e2d62be Refactor QuicSession::MaybeProcessPendingStream() to return a bool to indicate whether to continue processing the next pending stream or not. by danzh · 1 year, 4 months ago
- bfbde31 Remove QuicheMemSlice::impl() accessor. by vasilvv · 1 year, 4 months ago
- b4deacb Automated g4 rollback of changelist 588486234. by ericorth · 1 year, 4 months ago
- 0643ea9 Deprecate gfe2_restart_flag_quic_platform_tos_sockopt and protect its changes with gfe2_restart_flag_quic_support_ect1. by martinduke · 1 year, 4 months ago
- eaf51d4 Automated g4 rollback of changelist 588217549. by ericorth · 1 year, 4 months ago
- 66714bd Allow QUIC control frames to be sent while a packet is being processed. by rch · 1 year, 4 months ago
- 3e39c7c Allow creation of Raw IP sockets in QUICHE by ericorth · 1 year, 4 months ago
- fd195e9 QUIC Chat Client for very basic Media-over-QUIC transport testing. by martinduke · 1 year, 4 months ago
- c1bc7ab Automated g4 rollback of changelist 587014516. by birenroy · 1 year, 4 months ago
- cf3b70c Automated g4 rollback of changelist 587020916. by birenroy · 1 year, 4 months ago
- 77e5bf7 Use the right SetFlag() function in TlsClientHandshakerTest by QUICHE team · 1 year, 4 months ago
- 72ae18c No public description by QUICHE team · 1 year, 4 months ago
- a8631ca Remove the compatibility version of BlindSignAuth::GetTokens, now that Chrome is setting the ProxyLayer parameter. by elburrito · 1 year, 4 months ago
- 6b97604 Add more BalsaFrameTests for obs-fold and null characters. by bnc · 1 year, 4 months ago
- 57c456d Revise interface to inform send algorithm ECN is active. by martinduke · 1 year, 4 months ago
- be0627b Renames NoopHeaderValidator to MinimalHeaderValidator in oghttp2. by birenroy · 1 year, 4 months ago
- c01f5b3 Re-adds some minimal validation to NoopHeaderValidator. by birenroy · 1 year, 4 months ago
- ec99d2c CONNECT-IP payload parse/serialization by ericorth · 1 year, 4 months ago
- dbe8c92 Add test for HttpValidationPolicy::disallow_header_continuation_lines. by bnc · 1 year, 4 months ago