grpc/tools
murgatroid99 fef391360c Node: explicitly define Release and Debug builds, use build flags from build.yaml 2017-03-23 17:45:21 -07:00
..
buildgen Make fuzzers run on mac (but not on mac on jenkins) 2017-03-20 08:17:13 -07:00
cmake CMake: Installation and Export Configuration 2016-07-28 00:46:11 +03:00
codegen/core HPACK parsing benchmarks 2017-02-23 08:48:34 -08:00
distrib Merge pull request #10078 from dgquintas/master_to_1.3.0 2017-03-10 14:09:27 -08:00
dockerfile add health check for http2 server 2017-03-17 00:46:01 -07:00
doxygen Merge pull request #9776 from apolcyn/add_http2_flow_control_interop_tests 2017-03-23 10:17:43 -07:00
fuzzer Add fuzzer options for oss-fuzz 2017-02-27 13:51:28 -08:00
gce update go to 1.8 on benchmarks 2017-02-27 13:45:15 -08:00
gcp created gcr upload script for version compatiblity tests. 2017-03-15 10:05:58 -07:00
gource fixes 2016-08-24 15:22:24 -07:00
grift fix multilevel inheritence codegen 2016-08-05 11:15:37 -07:00
http2_interop Update http2 interop tests to work with Servers implementing HTTP Alternative Services 2016-04-07 16:10:25 -07:00
internal_ci add http2 server test for unary calls that uses small frames and padding 2017-03-22 13:46:51 -07:00
jenkins add http2 server test for unary calls that uses small frames and padding 2017-03-22 13:46:51 -07:00
openssl Update copyrights 2016-03-31 07:46:18 -07:00
profiling Enroll bm_chttp2_transport into bigquery pipeline 2017-03-22 09:09:16 -07:00
run_tests Node: explicitly define Release and Debug builds, use build flags from build.yaml 2017-03-23 17:45:21 -07:00
README.md basic config for internal CI 2016-11-30 09:30:12 +01: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 UBSAN cleanup 2017-03-14 07:39:45 -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.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.