aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Removed non-ISO usage of __FUNCTION__.Gravatar David Garcia Quintas2015-05-31
* Merge github.com:grpc/grpc into but-maybe-i-want-to-pollGravatar Craig Tiller2015-05-30
|\
| * Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\
| * | Fixing build issue.Gravatar Julien Boeuf2015-05-29
| | * Merge branch 'master' of github.com:grpc/grpc into mdctx_free_credsGravatar Julien Boeuf2015-05-29
| | |\
| * | \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\ \ \ | | | |/ | | |/|
* | | | clang-formatGravatar Craig Tiller2015-05-29
* | | | Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
| |/ / |/| |
| | * Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
* | | Merge pull request #1803 from soltanmm/verbosityGravatar Nathaniel Manista2015-05-29
|\ \ \
| * | | Set verbosity to 2 for Python testsGravatar Masood Malekghassemi2015-05-28
| | |/ | |/|
* / | Add a test of cmdline usage strings - and make them sanerGravatar Craig Tiller2015-05-28
|/ /
* | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-27
|\ \
| * \ Merge pull request #1745 from ctiller/misbehaving-is-expectedGravatar Nicolas Noble2015-05-27
| |\ \
| * | | Add a check against potential failure to bring up client binaryGravatar Yang Gao2015-05-26
* | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-26
|\ \ \ \
| | * | | Correct the test request/response size, to be consistent with the test spec:h...Gravatar Xudong Ma2015-05-26
| |/ / /
| | | * Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | | |\ | | |_|/ | |/| |
| | * | clang-formatGravatar Craig Tiller2015-05-26
| | * | Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
| |/ /
| * | Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
| * | Merge pull request #1706 from ctiller/streaming-crash-boom-bangGravatar Nicolas Noble2015-05-22
| |\ \
* | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-22
|\| | |
* | | | Fixed typoGravatar David Garcia Quintas2015-05-22
| * | | Merge pull request #1703 from ctiller/fuglyGravatar Vijay Pai2015-05-22
| |\ \ \
| * \ \ \ Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmmGravatar Yang Gao2015-05-21
| |\ \ \ \
| * \ \ \ \ Merge pull request #1693 from dgquintas/fix_sleep_forGravatar Vijay Pai2015-05-21
| |\ \ \ \ \
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-21
|\| | | | | |
| | | * | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Add missing copyright noticesGravatar Craig Tiller2015-05-21
| | | * | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | * | clang-formatGravatar Craig Tiller2015-05-21
| | | | | * | Fix shutdown crash in async streaming testGravatar Craig Tiller2015-05-21
| | | | |/ /
| | | | * / clang-format qps code - it was getting out of handGravatar Craig Tiller2015-05-21
| | |_|/ / | |/| | |
| * | | | Merge pull request #1669 from dgquintas/benchmark_hosts_infoGravatar Vijay Pai2015-05-21
| |\ \ \ \
| | | | | * Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-21
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | * | | Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
| | |/ / / | |/| | |
* | | | | Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
* | | | | Improvements to reporting mechanism based on comments.Gravatar David Garcia Quintas2015-05-20
* | | | | Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
* | | | | Added missing benchmark_config.* filesGravatar David Garcia Quintas2015-05-20
* | | | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} i...Gravatar David Garcia Quintas2015-05-20
* | | | | Refactored benchmark reporting mechanism.Gravatar David Garcia Quintas2015-05-20
|/ / / /
| | | * Addressing comments.Gravatar Julien Boeuf2015-05-20
* | | | Merge pull request #1681 from ctiller/asan-is-magicalGravatar jboeuf2015-05-20
|\ \ \ \
* \ \ \ \ Merge pull request #1683 from ctiller/i-could-teach-you-but-id-have-to-chargeGravatar David G. Quintas2015-05-20
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #1680 from ctiller/asan-scrubGravatar David G. Quintas2015-05-20
|\ \ \ \ \ \
| | | | * | | Fix to work around the fact that Histogram isn't copyable.Gravatar David Garcia Quintas2015-05-20
* | | | | | | Merge pull request #1641 from ctiller/check-some-more-thingsGravatar Vijay Pai2015-05-20
|\ \ \ \ \ \ \
| | | * | | | | Fix leaks in dualstack_socket_testGravatar Craig Tiller2015-05-20
| |_|/ / / / / |/| | | | | |