Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Moving gtest include down. | Nicolas "Pixel" Noble | 2017-05-10 |
| | | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away. | ||
* | clang-format | Vijay Pai | 2016-11-01 |
| | |||
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | |||
* | clang-format | Vijay Pai | 2016-10-13 |
| | |||
* | Test all split streamed variations | Vijay Pai | 2016-10-13 |
| | |||
* | Fix channel/stub for dup service use | Vijay Pai | 2016-10-13 |
| | |||
* | Making split streaming testable | Vijay Pai | 2016-10-13 |
| | |||
* | Change C++ API to expose wait_for_ready instead of fail_fast. | Mark D. Roth | 2016-09-27 |
| | |||
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 |
|\ | |||
| * | Change UnimplementedService to UnimplementedEchoService in echo.proto | murgatroid99 | 2016-09-01 |
| | | |||
* | | clang-format | Vijay Pai | 2016-08-29 |
| | | |||
* | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵ | Vijay Pai | 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 | Vijay Pai | 2016-08-04 |
| | | |||
* | | Be able to specify FCUnaryService just like AsyncService so that all | Vijay Pai | 2016-08-04 |
| | | | | | | | | relevant methods get treated this way. | ||
* | | Change API for next message size to allow a bool return value for failure | Vijay Pai | 2016-07-27 |
| | | | | | | | | cases. | ||
* | | Make the FCUnary class actually work and test it | vjpai | 2016-06-23 |
|/ | |||
* | clang-format | Vijay Pai | 2016-06-15 |
| | |||
* | De-lambda-ify | vjpai | 2016-06-15 |
| | |||
* | Revert "Revert "Remove spam"" | Craig Tiller | 2016-05-21 |
| | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1. | ||
* | Simpler trick to force a listening cq | Craig Tiller | 2016-05-21 |
| | |||
* | Revert "Remove spam" | Craig Tiller | 2016-05-21 |
| | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0. | ||
* | Remove spam | Craig Tiller | 2016-05-21 |
| | |||
* | Fixes and code simplification | Craig Tiller | 2016-05-20 |
| | |||
* | Fix formatting, mem leak, stall | Craig Tiller | 2016-05-20 |
| | |||
* | Add the option of adding a non-listening server completion queue. This makes ↵ | Sree Kuchibhotla | 2016-04-21 |
| | | | | writing certain test cases (like hybrid_end2end tests) easier | ||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Fix clang3.7/tsan compile failure | Craig Tiller | 2016-02-03 |
| | |||
* | clang-format | David Garcia Quintas | 2016-01-20 |
| | |||
* | Add tests with a second service | yang-g | 2016-01-15 |
| | |||
* | Add a test with two methods generic | yang-g | 2016-01-15 |
| | |||
* | move utilities to a separate file | yang-g | 2016-01-15 |
| | |||
* | clang-format | yang-g | 2016-01-15 |
| | |||
* | add generic test | yang-g | 2016-01-15 |
| | |||
* | Add a hybrid end2end test mixing sync and async methods | yang-g | 2016-01-14 |
| | |||
* | working test | yang-g | 2016-01-14 |
| | |||
* | merge with head | yang-g | 2016-01-14 |