aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/client_callback.h
Commit message (Collapse)AuthorAge
* Use the WriteOptions in Client Callback APIGravatar Yash Tibrewal2019-01-07
|
* Rename new SendMessage types to SendMessagePtrGravatar Yash Tibrewal2019-01-02
|
* Provide GetOriginalSendMessage for some APIsGravatar Yash Tibrewal2018-12-28
|
* Treat StartCall like a reserved callback since it is requiredGravatar Vijay Pai2018-12-06
|
* Do OnDone as the actual last thing so that the reactor can be reused.Gravatar Vijay Pai2018-12-05
|
* Fix clang-tidy and golden file issuesGravatar Vijay Pai2018-11-30
|
* clang-formatGravatar Vijay Pai2018-11-30
|
* Stop exposing streaming object classGravatar Vijay Pai2018-11-30
|
* Make StartCall() a releasing operation so that you can pile up opsGravatar Vijay Pai2018-11-30
|
* Address reviewer commentsGravatar Vijay Pai2018-11-30
|
* Client callback streamingGravatar Vijay Pai2018-11-30
|
* Address reviewer comments.Gravatar Vijay Pai2018-10-31
|
* Change types to use C++ types rather than core typesGravatar Yash Tibrewal2018-10-16
|
* s/GPR_ASSERT/GPR_CODEGEN_ASSERT and few more bugsGravatar Yash Tibrewal2018-10-16
|
* More changes for client interceptionGravatar Yash Tibrewal2018-10-16
|
* Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
|
* Allocate using call arenasGravatar Vijay Pai2018-08-31
|
* Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30