aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into config-isolationGravatar Muxi Yan2018-12-12
|\
| * Add max_results to ServerSocketsGravatar ncteisen2018-12-11
* | Merge branch 'master' into config-isolationGravatar Muxi Yan2018-12-10
|\|
| * Merge pull request #17435 from yang-g/health_service_shutdownGravatar Yang Gao2018-12-07
| |\
| | * Add a Shutdown call to HealthCheckServiceInterfaceGravatar yang-g2018-12-06
| * | Allow the interceptor to know the method typeGravatar Vijay Pai2018-12-06
| |/
| * Merge pull request #17416 from vjpai/ondoneGravatar Vijay Pai2018-12-06
| |\
| | * Treat StartCall like a reserved callback since it is requiredGravatar Vijay Pai2018-12-06
| * | Merge pull request #17368 from soheilhy/worktree-tsan-auto-annotGravatar Soheil Hassas Yeganeh2018-12-05
| |\ \
| | | * Do OnDone as the actual last thing so that the reactor can be reused.Gravatar Vijay Pai2018-12-05
| | |/ | |/|
| | * Add TSAN annotations to gRPC.Gravatar Soheil Hassas Yeganeh2018-12-04
| * | Document that ClientContext must remain alive for duration of RPCGravatar Vijay Pai2018-12-03
| |/
| * Merge pull request #17144 from vjpai/server_streamingGravatar Vijay Pai2018-12-03
| |\
| * \ Merge pull request #17354 from apolcyn/fix_ares_deadlocksGravatar apolcyn2018-11-30
| |\ \
| | | * Streaming API for callback serversGravatar Vijay Pai2018-11-30
| | |/ | |/|
| | * Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-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
| |/
| * Fix commentGravatar Noah Eisen2018-11-29
| * Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-11-28
| * 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
| | * Make Pluck use the changes made in FinalizeResultGravatar Yash Tibrewal2018-11-14
| |/
| * 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
| |\
| * | 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 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
| | | * 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