commit | 934d1de98c61df2ae70800a4b8261becbfedd463 | [log] [tgz] |
---|---|---|
author | birenroy <birenroy@google.com> | Thu Jan 09 09:42:05 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 09 09:43:21 2025 -0800 |
tree | 1061fc5fef95bad333b9e7ec68e9a8ca55b6416e | |
parent | 7118debea9e7ee9d90048c236e22e72c03529ef1 [diff] |
Automated g4 rollback of changelist 713678123. *** Reason for rollback *** Rolling forward cl/712628602 with fixes. ``` $ blaze --blazerc=/dev/null test //vr/c9/client/ar:c9_ar_app_test_x86 \ --compilation_mode=opt --//third_party/android/ndk:min_sdk_version=28 \ --define=PORTABLE_PROTO_TRANSITION_MODE=google3 --config=android_x86 ``` http://sponge2/c3559a90-3f60-4b9b-9c86-af9cc8183953 *** Original change description *** Automated g4 rollback of changelist 712628602. *** Reason for rollback *** Breaks TAP project vr.c9.unit.android.x86 *** Original change description *** Moves the generic bug utility to QUICHE. *** *** PiperOrigin-RevId: 713703088
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.