Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-20 |
|\ | |||
| * | Simplify cpp stress flags | ncteisen | 2017-01-18 |
| | | |||
* | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-12 |
|\| | |||
| * | Merge pull request #9139 from ericgribkoff/http2_client | Eric Gribkoff | 2017-01-11 |
| |\ | | | | | | | | | | | | | Add HTTP/2 interop test client Known failures: https://github.com/grpc/grpc/issues/8629 | ||
| * | | manual revert of #8901 | yang-g | 2017-01-11 |
| | | | |||
| | * | Adds HTTP/2 interop test client | Eric Gribkoff | 2017-01-11 |
| |/ | |||
* | | clang-format | Craig Tiller | 2017-01-10 |
| | | |||
* | | Fix interop | Craig Tiller | 2017-01-10 |
|/ | |||
* | Fix metrics server | Sree Kuchibhotla | 2016-12-16 |
| | |||
* | Interop test might take a little longer to start up (esp. w/tsan) | Craig Tiller | 2016-12-05 |
| | |||
* | Fix data race with atomic for interop c++ | David Garcia Quintas | 2016-12-04 |
| | |||
* | Revert "Test credentials provider update" | Craig Tiller | 2016-11-29 |
| | |||
* | ! | yang-g | 2016-11-23 |
| | |||
* | Support custom credential type in interop | yang-g | 2016-11-23 |
| | |||
* | Test credentials provider update | yang-g | 2016-11-22 |
| | |||
* | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
| | |||
* | Fix clang format | Noah Eisen | 2016-10-28 |
| | |||
* | Use default Empty ctor instead of Empty::default_instance | Noah Eisen | 2016-10-28 |
| | |||
* | Add unimplemented_service test case for cpp interop client | Noah Eisen | 2016-10-27 |
| | |||
* | Merge pull request #8437 from makdharma/stress_test_options | makdharma | 2016-10-25 |
|\ | | | | | modify stress_test command line options | ||
* \ | Merge pull request #8418 from markdroth/interop_flags | Mark D. Roth | 2016-10-21 |
|\ \ | | | | | | | Allow specifying extra flags for C++ interop server. | ||
| | * | clang-format fixes | Makarand Dharmapurikar | 2016-10-21 |
| | | | |||
| | * | modify stress_test command line options | Makarand Dharmapurikar | 2016-10-20 |
| | | | | | | | | | | | | Modify command line options to be consistent with interop_client. | ||
* | | | Changed name of rpc method to fit with the conventional naming. Also fixed ↵ | Noah Eisen | 2016-10-19 |
| |/ |/| | | | | | type in interop client flag help message | ||
| * | Allow specifying extra flags for C++ interop server. | Mark D. Roth | 2016-10-18 |
|/ | |||
* | Merge pull request #7201 from markdroth/run_interop_tests_go | Mark D. Roth | 2016-10-18 |
|\ | | | | | Fix status_code_and_message interop test for C++ and PHP. Change run_interop_tests.py to run this test for C++ and Go. | ||
* | | clang-format | Mark D. Roth | 2016-10-14 |
| | | |||
* | | changed whitespace | Noah Eisen | 2016-10-12 |
| | | |||
* | | reverting a file for the last commit caused a function to be deleted from ↵ | Noah Eisen | 2016-10-12 |
| | | | | | | | | interop_client. This commit adds that function back in | ||
* | | also reverted interop server, since mark had already made the changes I did ↵ | Noah Eisen | 2016-10-12 |
| | | | | | | | | in an un merged pull request | ||
* | | manually fixed merge conflict. caused by the addition of a different new ↵ | Noah Eisen | 2016-10-12 |
|\ \ | | | | | | | | | | interop test | ||
| * | | Fixed clang-format sanity error | David Garcia Quintas | 2016-10-12 |
| | | | |||
| * | | Merge pull request #8101 from makdharma/cacheable_unary | makdharma | 2016-10-12 |
| |\ \ | | | | | | | | | Add interop test for Cacheable Unary Calls | ||
* | | | | added status request ability to the FullDuplexCall so that cpp server can ↵ | Noah Eisen | 2016-10-07 |
| | | | | | | | | | | | | | | | | pass the node client's status_code_and_message test | ||
| | * | | yet another gcc 4.4 compile fix. | Makarand Dharmapurikar | 2016-09-30 |
| | | | | |||
| | * | | fix for gcc 4.4 warning | Makarand Dharmapurikar | 2016-09-30 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into run_interop_tests_go | Mark D. Roth | 2016-09-30 |
| | | |\ | | |_|/ | |/| | | |||
* | | | | Fixed type in comments | Noah Eisen | 2016-09-29 |
| | | | | |||
* | | | | removed check for status error message. Investigating why node servers send ↵ | Noah Eisen | 2016-09-29 |
| | | | | | | | | | | | | | | | | messages back that are not empty | ||
* | | | | changed method name in test.proto to more accurately reflect how the calls ↵ | Noah Eisen | 2016-09-28 |
| | | | | | | | | | | | | | | | | will be used | ||
| | * | | changed timestamp clock from REALTIME to PRECISE | Makarand Dharmapurikar | 2016-09-28 |
| | | | | | | | | | | | | | | | | to increase robustness | ||
* | | | | added the unimplemented_call test to interop_client.cc. Next step is to call ↵ | Noah Eisen | 2016-09-28 |
|/ / / | | | | | | | | | | this from the driver program, run_interop_tests.py | ||
| * | | doc fixes and max-age set to 60 | Makarand Dharmapurikar | 2016-09-28 |
| | | | |||
| * | | Addressed review feedback | Makarand Dharmapurikar | 2016-09-27 |
| | | | | | | | | | | | | | | | 1. modified documentation 2. changed test slightly to make it more robust to accidental cache hits | ||
* | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
|\ \ \ | |||
| | * | | Add interop test for Cacheable Unary Calls | Makarand Dharmapurikar | 2016-09-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method | ||
* | | | | Increase max send message size on server used in objc tests. | Mark D. Roth | 2016-09-06 |
| |/ / |/| | | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-30 |
| |\ \ | |/ / |/| | |