Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
api_reference/ | 25-Apr-2025 | - | 41 | 19 | ||
buildgen/ | 25-Apr-2025 | - | 2,425 | 1,599 | ||
codegen/core/ | 25-Apr-2025 | - | 4,336 | 3,422 | ||
debug/core/ | 25-Apr-2025 | - | 93 | 37 | ||
distrib/ | 25-Apr-2025 | - | 6,636 | 4,469 | ||
docker_runners/ | 25-Apr-2025 | - | 245 | 39 | ||
dockerfile/ | 25-Apr-2025 | - | 6,690 | 4,912 | ||
doxygen/ | 25-Apr-2025 | - | 21,086 | 17,257 | ||
fuzzing/ | 25-Apr-2025 | - | 104 | 43 | ||
gce/ | 25-Apr-2025 | - | 438 | 219 | ||
gcp/utils/ | 25-Apr-2025 | - | 205 | 159 | ||
gource/ | 25-Apr-2025 | - | 119 | 46 | ||
http2_interop/ | 25-Apr-2025 | - | 1,459 | 1,037 | ||
internal_ci/ | 25-Apr-2025 | - | 13,835 | 8,879 | ||
interop_matrix/ | 25-Apr-2025 | - | 2,317 | 1,928 | ||
mkowners/ | 25-Apr-2025 | - | 242 | 169 | ||
package_hosting/ | 25-Apr-2025 | - | 327 | 274 | ||
profiling/ | 25-Apr-2025 | - | 1,876 | 1,365 | ||
release/ | 25-Apr-2025 | - | 703 | 513 | ||
remote_build/ | 25-Apr-2025 | - | 417 | 312 | ||
run_tests/ | 25-Apr-2025 | - | 40,328 | 30,476 | ||
README.md | D | 25-Apr-2025 | 816 | 24 | 13 | |
bazel | D | 25-Apr-2025 | 3.2 KiB | 89 | 46 | |
bazel.rc | D | 25-Apr-2025 | 6.3 KiB | 160 | 135 | |
fuzztest.bazelrc | D | 25-Apr-2025 | 1.5 KiB | 49 | 35 |
README.md
1buildgen: Template renderer for our build system. 2 3distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts. 4 5dockerfile: Docker files to test gRPC. 6 7doxygen: gRPC C/C++ documentation generation via Doxygen. 8 9gce: Scripts to help setup testing infrastructure on GCE. 10 11gcp: Helper scripts for interacting with various services on GCP (like Google 12container engine, BigQuery etc) 13 14internal_ci: Support for running tests on an internal CI platform. 15 16interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes. 17 18jenkins: Support for running tests on Jenkins. 19 20run_tests: Scripts to run gRPC tests in parallel. 21 22run_tests/performance: See the [README](./run_tests/performance/README.md) for 23more notes on the performance tests. 24