aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #14691 from jtattermusch/kokoro_packages_distribtestGravatar Jan Tattermusch2018-03-14
|\ | | | | Add kokoro build_packages and distribtests jobs.
* \ Merge pull request #14661 from murgatroid99/node_pure_js_interop_clientGravatar Michael Lumish2018-03-13
|\ \ | | | | | | Add Node pure JS interop client
| | * add build_packages and distribtest kokoro jobsGravatar Jan Tattermusch2018-03-13
| | |
| | * make package builds work on kokoroGravatar Jan Tattermusch2018-03-13
| | |
* | | Abstract libuv implementationGravatar kpayson642018-03-13
| |/ |/| | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
| * Add another missing install lineGravatar murgatroid992018-03-12
| |
* | Merge pull request #14678 from adelez/foundry_integrationGravatar adelez2018-03-12
|\ \ | | | | | | Incease job to 100.
* \ \ Merge pull request #14591 from vjpai/framesizeGravatar Vijay Pai2018-03-12
|\ \ \ | | | | | | | | Build with stack frame size limits
| | | * Fix python script styleGravatar murgatroid992018-03-12
| | | |
| | * | Incease job to 100.Gravatar Adele Zhou2018-03-12
| |/ / |/| |
| | * Fix syntax errorGravatar murgatroid992018-03-12
| | |
| | * Node pure JS interop: add missing install line, skip more testsGravatar murgatroid992018-03-12
| | |
| | * Use different docker image for Node pure JS interop testsGravatar murgatroid992018-03-12
| | |
| | * Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures ↵Gravatar murgatroid992018-03-09
| | | | | | | | | | | | for Node
| | * Add Node pure JS interop clientGravatar murgatroid992018-03-09
| | |
* | | Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
| |/ |/|
* | 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
|/ / /
| | * Use stack frame size limits for consistency with internal buildsGravatar Vijay Pai2018-03-05
| |/ |/|
* | 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
| |_|/ / / |/| | | |