grpc/tools
Craig Tiller fa6a71d6e5 Fix fuzzing detected failure
If both :authority and host appear in client initial headers, we either
leak (in opt builds) or crash (in dbg).
2017-01-30 08:17:38 -08:00
..
buildgen Delete generate_projects-old.sh 2017-01-19 09:48:32 +01:00
cmake CMake: Installation and Export Configuration 2016-07-28 00:46:11 +03:00
codegen/core Fix hpack fuzzer 2017-01-21 15:16:26 -08:00
distrib Be more verbose when generating Python documentation 2017-01-20 18:55:09 -05:00
dockerfile Update projects 2017-01-20 11:24:35 -08:00
doxygen Merge branch 'cp' into rollfwd 2017-01-26 08:51:30 -08:00
fuzzer Merge remote-tracking branch 'upstream/master' into ssl_fuzzer 2016-11-08 13:42:43 -08:00
gce add a "perf" option to benchmarks script, generate profile text reports and flamegraphs 2016-12-08 16:03:19 -08:00
gcp fix spell error by pyflakes found 2016-07-17 18:27:23 +08: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 all the other fuzzer tests to internal CI 2017-01-19 18:33:26 -08:00
jenkins add http2 interop tests to Jenkins 2017-01-24 10:37:52 -08:00
openssl Update copyrights 2016-03-31 07:46:18 -07:00
profiling Fix perf reporting 2016-09-09 12:58:55 -07:00
run_tests Fix fuzzing detected failure 2017-01-30 08:17:38 -08: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 Add a suppression for a datarace in proto on an idempotent write 2016-09-23 11:09:15 -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.