Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed check for status error message. Investigating why node servers send ↵ | Noah Eisen | 2016-09-29 |
| | | | | messages back that are not empty | ||
* | Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests | Noah Eisen | 2016-09-28 |
|\ | |||
* | | changed method name in test.proto to more accurately reflect how the calls ↵ | Noah Eisen | 2016-09-28 |
| | | | | | | | | will be used | ||
* | | 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 | ||
| * | Dont run benchmarks outside of linux for now | Craig Tiller | 2016-09-27 |
| | | |||
| * | Reduce # of benchmarks run as Jenkins unit tests | Craig Tiller | 2016-09-27 |
| | | |||
| * | Merge pull request #7928 from yang-g/void_cast | Nicolas Noble | 2016-09-26 |
|/| | | | | | Prevent some compilers compaining unused return value | ||
* | | Properly init variable | yang-g | 2016-09-22 |
| | | |||
* | | clang-format | Yuchen Zeng | 2016-09-21 |
| | | |||
* | | Fix portibality issues | Yuchen Zeng | 2016-09-21 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cli_list | Yuchen Zeng | 2016-09-21 |
|\ \ | |||
| * \ | Merge pull request #7899 from y-zeng/cli_type | Yuchen Zeng | 2016-09-21 |
| |\ \ | | | | | | | | | gRPC CLI type command | ||
| * \ \ | Merge pull request #7846 from markdroth/max_send_size_filter | Mark D. Roth | 2016-09-19 |
| |\ \ \ | | | | | | | | | | | Add channel arg for max send message size and add message size filter. | ||
| * \ \ \ | Merge pull request #8113 from yang-g/verify_auth_headers | Yang Gao | 2016-09-18 |
| |\ \ \ \ | | | | | | | | | | | | | Add a check for metadata from auth plugin | ||
| | | | * | | Fix CliCredentials reference | Yuchen Zeng | 2016-09-16 |
| | | | | | | |||
| | | | * | | Merge remote-tracking branch 'upstream/master' into cli_type_fork | Yuchen Zeng | 2016-09-16 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
* | | | | | | Fix ListServices args | Yuchen Zeng | 2016-09-16 |
| | | | | | | |||
| | * | | | | make inline metadata value clearer | yang-g | 2016-09-16 |
| | | | | | | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | * | | | | Add a test for nonbin header containing binary value | yang-g | 2016-09-15 |
| | | | | | | |||
| * | | | | | Merge pull request #8094 from ctiller/wait_to_start | Craig Tiller | 2016-09-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Wait to start C++ clients until all connections are made | ||
| * \ \ \ \ \ | Merge pull request #7845 from yang-g/header | Yang Gao | 2016-09-15 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Include config file so that protobuf declarations can be found and overridden. | ||
| | | | * | | | | Add a check for metadata from auth plugin | yang-g | 2016-09-15 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #7746 from dgquintas/lb_add_md | David G. Quintas | 2016-09-15 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | Updates to gRPC LB | ||
* | | | | | | | | Clang-format | Yuchen Zeng | 2016-09-15 |
| | | | | | | | | |||
| | * | | | | | | More PR comments | David Garcia Quintas | 2016-09-14 |
| | | | | | | | | |||
| | | | * | | | | Dont start requests until all clients have gotten connected | Craig Tiller | 2016-09-14 |
| | | | | | | | | |||
| | | | * | | | | Add an initial mark that clients could use to delay startup of requests | Craig Tiller | 2016-09-14 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #7559 from dgquintas/codegen_cleanse | Craig Tiller | 2016-09-13 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | Removed references to public APIs from codegen/ | ||
| | | * | | | | | More PR comments. | David Garcia Quintas | 2016-09-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly, removed all user_data memory management responsibilities from the round robin policy. | ||
| | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-13 |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||
| | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_add_md | David Garcia Quintas | 2016-09-12 |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into void_cast | yang-g | 2016-09-12 |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | |||
* | | | | | | | | Add header guard | Yuchen Zeng | 2016-09-12 |
| | | | | | | | | |||
* | | | | | | | | Fix protobuf dependency | Yuchen Zeng | 2016-09-12 |
| | | | | | | | | |||
* | | | | | | | | Fix portability issues | Yuchen Zeng | 2016-09-12 |
| | | | | | | | | |||
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into cli_list | Yuchen Zeng | 2016-09-12 |
|\| | | | | | | | |||
* | | | | | | | | Fix portability issues | Yuchen Zeng | 2016-09-12 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #7929 from yang-g/externC | Nicolas Noble | 2016-09-12 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | The public headers already have extern C | ||
| | | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-08 |
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||
| * | | | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #7816 from ctiller/benchmark-verbosity | Craig Tiller | 2016-09-07 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Increase log verbosity for benchmark driver | ||
| | | | | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-06 |
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||
| | | | | | | | * | | | 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-09-03 |
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #7018 from vjpai/fc_unary | kpayson64 | 2016-09-02 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Support server-side streaming of a unary RPC | ||
| | | | | | * \ \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-02 |
| | | | | | |\ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||
| | | | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_add_md | David Garcia Quintas | 2016-09-02 |
| | | | | | | |\ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |||
| | | | * | | | | | | | | Change UnimplementedService to UnimplementedEchoService in echo.proto | murgatroid99 | 2016-09-01 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | Merge pull request #7914 from y-zeng/cli_main_fork | kpayson64 | 2016-09-01 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve gRPC CLI |