grpc/tools
David Garcia Quintas b352be025f Upmerge from v1.6.x branch to master 2017-09-18 11:55:52 -07:00
..
buildgen Add tests for c-ares wrapper using a local DNS server. 2017-09-14 14:32:30 -07:00
codegen/core Fix schema generation 2017-09-13 09:04:30 -07:00
distrib Upmerge from v1.6.x branch to master 2017-09-18 11:55:52 -07:00
dockerfile Upmerge from v1.6.x branch to master 2017-09-18 11:55:52 -07:00
doxygen Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" 2017-09-14 17:55:42 +02: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 allow-ssh tags to newly created GCE VMs 2017-09-13 18:27:55 -07:00
gcp/utils add script for patching perf benchmark schema 2017-06-27 13:45:46 +02: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 #12477 from jtattermusch/reveal_hangs 2017-09-18 16:28:03 +02:00
interop_matrix Added all previous minor releases of gRPC to the matrix. Modified the testsuite name format for better display test results in sponge. 2017-07-18 16:58:46 -07:00
jenkins Merge pull request #12412 from jtattermusch/avoid_win_artifact_timeout 2017-09-09 23:15:17 +02: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 Track pings in bmdiff 2017-09-13 18:13:48 -07:00
run_tests Upmerge from v1.6.x branch to master 2017-09-18 11:55: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 Add TSI test library and SSL and fake TSI tests 2017-08-22 12:32:43 -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.