aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Merge pull request #7100 from sreecha/stress_test_metrics_fixGravatar kpayson642016-07-08
|\
| * Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-07-07
| |\
* | | removed use of __func__ in testGravatar David Garcia Quintas2016-07-06
* | | Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
|\ \ \ | | |/ | |/|
* | | Added test for CGravatar David Garcia Quintas2016-07-02
| * | Merge pull request #7210 from ctiller/no-more-zookeeperGravatar Nicolas Noble2016-07-01
| |\ \
| | * | Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
| * | | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
| |\| |
* | | | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |/ / |/| |
| | * Merge branch 'master' into stress_test_metrics_fixGravatar Sree Kuchibhotla2016-06-30
| | |\ | |_|/ |/| |
* | | Merge pull request #7164 from dgquintas/fix_import_zuGravatar Jan Tattermusch2016-06-30
|\ \ \
| * | | fixed size_t format stringGravatar David Garcia Quintas2016-06-29
| | | * Fix cout error stringGravatar Sree Kuchibhotla2016-06-29
* | | | Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
|\| | |
| | * | Fix format issuesGravatar Yuchen Zeng2016-06-28
| * | | Merge pull request #7095 from ctiller/all_calls_togetherGravatar Craig Tiller2016-06-28
| |\ \ \
| * \ \ \ Merge pull request #7082 from ctiller/time_errorsGravatar Craig Tiller2016-06-27
| |\ \ \ \
| | | | | * Fix metrics client loggingGravatar Sree Kuchibhotla2016-06-27
| * | | | | Merge pull request #7019 from dgquintas/wrong_msg_interop_client_cppGravatar Jan Tattermusch2016-06-27
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | * | Colocate calls for the same channel on the same CQGravatar Craig Tiller2016-06-27
* | | | | | Fix new testGravatar Craig Tiller2016-06-27
|/ / / / /
* | | | | Merge pull request #6644 from ctiller/reuse_portGravatar Jan Tattermusch2016-06-27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | Annotate error.c for timing, remove broken testGravatar Craig Tiller2016-06-27
| |_|/ / |/| | |
| | * | printf portability sucksGravatar David Garcia Quintas2016-06-27
* | | | Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ \ \ \
| | * \ \ Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
|\ \ \ \ \
| | | | | * Fix test failureGravatar Yuchen Zeng2016-06-24
* | | | | | Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
|\ \ \ \ \ \
| | | | | * | Fixed error messages for C++ interop client.Gravatar David Garcia Quintas2016-06-23
| |_|_|_|/ / |/| | | | |
| | * | | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | | * Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-22
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | * | | clang-format fixesGravatar Makarand Dharmapurikar2016-06-22
| | * | | | Compilation failureGravatar Sree Kuchibhotla2016-06-22
| | * | | | Fix build errors on some configurationsGravatar Sree Kuchibhotla2016-06-22
| | | | | * Init grpc for each testGravatar Yuchen Zeng2016-06-22
| | | | | * Memset ops before being used, destroy metadata_recv after beign usedGravatar Yuchen Zeng2016-06-22
| | * | | | Use pipe fds instead of event fds for the testGravatar Sree Kuchibhotla2016-06-22
| | | | * | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-22
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #6839 from dgquintas/simplify_compression_interopGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \
| | | * | | | Integrate with unified error reportingGravatar Sree Kuchibhotla2016-06-21
| | | | | * | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-21
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | fixed faulty server streaming c++ test caseGravatar David Garcia Quintas2016-06-21
| * | | | | | fixed bad merge. c++ tests should work againGravatar David Garcia Quintas2016-06-21
| | | * | | | Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| | | |\ \ \ \
* | | | \ \ \ \ Merge pull request #6969 from ctiller/stream_finishGravatar Jan Tattermusch2016-06-21
|\ \ \ \ \ \ \ \
| | | | | | | * | Add commentGravatar Craig Tiller2016-06-21
| | | | | | | * | Make sure to poll cqGravatar Craig Tiller2016-06-21
| | | | | | | * | clang-formatGravatar Craig Tiller2016-06-21
| | | | | | | | * Fixed gpr_log format issues in linux_x86_default_boGravatar Yuchen Zeng2016-06-20