Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change C++ API to expose wait_for_ready instead of fail_fast. | 2016-09-27 | |
| | |||
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | 2016-09-08 | |
|\ | |||
| * | Change UnimplementedService to UnimplementedEchoService in echo.proto | 2016-09-01 | |
| | | |||
* | | clang-format | 2016-08-29 | |
| | | |||
* | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵ | 2016-08-29 | |
| | | | | | | | | | | | | method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness) | ||
* | | clang-format | 2016-08-04 | |
| | | |||
* | | Be able to specify FCUnaryService just like AsyncService so that all | 2016-08-04 | |
| | | | | | | | | relevant methods get treated this way. | ||
* | | Change API for next message size to allow a bool return value for failure | 2016-07-27 | |
| | | | | | | | | cases. | ||
* | | Make the FCUnary class actually work and test it | 2016-06-23 | |
|/ | |||
* | clang-format | 2016-06-15 | |
| | |||
* | De-lambda-ify | 2016-06-15 | |
| | |||
* | Revert "Revert "Remove spam"" | 2016-05-21 | |
| | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1. | ||
* | Simpler trick to force a listening cq | 2016-05-21 | |
| | |||
* | Revert "Remove spam" | 2016-05-21 | |
| | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0. | ||
* | Remove spam | 2016-05-21 | |
| | |||
* | Fixes and code simplification | 2016-05-20 | |
| | |||
* | Fix formatting, mem leak, stall | 2016-05-20 | |
| | |||
* | Add the option of adding a non-listening server completion queue. This makes ↵ | 2016-04-21 | |
| | | | | writing certain test cases (like hybrid_end2end tests) easier | ||
* | Auto-changes | 2016-03-25 | |
| | |||
* | Fix clang3.7/tsan compile failure | 2016-02-03 | |
| | |||
* | clang-format | 2016-01-20 | |
| | |||
* | Add tests with a second service | 2016-01-15 | |
| | |||
* | Add a test with two methods generic | 2016-01-15 | |
| | |||
* | move utilities to a separate file | 2016-01-15 | |
| | |||
* | clang-format | 2016-01-15 | |
| | |||
* | add generic test | 2016-01-15 | |
| | |||
* | Add a hybrid end2end test mixing sync and async methods | 2016-01-14 | |
| | |||
* | working test | 2016-01-14 | |
| | |||
* | merge with head | 2016-01-14 | |