aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/server_cc.cc
Commit message (Expand)AuthorAge
* Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2018-12-26
|\
| * Allow the interceptor to know the method typeGravatar Vijay Pai2018-12-06
| * Streaming API for callback serversGravatar Vijay Pai2018-11-30
| * 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
| |/
* / Add method to fail recv msg for hijacked rpcsGravatar Yash Tibrewal2018-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
|/
* Prefer lambda expressions over std::bindGravatar Yash Tibrewal2018-11-02
* 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
|\
| * 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
|/
* Some cleanupGravatar Yash Tibrewal2018-10-26
* Adding generic rpc and unimplemented rpc test for server interceptorsGravatar Yash Tibrewal2018-10-25
* Added server async testsGravatar Yash Tibrewal2018-10-25
* Solve memory leak due to double setting of set_server_rpc_infoGravatar Yash Tibrewal2018-10-24
* Add client streaming, server streaming and bidi streaming testsGravatar Yash Tibrewal2018-10-23
* Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-22
|\
* | Adding intercepted channelGravatar Yash Tibrewal2018-10-22
* | Working on testsGravatar Yash Tibrewal2018-10-21
| * Fix CallOpSet copy/assignment to reset cq_tagGravatar Vijay Pai2018-10-19
* | Server side interception for CompletionOp and AsyncRequestGravatar Yash Tibrewal2018-10-18
* | Server interception for SyncRequestGravatar Yash Tibrewal2018-10-18
* | some tests failGravatar Yash Tibrewal2018-10-17
* | Remove unneeded fileGravatar Yash Tibrewal2018-10-17
* | Pass interceptor creators to server objectGravatar Yash Tibrewal2018-10-17
* | Add method to register server creatorsGravatar Yash Tibrewal2018-10-17
* | s/GPR_ASSERT/GPR_CODEGEN_ASSERT and few more bugsGravatar Yash Tibrewal2018-10-16
* | More changes for client interceptionGravatar Yash Tibrewal2018-10-16
* | Adding hook points for interception. Code compiles and tests still runGravatar Yash Tibrewal2018-10-16
| * Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-15
| |\ | |/ |/|
* | Add experimental versions with interceptors for create channel from fd and in...Gravatar Yash Tibrewal2018-09-30
* | Create interfaces and initial plumbing for interception APIGravatar Yash Tibrewal2018-09-26
| * Simplify call state logic, create non-polling CQ, and some cleanup.Gravatar Mark D. Roth2018-09-26
| * Revert "Merge pull request #16600 from grpc/revert-16574-health_checking_serv...Gravatar Mark D. Roth2018-09-25
|/
* Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
|\
| * Don't use cq_tag on Server CallOpSet's yetGravatar Vijay Pai2018-09-11
* | Revert "Second attempt: Implement Watch method in health check service."Gravatar Mark D. Roth2018-09-10
* | Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_serv...Gravatar Mark D. Roth2018-09-05
* | Merge pull request #16407 from ncteisen/lazy-metadataGravatar Noah Eisen2018-08-31
|\ \
| | * Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
| |/ |/|
* | Revert "Implement Watch method in health check service."Gravatar Juanli Shen2018-08-29
| * Lazily fill metadata mapGravatar ncteisen2018-08-28
|/