grpc/tools
Esun Kim c56b0a3818
Update boringssl to the latest (#27606)
* Change boringssl branch name

* update submodule boringssl-with-bazel with origin/main-with-bazel

* update boringssl dependency to main-with-bazel commit SHA

* regenerate files

* Increment podspec version

* generate boringssl prefix headers
2021-10-06 10:02:23 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Exclude microbenchmarks from cmake (#27588) 2021-10-05 10:13:57 -07:00
codegen/core Separate slices from mdelems for static data (#27372) 2021-09-21 17:27:54 -07:00
debug/core Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
distrib Add python_requires field to grpcio-* packages (#27495) 2021-09-28 16:01:15 -07:00
dockerfile Upgrade PHP7 docker image to use Debian 9 (#27537) 2021-10-01 08:33:19 -07:00
doxygen Revert "centralize handling of channel's default authority (#27544)" (#27616) 2021-10-06 07:26:24 -07:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707) 2021-03-15 15:28:48 -07:00
internal_ci Delete successful load tests. (#27586) 2021-10-05 10:15:01 -07:00
interop_matrix Add v1.41.0 release of grpc-go to interop matrix (#27477) 2021-09-27 03:10:51 -07:00
mkowners Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling update specs file for benchmark (#27581) 2021-10-04 17:29:41 -07:00
release Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
remote_build Upgrade bazel to 4.2.1 (LTS), upgrade bazel toolchain to 4.1.0 (#27410) 2021-09-23 16:20:25 +02:00
run_tests Update boringssl to the latest (#27606) 2021-10-06 10:02:23 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel Add bazel distribtests (minimalist version that only tests with bazel 3.x and 4.x) (#27486) 2021-09-28 02:50:17 -07:00
bazel.rc Update fuzzer infrastructure for developers a little (#27403) 2021-09-20 08:39:52 -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.