grpc/tools
Yuchen Zeng 0bad30a244 Use backup pollser instead of connectivity watcher 2017-10-30 12:06:52 -07:00
..
buildgen Changes for C to C++. Adding extern C to header files for compatibility. 2017-10-02 16:26:53 -07:00
codegen/core Rebasing on master for easier merging and testing 2017-10-02 19:01:25 -07:00
debug/core Add copyright and usage 2017-10-16 14:45:24 -07:00
distrib Update version to 1.8.0-dev, update g word to 'generous' 2017-10-02 17:31:33 -07:00
dockerfile Merge pull request #13043 from murgatroid99/grpc-node_interop 2017-10-17 16:28:01 -07:00
doxygen Use backup pollser instead of connectivity watcher 2017-10-30 12:06:52 -07:00
flakes Print kokoro URL for new flakes 2017-09-08 09:41:58 -07:00
fuzzer auto-fix most of licenses 2017-06-08 11:22:41 +02:00
gce Add setup scripts for performance worker in Kokoro 2017-10-16 16:00:01 -07:00
gcp/utils add script for patching perf benchmark schema 2017-06-27 13:45:46 +02:00
github More docs 2017-09-21 14:04:55 -07:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Update include paths 2017-03-28 15:49:23 -07:00
internal_ci Merge pull request #13157 from jtattermusch/docker_faster_pulls 2017-10-27 09:28:52 +02:00
interop_matrix Do not reuse job_specs now that we incorporate release info in the shortname 2017-10-20 16:39:18 -07:00
jenkins exclude uploading stats, add unconstained php benchmark 2017-10-06 15:25:14 -07:00
line_count auto-fix most of licenses 2017-06-08 11:22:41 +02:00
mkowners Fix spam 2017-07-14 14:49:09 -07:00
openssl auto-fix most of licenses 2017-06-08 11:22:41 +02:00
profiling Add call size bm_diff 2017-10-27 14:33:17 -07:00
run_tests Use backup pollser instead of connectivity watcher 2017-10-30 12:06:52 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
lsan_suppressions.txt Add one more openssl leak to suppressions list 2016-11-14 09:48:57 -08:00
tsan_suppressions.txt Suppress race caused by cached_size tracking in protobuf 2017-03-15 11:19:01 -07:00
ubsan_suppressions.txt Adding UBSAN suppressors for the time being 2017-10-04 12:57:02 -07:00

README.md

buildgen: Template renderer for our build system.

distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.

dockerfile: Docker files to test gRPC.

doxygen: gRPC C/C++ documentation generation via Doxygen.

gce: Scripts to help setup testing infrastructure on GCE.

gcp: Helper scripts for interacting with various services on GCP (like Google container engine, BigQuery etc)

internal_ci: Support for running tests on an internal CI platform.

interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.

run_tests/performance: See the README for more notes on the performance tests.