aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
Commit message (Collapse)AuthorAge
* Remove the std::unique_ptr, instead use move semantics everywhereGravatar Yash Tibrewal2018-11-15
|
* Properly clear metadata and other structs when reusing ServerContextGravatar Vijay Pai2018-11-13
|
* Add comment on cancellation being forever alone in the batchGravatar Yash Tibrewal2018-11-06
|
* Merge pull request #17072 from yashykt/interceptor_cancellationGravatar Yash Tibrewal2018-11-06
|\ | | | | Interceptors should see a Cancellation notification
* | Release the CallbackWithSuccessTag from a server context completionopGravatar Vijay Pai2018-11-06
| |
* | Refactoring of CallbackWithSuccessTagGravatar Vijay Pai2018-11-06
| |
* | Remove unnecessary headerGravatar Yash Tibrewal2018-11-05
| |
* | Add GPR_CODEGEN_DEBUG_ASSERTGravatar Yash Tibrewal2018-11-05
| |
* | s/new/post-1.0Gravatar Yash Tibrewal2018-11-02
| |
* | Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
|\ \ | | | | | | Add global client interceptor factory
| | * Add array header for complaining compilerGravatar Yash Tibrewal2018-11-01
| | |
| | * Add override back to GetInterceptedChannelGravatar Yash Tibrewal2018-11-01
| | |
| | * Add note on hijackingGravatar Yash Tibrewal2018-11-01
| | |
| | * Make client interceptors see notification even if Cancel was done before the ↵Gravatar Yash Tibrewal2018-11-01
| | | | | | | | | | | | RPC was issued. Also add tests
| | * Add cancellation notificationGravatar Yash Tibrewal2018-11-01
| | |
| | * Let us clean a few things before getting startedGravatar Yash Tibrewal2018-10-31
| | |
| * | Improve documentationGravatar Yash Tibrewal2018-10-31
| | |
* | | Address reviewer comments.Gravatar Vijay Pai2018-10-31
| | |
* | | Add support for IsCancelled checkGravatar Vijay Pai2018-10-30
| | |
* | | Address reviewer commentsGravatar Vijay Pai2018-10-30
| | |
* | | Merge branch 'master' into server_callbackGravatar Vijay Pai2018-10-30
|\ \ \ | | |/ | |/|
| | * Register global interceptors functionalityGravatar Yash Tibrewal2018-10-30
| | |
| * | Merge pull request #17034 from yashykt/interceptorcleanupGravatar Yash Tibrewal2018-10-30
| |\ \ | | | | | | | | Get ClientContext included with ChannelInterface, and slight more cle…
* | | | Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
|/ / /
| * | interceptor_creators_ should be destroyed after health_check_service_Gravatar Yash Tibrewal2018-10-29
| | |
* | | Add call as param to MethodHandler::Deserialize to allow arena useGravatar Vijay Pai2018-10-29
| |/ |/|
| * Add note on the experimental nature of the additional method in ServerInterfaceGravatar Yash Tibrewal2018-10-29
| |
| * Get ClientContext included with ChannelInterface, and slight more cleanupGravatar Yash Tibrewal2018-10-29
|/
* Merge pull request #16842 from yashykt/interceptorsGravatar Yash Tibrewal2018-10-28
|\ | | | | Experimental API for Client and Server Interception
| * Replace size_t initialization from false to 0Gravatar Yash Tibrewal2018-10-27
| |
| * Change index to size_tGravatar Yash Tibrewal2018-10-26
| |
| * Missed reviewer commentsGravatar Yash Tibrewal2018-10-26
| |
| * Reviewer comments except for void * fixedGravatar Yash Tibrewal2018-10-26
| |
| * Separate out interceptorbatchmethodimpl to a different fileGravatar Yash Tibrewal2018-10-26
| |
| * Rename call.h to call_op_set.h and call_wrapper.h to call.hGravatar Yash Tibrewal2018-10-26
| |
* | Fix an outdated commentGravatar Sree Kuchibhotla2018-10-26
| | | | | | Fix the outdated commment in ServerCompletionQueue constructor
| * Some cleanupGravatar Yash Tibrewal2018-10-26
| |
| * Adding generic rpc and unimplemented rpc test for server interceptorsGravatar Yash Tibrewal2018-10-25
| |
| * Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
| |\ | |/ |/|
| * Added server async testsGravatar Yash Tibrewal2018-10-25
| |
* | Merge pull request #16992 from morganchen12/warningsGravatar Vijay Pai2018-10-25
|\ \ | | | | | | Fix warnings in doc comments
| * | clang-formatGravatar Vijay Pai2018-10-25
| | |
* | | Unifying grpc build hacksGravatar ncteisen2018-10-24
| | |
* | | Revert "Revert "Refactor Channelz Service to Support Internal Build""Gravatar ncteisen2018-10-24
| | | | | | | | | | | | This reverts commit 2eafaccba6510cd501f723c8f7146d11aff23586.
| | * Solve memory leak due to double setting of set_server_rpc_infoGravatar Yash Tibrewal2018-10-24
| | |
* | | Revert "Refactor Channelz Service to Support Internal Build"Gravatar Noah Eisen2018-10-24
| | |
| * | Fix documentation warningsGravatar Morgan Chen2018-10-24
|/ /
* | Change CatchingCallback function to be varargs for broader useGravatar Vijay Pai2018-10-24
| |
| * Add client streaming, server streaming and bidi streaming testsGravatar Yash Tibrewal2018-10-23
| |
| * Another server side testGravatar Yash Tibrewal2018-10-23
| |