aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #14630 from kpayson64/increase_mac_artifact_build_timeoutGravatar kpayson642018-03-08
|\ | | | | Increase mac Python artifact build timeout
* | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
| |
* | Merge pull request #14629 from jtattermusch/bump_boringsslGravatar Jan Tattermusch2018-03-08
|\ \ | | | | | | Update third_party/boringssl to the latest chromium-stable
* | | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
| | |
| | * Increase mac Python artifact build timeoutGravatar kpayson642018-03-07
| | |
| * | regenerate projectsGravatar Jan Tattermusch2018-03-07
| | |
| * | update third_party/boringssl to the latest chromium-stableGravatar Jan Tattermusch2018-03-07
|/ /
* | Merge pull request #14120 from jakobr-google/dartGravatar Jan Tattermusch2018-03-07
|\ \ | | | | | | Add Dart support in interop test suite
* | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| | |
| * | Update grpc-dart repo after The Move.Gravatar Jakob Roland Andersen2018-03-06
| | |
| * | Use pre-built Dart docker image.Gravatar Jakob Roland Andersen2018-03-06
| | |
| * | clone grpc-dart when running on kokoroGravatar Jan Tattermusch2018-03-06
| | |
| * | yapf format codeGravatar Jan Tattermusch2018-03-06
| | |
| * | fix sanity testsGravatar Jan Tattermusch2018-03-06
| | |
| * | WIP: Add Dart support in interopGravatar Jakob Roland Andersen2018-03-06
|/ /
* | Revert removals from python artifact dockerfilesGravatar Naresh2018-03-05
| | | | | | | | | | | | | | 89ce16b removed a few package installations from the dockerfiles for building python artifacts. Revert them. Revert certain package install removal from python artifact dockerfiles
* | Update Dockerfiles for python artifacts to use latest git versionGravatar Naresh2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | Due to a recent change (Feb 2018) in Github's policy to discontinue support for weak cryptographic standards, older git versions stopped working with Github repositories. The Dockerfiles for building python artifacts currently uses git 2.0.5, that fails with an error `tlsv1 alert protocol version`. The CentOS image by the latest source Dockerfile, `manylinux` comes with the latest version of git as well, removing the need to manually build git from source.
* | Merge pull request #14459 from vjpai/2phase_thdGravatar Vijay Pai2018-03-02
|\ \ | | | | | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
* \ \ Merge pull request #14579 from adelez/foundry_integrationGravatar adelez2018-03-02
|\ \ \ | | | | | | | | Fix msan command
| * | | Fix msan commandGravatar Adele Zhou2018-03-02
| | | |
* | | | Merge pull request #14193 from ericgribkoff/android_cpp_helloworldGravatar Eric Gribkoff2018-03-02
|\ \ \ \ | |/ / / |/| | | C++ on Android: Hello World client and server
| * | | C++ on Android example client and serverGravatar Eric Gribkoff2018-03-02
| | | |
* | | | Merge pull request #14441 from menghanl/fix_release_matrixGravatar adelez2018-03-01
|\ \ \ \ | | | | | | | | | | Add go release versions to client_matrix.py
| | | * \ Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
| | | |\ \
* | | | | | Refactor the scripts to remove redundant code.Gravatar Adele Zhou2018-03-01
| | | | | |
* | | | | | use mktemp to avoid hardcoding temp dir.Gravatar Adele Zhou2018-03-01
| | | | | |
* | | | | | MSAN scriptGravatar Adele Zhou2018-03-01
| | | | | |
* | | | | | Pin a commit that comes with ubsan and msan.Gravatar Adele Zhou2018-03-01
| | | | | |
* | | | | | Increased timeout.Gravatar Adele Zhou2018-03-01
| | | | | |
* | | | | | Add asan script for remote builds.Gravatar Adele Zhou2018-03-01
| |_|_|/ / |/| | | |
* | | | | Merge pull request #10684 from markdroth/retryGravatar Mark D. Roth2018-03-01
|\ \ \ \ \ | | | | | | | | | | | | Retry support
* | | | | | Introduce a 'weak' and mutable version of slice hash tableGravatar David Garcia Quintas2018-02-28
| |_|/ / / |/| | | |
| * | | | Retry support.Gravatar Mark D. Roth2018-02-28
|/ / / /
* | | | Merge pull request #14530 from adelez/foundry_integrationGravatar adelez2018-02-27
|\ \ \ \ | | | | | | | | | | Upgrade bazel to be able to run ubsan tests.
* \ \ \ \ Merge pull request #14450 from markdroth/c++_service_configGravatar Mark D. Roth2018-02-27
|\ \ \ \ \ | | | | | | | | | | | | Convert slice hash table and service config code to C++
* \ \ \ \ \ Merge branch 'v1.10.x' into masterGravatar Mehrdad Afshari2018-02-26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #14526 from mehrdada/bump-1-10-0-pre2Gravatar Mehrdad Afshari2018-02-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump version to 1.10.0-pre2
| * | | | | | | Delete garbage from Python source packagesGravatar Mehrdad Afshari2018-02-26
| | | | | | | |
| | | | * | | | Update the bazel version to 10 and the container_image version in order to ↵Gravatar Adele Zhou2018-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use ubsan
| | | * | | | | Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
| | | | | | | |
| | | | * | | | Script for UBsan tests.Gravatar Adele Zhou2018-02-26
| | | |/ / / /
* | | / / / / Use higher timeout for objc testsGravatar Muxi Yan2018-02-26
| |_|/ / / / |/| | | | |
| | * | | | Regenerate projectsGravatar Mehrdad Afshari2018-02-26
| |/ / / /
| | | * | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #14518 from grpc/v1.10.xGravatar Matt Kwong2018-02-23
|\| | | | | | | | | | | | | | Include Boringssl fips_fragments files in headers for building (upmerge from v1.10.x)
| * | | | Include Boringssl fips_fragments files in headers for buildingGravatar Matt Kwong2018-02-23
| | | | |
* | | | | Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| |_|_|/ |/| | |
* | | | 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
| | | |