aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #14504 from grpc/v1.10.xGravatar Mehrdad Afshari2018-02-23
|\ | | | | Fix dockerized Linux artifact builds on master (upmerge from 1.10.x)
| * Fix submodule handling in dockerized testsGravatar Mehrdad Afshari2018-02-22
| |
* | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| |
| * Fix Linux artifact buildsGravatar Mehrdad Afshari2018-02-22
| | | | | | | | | | | | | | | | | | | | | | Change `git submodule` copying mechanism from the host to the docker container to use `git clone` instead of `git submodule update --init --reference`, which reaches out to the network and fails on older docker containers with deprecated openssl versions that do not support modern TLS versions required by GitHub, e.g. manylinux1. This fixes artifact builds for protoc and Python on Linux.
| * Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| |
* | Check sanity of src directoryGravatar Muxi Yan2018-02-21
|/
* Merge pull request #14437 from yihuazhang/security_connector_replacementGravatar Mark D. Roth2018-02-21
|\ | | | | Security connector replacement
| * place security_connector in its own subdirectoryGravatar Yihua Zhang2018-02-20
| |
* | Convert LB policy API to C++.Gravatar Mark D. Roth2018-02-20
|/
* Merge pull request #14444 from dgquintas/kill_grpclb_testGravatar David G. Quintas2018-02-15
|\ | | | | Removed outdated grpclb_test
* \ Merge pull request #14210 from muxi/move-cpp-headersGravatar Muxi Yan2018-02-15
|\ \ | | | | | | gRPC C++ Public Header Directory Change
* \ \ Merge pull request #14443 from ericgribkoff/java_v1.10.0Gravatar Eric Gribkoff2018-02-15
|\ \ \ | | | | | | | | Add grpc-java 1.10.0 to interop matrix
| | | * Removed outdated grpclb_testGravatar David Garcia Quintas2018-02-15
| | | |
| * | | Add grpc-java 1.10.0 to interop matrixGravatar Eric Gribkoff2018-02-15
| | |/ | |/|
* / | fix github uri in client_matrix.pyGravatar Eric Gribkoff2018-02-15
|/ /
| * Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
| |
* | Merge pull request #14411 from apolcyn/python_test_deps_in_bazelGravatar apolcyn2018-02-14
|\ \ | | | | | | Add 3rd-party bazel dependencies needed to run resolver tests in bazel
| * | Add python bazel deps needed to run resolver component testsGravatar Alex Polcyn2018-02-14
| | |
* | | Re gen projectsGravatar Noah Eisen2018-02-14
| | |
* | | Add reproGravatar Noah Eisen2018-02-14
| | |
* | | Add fuzz reproGravatar Noah Eisen2018-02-14
| | |
* | | Add fuzz reproGravatar Noah Eisen2018-02-14
| | |
* | | Add reproGravatar Noah Eisen2018-02-13
| | |
* | | Enforce shellcheck on tools/gceGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix create_linux_performance_worker.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix linux_performance_worker_init.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix linux_kokoro_performance_worker_init.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix create_windows_debug_worker.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix create_linux_kokoro_performace_worker.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix linux_worker_init.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix create_linux_worker.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| | |
* | | Fix create_interop_worker.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-13
| |/ |/|
* | Merge pull request #14395 from adelez/foundry_integrationGravatar adelez2018-02-12
|\ \ | | | | | | Fix fuzzer tests for Bazel
* \ \ Merge pull request #14410 from mehrdada/portability-client-matrixGravatar Mehrdad Afshari2018-02-12
|\ \ \ | | | | | | | | Add 1.9.1 to interop matrix
| | * | Pin bazel to 0.9.0Gravatar Adele Zhou2018-02-12
| |/ / |/| |
| * | Add 1.9.1 to interop matrixGravatar Mehrdad Afshari2018-02-12
| |/
* / Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|/
* Merge pull request #14398 from ejona86/grpc-java-1.9.1Gravatar Eric Anderson2018-02-12
|\ | | | | Add grpc-java 1.9.1 to interop matrix
| * Add grpc-java 1.9.1 to interop matrixGravatar Eric Anderson2018-02-09
| |
* | Add non-blocking testGravatar Vijay Pai2018-02-09
|/
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
* \ Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \
| | * Merge pull request #14360 from mehrdada/shellcheck-slash-testGravatar Mehrdad Afshari2018-02-08
| |/| | | | | | | Enforce shellcheck on scripts under /test/
| * | Merge pull request #14379 from yashykt/chttp2_heap_use_after_freeGravatar Yash Tibrewal2018-02-08
| |\ \ | | | | | | | | Fix heap use-after-free bug in chttp2 reported by fuzzer
| * \ \ Merge pull request #14196 from vjpai/gpr_review_tlsGravatar Vijay Pai2018-02-08
| |\ \ \ | | | | | | | | | | GPR review: Privatize thread-local storage headers
| | | * | running generate_projects scriptGravatar Yash Tibrewal2018-02-08
| | | | |
| * | | | Merge pull request #13684 from markdroth/c++_resolverGravatar Mark D. Roth2018-02-08
| |\ \ \ \ | | | | | | | | | | | | C++ Resolver API
* | | | | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\| | | | |
* | | | | | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \ \ \ \ \
| | | * | | | Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
| | |/ / / / | |/| | | |