aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/method_handler_impl.h
Commit message (Collapse)AuthorAge
* clang-formatGravatar Vijay Pai2016-08-30
|
* Stick to StatusCode::INTERNAL when there's no serviceGravatar Vijay Pai2016-08-30
| | | | response on a StreamedUnary
* Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-30
|\ | | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h
* | 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)
* | clang-formatGravatar Vijay Pai2016-08-04
| |
* | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-04
|\|
| * C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
| |
* | Make the FCUnary class actually work and test itGravatar vjpai2016-06-23
| |
* | Add NextMessageSize method to all readable streams as an upper-boundGravatar vjpai2016-06-23
| | | | | | | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency
* | Initial definition of flow-controlled unary type along with code generation ↵Gravatar vjpai2016-06-22
|/ | | | for this type
* fix formattingGravatar Jan Tattermusch2016-05-11
|
* clang-formatGravatar Craig Tiller2016-04-01
|
* Fix client_crash_test, implement idempotency, fail_fast for C++Gravatar Craig Tiller2016-04-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* clang-formatGravatar David Garcia Quintas2016-03-09
|
* clang-formatGravatar David Garcia Quintas2016-03-08
|
* wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
|
* sanity fixesGravatar David Garcia Quintas2016-01-27
|
* DONE!!1oneGravatar David Garcia Quintas2016-01-27