aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
Commit message (Expand)AuthorAge
* Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
|\
* \ Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
|\ \
* | | Add more information on the usage of FailHijackedRecvMessageGravatar Yash Tibrewal2019-01-04
| | * s/two/threeGravatar Yash Tibrewal2019-01-03
| | * Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2019-01-03
| | |\ | | |/ | |/|
| * | Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage ...Gravatar Yash Tibrewal2019-01-03
| * | Rename new SendMessage types to SendMessagePtrGravatar Yash Tibrewal2019-01-02
| * | Provide GetOriginalSendMessage for some APIsGravatar Yash Tibrewal2018-12-28
* | | Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2018-12-26
|\| |
| | * Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2018-12-26
| | |\ | | |/ | |/|
| * | Merge pull request #17552 from vjpai/interceptor_commentsGravatar Vijay Pai2018-12-18
| |\ \
| | * | Add comments explaining purpose and validity of interception APIGravatar Vijay Pai2018-12-18
| * | | Merge pull request #17544 from yashykt/factorydocsGravatar Yash Tibrewal2018-12-18
| |\ \ \
| * \ \ \ Merge pull request #17512 from hcaseyal/update_md_docGravatar hcaseyal2018-12-18
| |\ \ \ \ | | |_|/ / | |/| | |
| | | | * Add missing argumentGravatar Yash Tibrewal2018-12-18
| | | * | Allow interceptor creators to return nullptrGravatar Yash Tibrewal2018-12-18
| | * | | Improve metadata documentation for the userGravatar Hope Casey-Allen2018-12-18
| | | | * Merge masterGravatar Yash Tibrewal2018-12-18
| | | | |\ | | | | |/ | | | |/|
| * | / | Give the interceptors header files in include/grpcpp/supportGravatar Vijay Pai2018-12-17
| | |/ / | |/| |
| * | | Reset the SendMessage pointer before post-interceptionGravatar Vijay Pai2018-12-16
| * | | Merge pull request #17510 from vjpai/bb_apiGravatar Vijay Pai2018-12-14
| |\ \ \ | | |/ / | |/| |
| | * | Add API comments indicating that byte buffer copy is size-independentGravatar Vijay Pai2018-12-14
| * | | Merge pull request #17434 from vjpai/deleteGravatar Vijay Pai2018-12-14
| |\ \ \ | | |/ / | |/| |
| * | | Merge pull request #17468 from nicolasnoble/grpc_namespaceGravatar Nicolas Noble2018-12-13
| |\ \ \
| | * | | Moving ::grpc::Alarm to ::grpc_impl::Alarm.Gravatar Nicolas "Pixel" Noble2018-12-12
| * | | | Merge pull request #17435 from yang-g/health_service_shutdownGravatar Yang Gao2018-12-07
| |\ \ \ \
| | | | * | Delete unwanted constructor/assignmentGravatar Vijay Pai2018-12-06
| | * | | | Add a Shutdown call to HealthCheckServiceInterfaceGravatar yang-g2018-12-06
| | | |/ / | | |/| |
| * / | | Allow the interceptor to know the method typeGravatar Vijay Pai2018-12-06
| |/ / /
| * | | 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
| |/ /
| * | Document that ClientContext must remain alive for duration of RPCGravatar Vijay Pai2018-12-03
| * | Streaming API for callback serversGravatar Vijay Pai2018-11-30
| * | 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
| * | Apply the conversion on the status irrespective of whether Pluck returned trueGravatar Yash Tibrewal2018-11-21
| * | Necessary change after #17219Gravatar Yash Tibrewal2018-11-21
| * | Merge pull request #17219 from yashykt/cleanupGravatar Yash Tibrewal2018-11-20
| |\ \
| * | | Remove the std::unique_ptr, instead use move semantics everywhereGravatar Yash Tibrewal2018-11-15
| | | * Remove extraneous logging statementsGravatar Yash Tibrewal2018-11-15
| | | * Add method to get status of send message op on POST_SEND_MESSAGEGravatar Yash Tibrewal2018-11-15
* | | | Add a method to check whether the message was received successfullyGravatar Yash Tibrewal2018-11-15
| | * | Make Pluck use the changes made in FinalizeResultGravatar Yash Tibrewal2018-11-14
| |/ /
| | * Add method to fail hijacked send messagesGravatar Yash Tibrewal2018-11-14
| |/
| * Properly clear metadata and other structs when reusing ServerContextGravatar Vijay Pai2018-11-13
* | Add safety checksGravatar Yash Tibrewal2018-11-09