commit | 0105ba1ac290d8769f5920455ae8080427a36047 | [log] [tgz] |
---|---|---|
author | davidben <davidben@google.com> | Thu Nov 21 12:01:46 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 21 12:02:55 2024 -0800 |
tree | 8b609b289f5117ae1f5054682a5c72c940904ea7 | |
parent | 10b0ed2d4d95c83cf8a2fa10a1614cf4e5802a22 [diff] |
Update QUICHE to use Bazel 7.4.1, but without bzlmod for now Enabling bzlmod almost works, but there's some weird issue with zlib that seems to stem from a second zlib getting pulled in automatically? Introducing a `MODULE.bazel` and switching most deps to it seems to fix that, but let's update Bazel first, just to isolate any issues caused by the two. PiperOrigin-RevId: 698866941
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.