aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/server.h
Commit message (Expand)AuthorAge
* Remove the std::unique_ptr, instead use move semantics everywhereGravatar Yash Tibrewal2018-11-15
* Merge branch 'master' into server_callbackGravatar Vijay Pai2018-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 note on the experimental nature of the additional method in ServerInterfaceGravatar Yash Tibrewal2018-10-29
|/
* Server side interception for CompletionOp and AsyncRequestGravatar Yash Tibrewal2018-10-18
* Server interception for SyncRequestGravatar Yash Tibrewal2018-10-18
* Pass interceptor creators to server objectGravatar Yash Tibrewal2018-10-17
* Add experimental versions with interceptors for create channel from fd and in...Gravatar Yash Tibrewal2018-09-30
* Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
* Fix default argument(put it in header instead of source file)Gravatar Sree Kuchibhotla2018-08-06
* Make resource quota argument optional to the Server constructorGravatar Sree Kuchibhotla2018-08-01
* Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
* Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
* Each ThreadManager is a resource userGravatar Sree Kuchibhotla2018-07-20
* Eliminate existence of SneakyCallOpSet, some server cleanupGravatar Vijay Pai2018-03-22
* Update server.hGravatar Vijay Pai2018-03-13
* Added protected default constructorGravatar makdharma2018-03-13
* added ///Experimental in comment for c_serverGravatar makdharma2018-03-09
* moved member variables from protected to privateGravatar makdharma2018-03-09
* clang-formatGravatar makdharma2018-02-26
* Remove "final" keyword and make methods protected.Gravatar makdharma2018-02-23
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15