commit | 9183fe0f9cfbede0d61cb5ed76fec7fd4a4c5846 | [log] [tgz] |
---|---|---|
author | birenroy <birenroy@google.com> | Mon Jan 06 12:53:42 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 06 12:54:29 2025 -0800 |
tree | 481babed0c45245c6878f4e19e3a3f8d7c37b8ec | |
parent | 3abbc177eef9c6de46f57fb69776a83f04902a02 [diff] |
Moves the generic bug utility to QUICHE. Protected by refactoring, no functional change; not protected. PiperOrigin-RevId: 712628602
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.