- cf3b70c Automated g4 rollback of changelist 587020916. by birenroy · 1 year, 4 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, 5 months ago
- 8cbf649 Fix QUICHE build files. by vasilvv · 1 year, 5 months ago
- 244d3b3 Implement basic WebTransport over HTTP/2 functionality. by vasilvv · 1 year, 5 months ago
- af18700 Implement MoqtClient and MoqtServer by vasilvv · 1 year, 5 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, 6 months ago
- 92faee2 Remove QuicClientPushPromiseIndex. by bnc · 1 year, 6 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, 7 months ago
- e0876c3 Support integration of standalone AT library in Chrome by QUICHE team · 1 year, 7 months ago
- b20d2c2 Introduce a debugging utility for printing HTTP/2 logical frames from wire bytes. by diannahu · 1 year, 7 months ago
- 867a621 Moves metadata-related tests to a separate test file. by birenroy · 1 year, 7 months ago
- 1125f4e Introduce support for basic WebTransport stats. by vasilvv · 1 year, 7 months ago
- d9d8780 Move quic_client_factory.h into cross-platform tools target. by vasilvv · 1 year, 7 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, 9 months ago
- 3cc972c Introduce a generic wrapper that allows accessing raw QUIC sessions via WebTransport API by vasilvv · 1 year, 9 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, 10 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, 10 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 · 2 years ago
- b1b2e02 Remove btree_scheduler_fuzzer by vasilvv · 2 years 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, 1 month ago
- f8495c9 Export BlindSignAuth to GoB, packaging in PPN protos and Anonymous Tokens client crypto library. by elburrito · 2 years, 1 month ago
- a11ebd4 Enabling rolled out flags. by QUICHE team · 2 years, 1 month 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, 3 months ago
- 9edbead Add some of the basic status matchers for QUICHE. by vasilvv · 2 years, 3 months ago
- 9158c29 Provide an abstract API for a stream that one can write bytes into. by vasilvv · 2 years, 3 months ago
- e7fa612 Make sure mock_web_transport ends up in the correct file list by vasilvv · 2 years, 3 months ago
- 9044e05 Remove WriteScheduler interface. by bnc · 2 years, 3 months ago
- 9e26f7e Deprecate gfe2_reloadable_flag_quic_donot_wake_up_stream_before_finish_reading_headers_v2. by fayang · 2 years, 3 months ago
- ab43084 QuicStreamPriority refactor by bnc · 2 years, 4 months ago
- 417fa64 Move QuicToyClient::ClientFactory to its own file by achernya · 2 years, 5 months ago
- 8e67663 oblivious_http:Update comments to indicate that Client & Gateway are thread-safe. by QUICHE team · 2 years, 6 months ago
- bc3c53f Deprecate --gfe2_restart_flag_quic_disable_legacy_version_encapsulation. by QUICHE team · 2 years, 6 months ago
- e415148 Create ConnectUdpTunnel by ericorth · 2 years, 6 months ago
- c531901 Add a Kokoro build config for the clang_opt. by vasilvv · 2 years, 6 months ago
- 4a0a152 Make the I/O part of QUICHE compile under Bazel. by vasilvv · 2 years, 6 months ago
- f1d56d4 CONNECT-UDP datagram payload parse/serialization by ericorth · 2 years, 6 months ago
- 2548713 Generalize EventLoopTcpClientSocket between TCP and connected-UDP by ericorth · 2 years, 6 months ago
- dd30843 Remove QuicheStreamBufferAllocator platform API by vasilvv · 2 years, 7 months ago
- 4c10913 Move QuicRandom functionality to QuicheRandom, and update `third_party/quic` ,`net/quic` to use alias `using QuicRandom = quiche::QuicheRandom;` by QUICHE team · 2 years, 7 months ago
- 9310f46 Fix QUICHE Bazel build. by vasilvv · 2 years, 7 months ago
- c5d5f7a Move API-only header files out of core/io into core by vasilvv · 2 years, 7 months ago
- 149be23 Unexport //third_party/epoll_server by vasilvv · 2 years, 7 months ago
- 983ca5a Remove the leftover mentions of epoll in MASQUE class names. by vasilvv · 2 years, 7 months ago
- eb34e14 Deprecate quic_epoll API by vasilvv · 2 years, 7 months ago
- 8c75c72 Move quic_epoll_* bindings into the internal part of QUIC by vasilvv · 2 years, 7 months ago
- 43bc4bf Deprecate QuicClient in favor of QuicDefaultClient. by vasilvv · 2 years, 7 months ago
- 8d2911a Internal change by QUICHE team · 2 years, 7 months ago
- 173ae2b Move QuicIpAddress and IpAddressFamily to third_party/quiche. by bnc · 2 years, 7 months ago
- b360fb1 Enabling rolled out flags. by bnc · 2 years, 7 months ago
- dfc915d Simplify higher-level socket interfaces by ericorth · 2 years, 7 months ago
- 51510ec Open source Binary Http. by QUICHE team · 2 years, 7 months ago
- 65b33a1 Remove QuicClientPeer. by vasilvv · 2 years, 7 months ago
- 7497fa6 Build quic_server in iOS/Android presubmits by vasilvv · 2 years, 8 months ago
- 35b6eac Internal change by martinduke · 2 years, 8 months ago
- 42ffc1e Roll forward cl/466743774 by ericorth · 2 years, 8 months ago
- 866ce9f Automated g4 rollback of changelist 467045918. by ericorth · 2 years, 8 months ago
- 058bcfb Roll forward cl/466743774 by ericorth · 2 years, 8 months ago
- 40dcb13 Automated g4 rollback of changelist 466743774. by ericorth · 2 years, 8 months ago
- 3df55a9 Create QUICHE toy CONNECT proxy server by ericorth · 2 years, 8 months ago
- b30176c Create ConnectTunnel for toy server use by ericorth · 2 years, 8 months ago
- 89d3b8a Add higher-level TCP client socket/factory support to QUICHE by ericorth · 2 years, 8 months ago
- fe1c281 Delete quic_flags_impl.{h,cc}. by bnc · 2 years, 8 months ago
- 29a3438 Remove leftover epoll dependencies for quic_server. by vasilvv · 2 years, 8 months ago
- 31448f4 Extract Quiche default connection ID generation algorithms into a library. When integrated into quiche, similar functions can be removed. by martinduke · 2 years, 8 months ago
- 1699cb2 Proposed interface for "Connection ID generators" that will allow different algorithms for different platforms that deploy QUICHE. by martinduke · 2 years, 8 months ago