aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix algorithm_testGravatar Muxi Yan2017-10-09
* Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-10-06
|\
* | Make the names of compression algorithms backwards compatible at surface APIGravatar Muxi Yan2017-10-06
| * Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-06
| |\
| | * Merge pull request #12769 from ctiller/fuzzyGravatar Craig Tiller2017-10-06
| | |\
| * | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-06
| |\| |
| | * | Merge pull request #12852 from vjpai/rentGravatar Vijay Pai2017-10-05
| | |\ \
| | * \ \ Merge pull request #12855 from vjpai/new_constGravatar Vijay Pai2017-10-05
| | |\ \ \
| | | * | | Add some const that is now allowedGravatar Vijay Pai2017-10-05
| | * | | | Eliminate magic #s, follow APIGravatar Vijay Pai2017-10-05
| | |/ / /
| | | * / Reduce # of message sizes used in each scenarioGravatar Vijay Pai2017-10-05
| | |/ /
| | * | Merge pull request #12828 from yang-g/delete_stress_clientsGravatar Yang Gao2017-10-05
| | |\ \
| * | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
| |\| | |
| | * | | Merge branch 'master' into externCGravatar Yash Tibrewal2017-10-05
| | |\ \ \
| * | \ \ \ Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | reduce timeout for json_run_localhostGravatar Jan Tattermusch2017-10-05
| | | | * | Properly clean up stress test clientsGravatar yang-g2017-10-04
| | | |/ / | | |/| |
| | | * | Some final linker and build issues. Also, resolving invalid_channel_args_testGravatar Yash Tibrewal2017-10-03
| | |/ /
| | | * FixesGravatar Craig Tiller2017-10-03
| | | * Merge github.com:grpc/grpc into fuzzyGravatar Craig Tiller2017-10-03
| | | |\ | | | |/ | | |/|
| | | * Revert deleted fileGravatar Craig Tiller2017-10-03
| | | * Make this workGravatar Craig Tiller2017-10-03
| * | | Fix testGravatar Craig Tiller2017-10-03
| | * | Merge pull request #9556 from y-zeng/cli_batch_rebasedGravatar Yuchen Zeng2017-10-02
| | |\ \
| * | \ \ Merge branch 'flowctlN' into flowctl+millisGravatar Craig Tiller2017-10-02
| |\ \ \ \
| * \ \ \ \ Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-02
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'master' into epoll1_h2proxy_tests_fixGravatar Yash Tibrewal2017-09-29
| | |\ \ \ \
| | | | | * | Fix windows buildGravatar Yuchen Zeng2017-09-29
| | | | | * | gRPC CLI batch modeGravatar Yuchen Zeng2017-09-29
| | | | |/ / | | | |/| |
| * | | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | | | * Moving to allow fuzzer test to run entire corpora under bazelGravatar Craig Tiller2017-09-29
| | | |_|/ | | |/| |
| | * | | Merge pull request #12374 from markdroth/plugin_credentials_api_fixGravatar Mark D. Roth2017-09-29
| | |\ \ \
| | * | | | Add a simple testGravatar yang-g2017-09-28
| | | * | | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-28
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #12651 from apolcyn/cares_srv_master_after_uinittestsGravatar apolcyn2017-09-28
| | |\ \ \ \
| | | | | * | Fix compression tests for when they expect the client to receive the completi...Gravatar Yash Tibrewal2017-09-28
| | | |_|/ / | | |/| | |
| | * | | | Merge pull request #12729 from yang-g/osxisdifferentGravatar Yang Gao2017-09-28
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #12474 from yihuazhang/async_tsi_testGravatar Mark D. Roth2017-09-28
| | |\ \ \ \ \
| | | | | * | | Add c-ares resolver tests against GCE DNS, using the unit test.Gravatar Alexander Polcyn2017-09-27
| | * | | | | | Readd grpclb fallbackGravatar Juanli Shen2017-09-27
| | | |_|/ / / | | |/| | | |
| | | | * | | Fix bad_client_window_overflow_test at macGravatar yang-g2017-09-26
| | | |/ / / | | |/| | |
| | * | | | Revert "General executor speedups, introspection"Gravatar Craig Tiller2017-09-26
* | | | | | Fix C++ buildsGravatar Muxi Yan2017-09-26
* | | | | | fix test BUILDGravatar Muxi Yan2017-09-25
* | | | | | clang-formatGravatar Muxi Yan2017-09-25
* | | | | | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-09-25
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
| | | | |\ \ | | |_|_|/ / | |/| | | |
* | | | | | Allow spaces in content-encodingGravatar Muxi Yan2017-09-25
* | | | | | Change C core surface APIGravatar Muxi Yan2017-09-25
| * | | | | Merge pull request #12686 from muxi/fix-cancel-after-invokeGravatar Muxi Yan2017-09-25
| |\ \ \ \ \