Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-13 | |
|\ \ | ||||
| | * | manually fixed merge conflict. caused by the addition of a different new ↵ | Noah Eisen | 2016-10-12 | |
| | |\ | | |/ | |/| | | | | interop test | |||
| * | | Merge pull request #8101 from makdharma/cacheable_unary | makdharma | 2016-10-12 | |
| |\ \ | | | | | | | | | Add interop test for Cacheable Unary Calls | |||
| | * | | trivial change to kick off jenkins run | Makarand Dharmapurikar | 2016-10-12 | |
| | | | | ||||
* | | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-10 | |
|\| | | | ||||
| * | | | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-10-06 | |
| |\ \ \ | ||||
* | \ \ \ | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-03 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #8050 from ctiller/env | Craig Tiller | 2016-10-03 | |
| |\ \ \ \ | | | | | | | | | | | | | Add documentation for GRPC_ environment variables | |||
| * \ \ \ \ | Merge pull request #8216 from carl-mastrangelo/spec | Craig Tiller | 2016-10-03 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Update Protocol spec to mention idempotency | |||
| | | | | * | | s/flat/flag | Makarand Dharmapurikar | 2016-09-30 | |
| | | | | | | | ||||
| | | | | | * | updated interop test doc. unimplemented test no longer checks error message, ↵ | Noah Eisen | 2016-09-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | since some server languages set it to empty string, and some set it to a non empty message | |||
* | | | | | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-09-29 | |
|\| | | | | | | ||||
| | | | | | * | fixed typo in the updated interop test description file | Noah Eisen | 2016-09-28 | |
| | | | | | | | ||||
| | | | | | * | Update interop-test-descriptions.md | Noah Eisen | 2016-09-28 | |
| | |_|_|_|/ | |/| | | | | ||||
| | | | * | | Update pending API cleanups doc. | Mark D. Roth | 2016-09-28 | |
| | | | | | | ||||
| | | | * | | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-09-28 | |
| | | | |\ \ | | |_|_|/ / | |/| | | | | ||||
| | | | | * | more doc fixes | Makarand Dharmapurikar | 2016-09-28 | |
| | | | | | | ||||
| | | | | * | added comment about setting cacheable flag. | Makarand Dharmapurikar | 2016-09-28 | |
| | | | | | | ||||
| | | | | * | doc fixes and max-age set to 60 | Makarand Dharmapurikar | 2016-09-28 | |
| | | | | | | ||||
| | | | | * | trivial doc fix. | 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 | |||
| | | | * | | Add doc of pending API cleanups for C++. | Mark D. Roth | 2016-09-27 | |
| | | | | | | ||||
| | * | | | | Update Protocol spec to mention idempotency | Carl Mastrangelo | 2016-09-27 | |
| | | |/ / | | |/| | | ||||
| | | * | | Merge github.com:grpc/grpc into env | Craig Tiller | 2016-09-23 | |
| | | |\ \ | | | |/ / | | |/| | | ||||
| * / | | | Add missing entry. | Mark D. Roth | 2016-09-22 | |
| |/ / / | ||||
| | * | | Fix docs | Craig Tiller | 2016-09-21 | |
| | | | | ||||
* | | | | Add trace for server channel events | Craig Tiller | 2016-09-21 | |
| | | | | ||||
* | | | | Merge branch 'env' into direct-calls | Craig Tiller | 2016-09-21 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||
* | | | 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 #8071 from y-zeng/reflection_example | Yuchen Zeng | 2016-09-16 | |
|\ \ \ \ | | | | | | | | | | | Add server reflection tutorial | |||
| | * \ \ | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||
| | * | | | s/minor/major/ in API cleanups doc. | Mark D. Roth | 2016-09-16 | |
| | | | | | ||||
* | | | | | Merge pull request #4955 from ejona86/http-grpc-status-mapping | Abhishek Kumar | 2016-09-15 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add HTTP->gRPC status code mapping | |||
| | | * | | | Add doc listing API changes to clean up for the next minor-version release. | Mark D. Roth | 2016-09-15 | |
| |_|/ / / |/| | | | | ||||
| | | | * | 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 | |||
| | * | | Address review comments | Yuchen Zeng | 2016-09-13 | |
| | | | | ||||
| | * | | Address review comments | Yuchen Zeng | 2016-09-13 | |
| | | | | ||||
| | * | | Address review comments | Yuchen Zeng | 2016-09-13 | |
| | | | | ||||
| | * | | Fix dead links | Yuchen Zeng | 2016-09-13 | |
| | | | | ||||
| | * | | Address review comments | Yuchen Zeng | 2016-09-13 | |
| | | | | ||||
| | * | | Add server reflection tutorial | Yuchen Zeng | 2016-09-12 | |
| |/ / |/| | | ||||
| | * | Review feedback | Craig Tiller | 2016-09-09 | |
| | | | ||||
| | * | Add documentation for GRPC_ environment variables | Craig Tiller | 2016-09-09 | |
| |/ |/| | ||||
* | | Merge pull request #7697 from ejona86/waitforready | Craig Tiller | 2016-08-31 | |
|\ \ | | | | | | | Rename Fail Fast doc to Wait for Ready | |||
* | | | Update documentation | Craig Tiller | 2016-08-29 | |
| | | | ||||
* | | | spec: Percent-encode Status-Message | Eric Anderson | 2016-08-19 | |
| | | | ||||
| * | | Rename Fail Fast doc to Wait for Ready | Eric Anderson | 2016-08-10 | |
|/ / | | | | | | | | | | | | | | | | | | | The intention is to deminish the term "fail fast" and instead encourage "wait for ready." However, the semantics of "the opposite of fail fast" weren't really documented since that was the previous default, so it became a bit of a rewrite to define both terms. The file name uses dashes instead of underscore, since dashes are more common in the docs. | |||
* | | Use DBC case instead of SBC case | HuKeping | 2016-08-09 | |
| | | | | | | | | Signed-off-by: Hu Keping <hukeping@huawei.com> | |||
* | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 | |
|\ \ | ||||
* \ \ | Merge pull request #7269 from y-zeng/cli_call | kpayson64 | 2016-07-21 | |
|\ \ \ | | | | | | | | | Support server reflection in CLI |