aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | Merge pull request #8909 from jtattermusch/images_to_dockerhubGravatar Jan Tattermusch2016-12-02
| | | |\ \ \ \ \ \ \ \
| | | | | | | | * | | | Temporarily enable gpr_slice_* functions to not break api compatibilityGravatar Sree Kuchibhotla2016-12-01
| | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | | | | | * | | | | Move hex dump to before crash.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | My python-fu is rustier than an old nail.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Stringify generator result.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | List, not generator.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Fix python.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Add hex dump.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Use future print(). Ugh.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Python sucks.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Attempt to fix syntax error in debugging lines.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Add debugging.Gravatar Mark D. Roth2016-12-01
| | | | | | * | | | | Attempt to deal with unicode strings in jenkins environment.Gravatar Mark D. Roth2016-12-01
| | * | | | | | | | | debugGravatar Craig Tiller2016-11-30
* | | | | | | | | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-11-30
|\| | | | | | | | | |
| * | | | | | | | | | Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-11-30
| |\| | | | | | | | |
| | * | | | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | | | | * | | | | Merge remote-tracking branch 'upstream/master' into security_handshaker2Gravatar Mark D. Roth2016-11-30
| | | | | | |\ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | | | * | | | | | allow pulling a docker image from dockerhub instead of building locallyGravatar Jan Tattermusch2016-11-30
| | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | get rid of the obsolete C# package builderGravatar Jan Tattermusch2016-11-30
| | | |/ / / / / /
| | | | * | | | | Fixed build.yaml and ran generate_projects.sh.Gravatar Mark D. Roth2016-11-29
| | | | * | | | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-29
| | | | |\ \ \ \ \
| | | * | | | | | | Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
| | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Merge pull request #8838 from yang-g/test_credentialsGravatar Yang Gao2016-11-29
| | | |\ \ \ \ \ \
| | | * | | | | | | Take into account all the configsGravatar Craig Tiller2016-11-29
| | | * | | | | | | Limit outstanding rpc count for synchronous {client,server} tsan testsGravatar Craig Tiller2016-11-28
| | | * | | | | | | Merge pull request #8872 from ctiller/fixit7Gravatar Craig Tiller2016-11-28
| | | |\ \ \ \ \ \ \
| | | | | | | | | * | Drop support for Node 0.12 and io.js 1.0Gravatar murgatroid992016-11-28
| | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | | | | | | * | Merge pull request #8818 from murgatroid99/node_7_build_enableGravatar Michael Lumish2016-11-28
| | | | | | | | |\ \
| | | | * | | | | | | Make a better educated guess about CPU costs of a benchmarkGravatar Craig Tiller2016-11-28
| | | | * | | | | | | Make a better educated guess about CPU costs of a benchmarkGravatar Craig Tiller2016-11-28
| | | * | | | | | | | Run tools/buildgen/generate_projects.shGravatar ncteisen2016-11-28
| | | |/ / / / / / /
| | | | | | * | | | Renamed google_benchmark submodule to benchmarkGravatar David Garcia Quintas2016-11-23
| | | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interopGravatar Noah Eisen2016-11-23
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | | | | | * | | Fix breaking generate_project.pyGravatar Muxi Yan2016-11-23
| | | | | | | * | | Revert "Missed file"Gravatar Muxi Yan2016-11-23
| | | | | * | | | | resolve dependencyGravatar yang-g2016-11-23
| | | | * | | | | | Merge remote-tracking branch 'upstream/v1.0.x' into HEADGravatar Jan Tattermusch2016-11-22
| | | | |\ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | | | | | | * | Re-enable Node 7 artifact buildGravatar murgatroid992016-11-21
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | Merge pull request #8792 from jtattermusch/interop_less_verboseGravatar Jan Tattermusch2016-11-21
| | | | |\ \ \ \ \
* | | | | \ \ \ \ \ Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | fix windows benchmarks and upload all 3 reportsGravatar Jan Tattermusch2016-11-18
| | | | | * | | | | stop using login shell for invoking interop testsGravatar Jan Tattermusch2016-11-18
| | | | | * | | | | ruby doesnt need login shellGravatar Jan Tattermusch2016-11-18
| | | | | * | | | | node doesnt need login shellGravatar Jan Tattermusch2016-11-18
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #8768 from jtattermusch/windows_performance_testsGravatar Jan Tattermusch2016-11-17
| | |\ \ \ \ \ \ \
| | | | | | | * | | Rename security handshaker files.Gravatar Mark D. Roth2016-11-17
| | | | | | | * | | Use the same connector code for both secure and insecure clients.Gravatar Mark D. Roth2016-11-17
| | * | | | | | | | Merge pull request #8617 from markdroth/service_config_jsonGravatar Mark D. Roth2016-11-17
| | |\ \ \ \ \ \ \ \