aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Expand)AuthorAge
* Regenerate projectsGravatar Sanjay Pujare2019-01-03
* Correctly reference the internal string for socket mutator argGravatar yang-g2018-12-20
* Destruct CensusContext to avoid leaking memory.Gravatar easy2018-12-19
* Merge pull request #17468 from nicolasnoble/grpc_namespaceGravatar Nicolas Noble2018-12-13
|\
* | Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| * Moving ::grpc::Alarm to ::grpc_impl::Alarm.Gravatar Nicolas "Pixel" Noble2018-12-12
* | Add test and fix bugGravatar ncteisen2018-12-11
* | Merge pull request #17435 from yang-g/health_service_shutdownGravatar Yang Gao2018-12-07
|\ \
| * | Review commentsGravatar yang-g2018-12-07
| * | Add a Shutdown call to HealthCheckServiceInterfaceGravatar yang-g2018-12-06
| |/
* / Allow the interceptor to know the method typeGravatar Vijay Pai2018-12-06
|/
* Streaming API for callback serversGravatar Vijay Pai2018-11-30
* Stop exposing streaming object classGravatar Vijay Pai2018-11-30
* Client callback streamingGravatar Vijay Pai2018-11-30
* Merge pull request #17219 from yashykt/cleanupGravatar Yash Tibrewal2018-11-20
|\
* \ Merge pull request #17154 from liutongxuan/masterGravatar Yang Gao2018-11-20
|\ \
* | | Regenerate projectsGravatar Muxi Yan2018-11-19
* | | 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
| * g_default_client_callbacks shouldn't be global variableGravatar tongxuan.ltx2018-11-09
* | Merge pull request #17151 from arjunroy/grpc_memleak_fixGravatar Yang Gao2018-11-08
|\ \
* | | Pre-request 32 callbacks of each methodGravatar Vijay Pai2018-11-08
| * | Set call_ member variable to null after freeing.Gravatar Arjun Roy2018-11-07
| * | Fixed intermittent CPP sync server shutdown leak.Gravatar Arjun Roy2018-11-07
|/ /
* | Merge pull request #16805 from g-easy/ocpluginGravatar Vijay Pai2018-11-07
|\ \ | |/ |/|
* | 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
* | | move client_interceptor.cc from src/cpp/codegen to src/cpp/clientGravatar Yash Tibrewal2018-11-05
* | | Don't use default captureGravatar Yash Tibrewal2018-11-05
* | | Prefer lambda expressions over std::bindGravatar Yash Tibrewal2018-11-02
* | | Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
|\ \ \
| | * | 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
* | | | Address reviewer comments.Gravatar Vijay Pai2018-10-31
* | | | Add support for IsCancelled checkGravatar 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
| |\ \ \
* | | | | 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
|/ /
* | Merge pull request #16842 from yashykt/interceptorsGravatar Yash Tibrewal2018-10-28
|\ \
| * | Rename call.h to call_op_set.h and call_wrapper.h to call.hGravatar Yash Tibrewal2018-10-26
* | | Add GetServer to channelz cppGravatar ncteisen2018-10-26
| * | 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
| |\ \ | |/ / |/| |