commit | 6caf568e75725d0db8c94aa03f01f17edef49982 | [log] [tgz] |
---|---|---|
author | rch <rch@google.com> | Tue Sep 09 09:43:10 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 09 09:44:06 2025 -0700 |
tree | cb9f2cab45197f3468d568b69b6db6c3120fbeb2 | |
parent | 873a431097c7e12f18fdfccc28ae09487ce483e6 [diff] |
Automated g4 rollback of changelist 802848539. *** Reason for rollback *** Broke external QUICHE builds which use an earlier version of absl. *** Original change description *** Fix 14 ClangInliner findings: * The use of this symbol has been deprecated and marked for inlining. The function being deprecated is absl::WriterMutexLock::WriterMutexLock. (8 times) * The use of this symbol has been deprecated and marked for inlining. The function being deprecated is absl::ReaderMutexLock::ReaderMutexLock. (6 times) See go/inliner-lsc for more information on why you've received this change and why it is important. This CL looks good? Just LGTM and Approve it! This CL doesn’... *** PiperOrigin-RevId: 804949888
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.