aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/service_type.h
Commit message (Collapse)AuthorAge
* clang-formatGravatar Vijay Pai2016-10-13
|
* Add all plumbing and typedef's for controlled server-side streamingGravatar Vijay Pai2016-10-03
|
* clang-formatGravatar Vijay Pai2016-08-29
|
* Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵Gravatar Vijay Pai2016-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)
* Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMINGGravatar Vijay Pai2016-08-25
| | | | in all cases
* clang-formatGravatar Vijay Pai2016-08-04
|
* Fix up service types and method handlers so that FC unary can work properly.Gravatar vjpai2016-06-23
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* clang-formatGravatar David Garcia Quintas2016-03-08
|
* wip. cq refactoredGravatar David Garcia Quintas2016-03-07
|
* sanity fixesGravatar David Garcia Quintas2016-01-27
|
* async_stream.h done. CompilesGravatar David Garcia Quintas2016-01-25