- 59118ed Abstract out the MoQ Chat User interface and implement E2E chat test. by martinduke · 7 months ago
- ba0b41e Let QuicDispatcher to send acks to buffered INITIAL packets. by wub · 7 months ago
- 1e27452 Refactor MoQ ChatClient to support end-to-end tests and use moq_chat.h. by martinduke · 7 months ago
- 71449c2 Implement moq-chat server. by martinduke · 7 months ago
- aa661e0 Updates //net/floo to refer to the new location of some HTTP/2 libraries. by birenroy · 8 months ago
- 4e4f1af Refactor MoQT sending logic to pull objects from the application, instead of pushing them onto individual MoQT sessions. by vasilvv · 8 months ago
- d5b81ed Implement MoQT priority calculation. by vasilvv · 8 months ago
- 7880417 Bring SpdyIntrusiveList back to life as QuicheIntrusiveList. by wub · 8 months ago
- cbb8cca Moves the remaining library targets from //third_party/spdy/core to //third_party/http2/core. by birenroy · 8 months ago
- c141463 Moves several targets from //third_party/spdy/core to //third_party/http2/core. by birenroy · 8 months ago
- 0cc4f56 Moves test utilities from //third_party/spdy/test_tools/ to //third_party/http2/test_tools/. by birenroy · 8 months ago
- 87c3f7e Moves some build targets from //third_party/spdy/core/hpack to //third_party/http2/hpack. by birenroy · 8 months ago
- ce315dd Moves a SPDY test utility to the only package that references it. by birenroy · 8 months ago
- 86e3e86 Remove quic/core/quic_flags_list.h. by bnc · 9 months ago
- 4c8897f Move MoqtTrack code into a .cc file. by martinduke · 9 months ago
- 4e7b824 Implement a very basic MoQT simulator. by vasilvv · 9 months ago
- 431ab73 Split MoQT simulated endpoints into a separate header file. by vasilvv · 9 months ago
- a7d7d44 Refactor QuicConnectionAlarms to take a delegate instead of a QuicConnection. by vasilvv · 10 months ago
- c5d0ad8 Implement QuicWriteBlockedList version that supports WebTransport priority scheme. by vasilvv · 10 months ago
- a435ab8 Move all of the individual alarms in QuicConnection into a new holder class. by vasilvv · 11 months ago
- ee429dd Factor the QuicDispatcher's blocked writer list into a stand-alone by rch · 11 months ago
- a9d887c Remove HTTP specific logic from BlindSignAuth and dependencies by QUICHE team · 11 months ago
- 89d014d Implement MoqtOutgoingQueue. by vasilvv · 11 months ago
- 62f5f6c Adds a ChunkedBuffer class to contain HTTP/2 wire format bytes. by birenroy · 11 months ago
- 7cda8bf Add MockSpdyHeadersHandler, mocking SpdyHeadersHandlerInterface. by diannahu · 12 months ago
- ce1f07e Incrementally process HTTP/3 METADATA frames instead of buffering the full payload. by rch · 1 year ago
- 022a94e Add lifetime tracking debug utility to QUICHE. by wub · 1 year ago
- e8a887b BlindSignAuth: Refactoring to support future Android BlindSignMessageInterface impl. by elburrito · 1 year ago
- bbec356 Introduce MoQT demo ingestion server that writes incoming streams into a directory. by vasilvv · 1 year ago
- f357216 Move quiche_feature_flags to actual file in Piper. by wangsteve · 1 year ago
- e3fcaaf Add InteractiveCli tool class, for use in MoQT chat client. by vasilvv · 1 year, 1 month ago
- 60a22a6 No public description by vasilvv · 1 year, 1 month ago
- 88eca46 Merge quic_protocol_flags_list.h into quiche_protocol_flags_list.h. by bnc · 1 year, 2 months ago
- bad8623 MOQT Message formats from draft-02. by martinduke · 1 year, 2 months ago
- 7653173 Move MetadataFrameSequence from third_party/spdy/core to gfe/gfe2/metadata. by diannahu · 1 year, 2 months ago
- ae3b86f Implement WebTransport session priority scheduler. by vasilvv · 1 year, 2 months ago
- aa21e3d Deletes classes in //third_party/spdy/core that are only referenced by unit tests. by birenroy · 1 year, 2 months ago
- 055049e Add IP/UDP packet generation to QUIC test tools by ericorth · 1 year, 3 months ago
- 920d43f Move InternetChecksum from quic/qbone/ to quic/core/ by ericorth · 1 year, 3 months ago
- fd195e9 QUIC Chat Client for very basic Media-over-QUIC transport testing. by martinduke · 1 year, 3 months ago
- cf3b70c Automated g4 rollback of changelist 587020916. by birenroy · 1 year, 3 months ago
- be0627b Renames NoopHeaderValidator to MinimalHeaderValidator in oghttp2. by birenroy · 1 year, 4 months ago
- ec99d2c CONNECT-IP payload parse/serialization by ericorth · 1 year, 4 months ago
- a20f97d Add functions to handle WebTransport subprotocol negotiation headers. by vasilvv · 1 year, 4 months ago
- 8cbf649 Fix QUICHE build files. by vasilvv · 1 year, 4 months ago
- 244d3b3 Implement basic WebTransport over HTTP/2 functionality. by vasilvv · 1 year, 4 months ago
- af18700 Implement MoqtClient and MoqtServer by vasilvv · 1 year, 4 months ago
- d24f499 Include googleurl via a proxy header by vasilvv · 1 year, 5 months ago
- 533439b Add proxy layer to auth and sign and get initial data apis by QUICHE team · 1 year, 5 months ago
- bea8c71 Remove spdy_server_push_utils. by bnc · 1 year, 5 months ago
- 92faee2 Remove QuicClientPushPromiseIndex. by bnc · 1 year, 5 months ago
- 5c6e90d Remove QuicClientPromisedInfo. by bnc · 1 year, 6 months ago
- ed67741 Gut QuicClientPushPromiseIndex. by bnc · 1 year, 6 months ago
- 888a655 Implement enough of MoQT to perform a handshake between the client and the server. by vasilvv · 1 year, 6 months ago
- b29a5ee Remove unused OnPromiseHeaderList(). by bnc · 1 year, 6 months ago
- 69090ba MoQT Framer. Turns structured message data into the wire image. by martinduke · 1 year, 6 months ago
- f7383a2 Remove Anonymous Tokens export from BlindSignAuth and update QUICHE copybara to allow BlindSignAuth-in-Chrome to use the standalone Anonymous Tokens Git repo. by elburrito · 1 year, 6 months ago
- 5cdf937 MoQ Transport Parser. by martinduke · 1 year, 6 months ago
- 3b3701e Count server-sent RST_STREAM STREAM_CLOSED as suspect streams towards the HTTP/2 connection close threshold. by diannahu · 1 year, 6 months ago
- df3c6e7 Rename spdy::Http2HeaderBlock into quiche::HttpHeaderBlock. by vasilvv · 1 year, 6 months ago
- 3953996 Remove timestamp.proto from QUICHE BlindSignAuth copybara. This will enable the standalone Anonymous Tokens Git repo to build properly. by elburrito · 1 year, 6 months ago
- e0876c3 Support integration of standalone AT library in Chrome by QUICHE team · 1 year, 6 months ago
- b20d2c2 Introduce a debugging utility for printing HTTP/2 logical frames from wire bytes. by diannahu · 1 year, 6 months ago
- 867a621 Moves metadata-related tests to a separate test file. by birenroy · 1 year, 6 months ago
- 1125f4e Introduce support for basic WebTransport stats. by vasilvv · 1 year, 6 months ago
- d9d8780 Move quic_client_factory.h into cross-platform tools target. by vasilvv · 1 year, 6 months ago
- 7a957bd Add BlindSignAuthOptions proto to BlindSignAuth constructor. This options proto will allow callers to configure BlindSignAuth with new features. by elburrito · 1 year, 7 months ago
- 9deadd5 Fix Tricorder errors in BlindSignAuth by elburrito · 1 year, 7 months ago
- a31b917 Enabling rolled out flags. by diannahu · 1 year, 7 months ago
- b1e7b2c Implement the Devious Baton protocol in QUICHE by vasilvv · 1 year, 8 months ago
- 3cc972c Introduce a generic wrapper that allows accessing raw QUIC sessions via WebTransport API by vasilvv · 1 year, 8 months ago
- 0e7baa5 Move MockLoadBalancerEncoder into quic/test_tools for re-use. by martinduke · 1 year, 9 months ago
- 3373dda Move protocol buffer dependent functions from crypto_utils to anonymous_tokens_pb_openssl_converters. This CL doesn't add any new code other than a few tests in anonymous_tokens_pb_openssl_converters_test.cc. by QUICHE team · 1 year, 9 months ago
- d9aaee4 Moving functions that use protocol buffers to "testing/proto_utils" from testing/utils. This CL does not add any new code and only touches test and build files. by QUICHE team · 1 year, 9 months ago
- 458c261 Run buildifier as a part of QUICHE Copybara export pipeline by vasilvv · 1 year, 10 months ago
- 215f30f Create quiche_callbacks.h by vasilvv · 1 year, 10 months ago
- 31bbf1d Adds a basic fuzzer for Http2DecoderAdapter. by birenroy · 1 year, 10 months ago
- 8294639 Adds a basic fuzzer for Http2FrameDecoder. by birenroy · 1 year, 10 months ago
- 1cb67d4 Implement QUICHE default platform logging using Abseil Logging by asedeno · 1 year, 11 months ago
- f30fd20 Fix open source QUICHE build by vasilvv · 1 year, 11 months ago
- d26475e Support enough of Windows to make EndToEndTest.SimpleRequestResponse pass. by vasilvv · 1 year, 11 months ago
- 28fb620 Add a class to represent a sequence of BalsaHeaders. by diannahu · 1 year, 11 months ago
- db41f5a Add a Windows implementation of socket.h by vasilvv · 1 year, 11 months ago
- b1b2e02 Remove btree_scheduler_fuzzer by vasilvv · 1 year, 11 months ago
- 7d6226d Implement a B-tree write scheduler. by vasilvv · 2 years ago
- b3fe8cf Update QUICHE copybara for Anonymous Tokens library changes. by elburrito · 2 years ago
- 47aa4cd Untangle dependencies for the default impl of quiche_default_proof_providers by vasilvv · 2 years ago
- 156f69f Moving blind_signer and verifier from private_membership/anonymous_tokens/crypto to third_party/anonymous_tokens/cpp/crypto along with some test utilities. No new code is being added. by QUICHE team · 2 years ago
- 6b80f5a Move testing_utils from cpp/crypto/ to cpp/testing/ by QUICHE team · 2 years ago
- 5262e44 Move crypto/proto_utils and crypto/status_utils from anonymous_tokens/cpp/crypto to anonymous_tokens/cpp/shared by QUICHE team · 2 years ago
- 3b474e4 Remove unused ConvertWallTimeToQuicTime(). by bnc · 2 years ago
- 5ace514 Move functions from public_metdata_crypto_utils into crypto_utils. by QUICHE team · 2 years ago
- f8495c9 Export BlindSignAuth to GoB, packaging in PPN protos and Anonymous Tokens client crypto library. by elburrito · 2 years ago
- a11ebd4 Enabling rolled out flags. by QUICHE team · 2 years ago
- 6e7791f Remove workaround for Chromium's lack of thread_local. by QUICHE team · 2 years, 1 month ago
- 1fdac9b Convert HttpValidationPolicy to a struct. by bnc · 2 years, 2 months ago
- 88d21fc Implement a new API for serializing data into QUIC wire format. by vasilvv · 2 years, 2 months ago
- 1f10d87 Move the capsule parser into //third_party/quiche/common. by vasilvv · 2 years, 2 months ago
- 9edbead Add some of the basic status matchers for QUICHE. by vasilvv · 2 years, 2 months ago
- 9158c29 Provide an abstract API for a stream that one can write bytes into. by vasilvv · 2 years, 2 months ago