- ee429dd Factor the QuicDispatcher's blocked writer list into a stand-alone by rch · 11 months ago
- 5131ba7 Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList(). by birenroy · 11 months ago
- a9d887c Remove HTTP specific logic from BlindSignAuth and dependencies by QUICHE team · 11 months ago
- 1aef6e7 Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type. by birenroy · 11 months ago
- 89d014d Implement MoqtOutgoingQueue. by vasilvv · 11 months ago
- 996eb30 Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control. by wub · 11 months ago
- 9e17380 Enabling rolled out flags. by QUICHE team · 11 months ago
- 4596256 Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type. by QUICHE team · 11 months ago
- 885d5fd Add support for nested proxying in MASQUE client code by dschinazi · 11 months ago
- 62f5f6c Adds a ChunkedBuffer class to contain HTTP/2 wire format bytes. by birenroy · 11 months ago
- 4a4d34c Introduce kDefaultMaxPacketSizeForTunnels by dschinazi · 11 months ago
- d380a0a Add ServiceType enum parameter to BlindSignAuth::GetTokens. by QUICHE team · 11 months ago
- 792c6e7 OgHttp2Session refactoring. by birenroy · 12 months ago
- c97365c Expose QUIC application/transport errors send/received on wire by QUICHE team · 12 months ago
- 4191e8b Removes the old SpdySerializedFrame constructor and the ReleaseBuffer() method. by birenroy · 12 months ago
- 718c901 Adds a new SpdySerializedFrame constructor that makes memory ownership clear. by birenroy · 12 months ago
- 453097d Removes an unnecessary method from spdy::SpdySerializedFrame. by birenroy · 12 months ago
- 9aa118e Replaces one instance of std::list with QuicheCircularDeque in OgHttp2Session. by birenroy · 12 months ago
- acbdda4 Add DNAT support for QUIC Server Preferred Address. by rch · 12 months ago
- 2a464c5 Fix flaky quic e2e test EndToEndTest.ClientPortMigrationOnPathDegrading. by danzh · 12 months ago
- cb9fb6c Small follow-on to handle header-related errors earlier. by birenroy · 12 months ago
- 36c351d Handles header-related errors earlier, without waiting for an `END_HEADERS` event. by birenroy · 12 months ago
- 7cda8bf Add MockSpdyHeadersHandler, mocking SpdyHeadersHandlerInterface. by diannahu · 12 months ago
- b39848a Implement port migration upon path degrading in quic::QuicClientBase. The behavior is guarded by a new interface EnablePortMigrationUponPathDegrading(). by danzh · 12 months ago
- 2ef332e Adds more metadata edge case test coverage for NgHttp2Adapter. by birenroy · 12 months ago
- fcb0463 Bundle `ACK_FREQUENCY` in `QuicConnection::MaybeBundleOpportunistically` only if `transmission_type` is `NOT_RETRANSMISSION`. by wub · 12 months ago
- 533ccf6 Deprecate gfe2_reloadable_flags_quic_clone_ecn. by martinduke · 12 months ago
- 5b1e0b6 Automated g4 rollback of changelist 618466227. by QUICHE team · 12 months ago
- 4768412 Add validation field for chunk extension validation. by QUICHE team · 12 months ago
- 5f41064 Add new metrics to measure throughput in QBONE. by ramosalex · 12 months ago
- 75c002f Latch in SpdyHeadersIR the feature flag that updates SpdyHeadersIR::size(). by diannahu · 12 months ago
- 7640b5c Turn ConnectionStateOnSentPacket into an opaque class. by vasilvv · 12 months ago
- aa0b2ec Turn bbr2 probe rtt params into flags for easier configuration. by QUICHE team · 12 months ago
- 2be1e80 Add java_package annotations to QUICHE and Anonymous Tokens protos for compilation in Java. by elburrito · 12 months ago
- cfc749e Replace deprecated version of absl::HexStringToBytes in quiche/oblivious_http tests by awillia · 12 months ago
- e3bb80b Option for rejecting isolated carriage returns in header values. by QUICHE team · 12 months ago
- 35e3690 Replace deprecated version of absl::HexStringToBytes in remaining spdy/ tests by awillia · 12 months ago
- 08990e5 Avoid dynamically allocating memory within QuicFramer::RemoveHeaderProtection by vasilvv · 1 year ago
- 5b7b61e Replace deprecated version of absl::HexStringToBytes in http2/ tests and example program by awillia · 1 year ago
- f7a3040 BlindSignAuth: Remove support for RSA-BSSA tokens, all future tokens must be Privacy Pass. No clients are making requests for RSA-BSSA tokens. by elburrito · 1 year ago
- 17b9f37 Fix 15 ProtobufTransformer findings: * Upgrade to the latest edition (15 times) by QUICHE team · 1 year ago
- 5a5081c No public description by rch · 1 year ago
- d17e28d Remove obsolete http2 and spdy test-only flags. by bnc · 1 year ago
- 6767ab5 Deprecate --gfe2_reloadable_flag_quic_disable_version_q050 by rch · 1 year ago
- 81431ca Update comment now that RFC is published by dschinazi · 1 year ago
- 19e6964 Fix QuicToyClient::SendRequestsAndPrintResponses() in release mode. by bnc · 1 year ago
- a484a56 Replace deprecated version of absl::HexStringToBytes in test programs and remaining quic/ tests by awillia · 1 year ago
- deff8b6 Add QoS dimension to packet processor result metrics. by ramosalex · 1 year ago
- 10053f8 Updates the callback struct in line with the latest version of nghttp2. by birenroy · 1 year ago
- 940131f Add a 3rd flag count for quic_enable_http3_metadata_decoding. by rch · 1 year ago
- 0108b67 Automated g4 rollback of changelist 616801281. by rch · 1 year ago
- a3bc1ff Deprecate --gfe2_reloadable_flag_quic_bbr2_fix_spurious_loss_bytes_counting. by wub · 1 year ago
- 3053467 Update ParseQuicTag to only use hex decoding if valid by awillia · 1 year ago
- 9f87388 Add missing includes to metadata_decoder.h and metadata_decoder.cc by asedeno · 1 year ago
- 282e6ab Only export flags with `export_to_quiche` set to true publicly. by bnc · 1 year ago
- 76e947c Add FLAG_COUNT for flag --gfe2_reloadable_flag_quic_no_write_control_frame_upon_connection_close. by danzh · 1 year ago
- ce1f07e Incrementally process HTTP/3 METADATA frames instead of buffering the full payload. by rch · 1 year ago
- 70bc4df Return false from QuicSpdyStream::OnMetadataFrameEnd if the by rch · 1 year ago
- aecd0d6 Update MOQT to draft-03 wire image. Does not add ANNOUNCE_CANCEL because it does not have a code point. by martinduke · 1 year ago
- bb62bf3 Rename kGenericError to kInternalError. by martinduke · 1 year ago
- cc9724b Fix standalone QUICHE build. by vasilvv · 1 year ago
- 022a94e Add lifetime tracking debug utility to QUICHE. by wub · 1 year ago
- 8b44376 Change ClientProofSource::GetCertAndKey() to return shared_ptr<CertAndKey> instead of a raw pointer of CertAndKey. by danzh · 1 year ago
- c9a1447 Adds a way to notify the `Http2Adapter` when the underlying codec decides not to send a frame. by birenroy · 1 year ago
- bbc1207 SUBSCRIBE_ERROR after OBJECT is a protocol violation. by martinduke · 1 year ago
- d831c72 Replace deprecated version of absl::HexStringToBytes in quic/core/crypto tests by awillia · 1 year ago
- b171496 Fix MoqtSessionTests with unitialized peer_role_. by martinduke · 1 year ago
- 79520e3 Enforce rules about ROLE parameter. by martinduke · 1 year ago
- 66966d9 Make MoqtForwardingPreference a track property. by martinduke · 1 year ago
- e8a887b BlindSignAuth: Refactoring to support future Android BlindSignMessageInterface impl. by elburrito · 1 year ago
- 465d154 Replace deprecated version of absl::HexStringToBytes in quic/core/http tests by awillia · 1 year ago
- cfc83c3 Replace deprecated version of absl::HexStringToBytes in quic/core/qpack tests by awillia · 1 year ago
- 2337058 Retry Poll when system clock is faster than QuicClock by QUICHE team · 1 year, 1 month ago
- 75b46d3 New code path does not initialize subscribe_id. by martinduke · 1 year, 1 month ago
- aed3464 Send and handle MoQT datagrams when required. by martinduke · 1 year, 1 month ago
- 82ff95e Disables Cookie header field crumbling in OgHttp2Session by default. by birenroy · 1 year, 1 month ago
- 8d236ed No public description by awillia · 1 year, 1 month ago
- 19593d7 No public description by vasilvv · 1 year, 1 month ago
- c186a51 Adds the ability to skip `Cookie` crumbling in `HpackEncoder`. by birenroy · 1 year, 1 month ago
- f373496 Clean up some unused QUICHE flag imports in third_party/http2. by rch · 1 year, 1 month ago
- b365877 Remove unused `module` argument from flag implementation. by bnc · 1 year, 1 month ago
- 6f0b1d2 Uses absl::StrSplit in DecomposeRepresentations rather than a hand-rolled while loop. by birenroy · 1 year, 1 month ago
- 55f76a3 Refactoring to simplify future changes. by birenroy · 1 year, 1 month ago
- bbec356 Introduce MoQT demo ingestion server that writes incoming streams into a directory. by vasilvv · 1 year, 1 month ago
- 770a8a3 Switch moqt_messages.h types to use std::string instead of absl::string_view by vasilvv · 1 year, 1 month ago
- 1bf8322 Replace deprecated version of absl::HexStringToBytes by awillia · 1 year, 1 month ago
- e4df954 Actually set MoqtSession::control_stream_ on the server side. by vasilvv · 1 year, 1 month ago
- feb096a Redo the way callbacks are integrated into MoQT server. by vasilvv · 1 year, 1 month ago
- f357216 Move quiche_feature_flags to actual file in Piper. by wangsteve · 1 year, 1 month ago
- 3373df9 Add work-around for unused private fields in quic/masque by awillia · 1 year, 1 month ago
- 37c2bbe Add a new MetadataVisitor class to QuicSpdyStream. by rch · 1 year, 1 month ago
- c6a366b No public description by wangsteve · 1 year, 1 month ago
- 9e42729 Refactors error handling in PassthroughHeadersHandler. by birenroy · 1 year, 1 month ago
- 02047e0 Deprecate --gfe2_restart_flag_quic_allow_control_frames_while_procesing. by rch · 1 year, 1 month ago
- b0c5f28 Remove unused locals and trivial assignments from StructuredHeaderParser by QUICHE team · 1 year, 1 month ago
- 6fed964 Fix issues with Hpack EXPECT_DEATH test on Android + ChromeOS by awillia · 1 year, 1 month ago
- 901b1d3 Skip a QUIC_BUG in QuicConnection::SendAllPendingAcks when connection is closed. by wub · 1 year, 1 month ago
- a4c0071 Add [[maybe_unused]] by QUICHE team · 1 year, 1 month ago
- bfee54b Fix a potential Http2WriteQueue overflow scenario. by diannahu · 1 year, 1 month ago
- 47b4213 Change ProcessAdditionalTransportParameters() to return a bool to indicate whether the handshake should continue or immediately fail. by danzh · 1 year, 1 month ago