aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server
Commit message (Expand)AuthorAge
...
| * 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
* | address clang-tidy problemsGravatar Mark D. Roth2018-10-17
| * Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
| * Change types to use C++ types rather than core typesGravatar Yash Tibrewal2018-10-16
| * 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
* | clang-formatGravatar Mark D. Roth2018-10-15
* | Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-15
|\|
* | Fix tsan problem at startup.Gravatar Mark D. Roth2018-10-15
| * C++ Channelz GetServerSockets SupportGravatar ncteisen2018-10-09
| * Add skeleton listen socket supportGravatar ncteisen2018-10-09
| * Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
| |\
| * | Add experimental versions with interceptors for create channel from fd and in...Gravatar Yash Tibrewal2018-09-30
| | * Channelz C++ Socket supportGravatar ncteisen2018-09-27
| * | 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
* | Merge pull request #16360 from ncteisen/channelz-cpp-serverGravatar Noah Eisen2018-09-11
|\ \
* | | Revert "Second attempt: Implement Watch method in health check service."Gravatar Mark D. Roth2018-09-10
| * | Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-serverGravatar ncteisen2018-09-10
| |\ \ | |/ / |/| |
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-serverGravatar ncteisen2018-09-10
|\ \ \
| * \ \ Merge branch 'channelz-subchannels' into channelz-cppGravatar ncteisen2018-09-08
| |\ \ \
* | \ \ \ Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-09-08
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | reviewer feedbackGravatar ncteisen2018-09-07
| * | | | Fix internal build breakage from #16351.Gravatar Mark D. Roth2018-09-05
| * | | | 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
| | | | * Merge branch 'channelz-server' into channelz-cpp-serverGravatar ncteisen2018-08-28
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Subchannel support to C++Gravatar ncteisen2018-08-28
| | |/ / | |/| |
| | * | Lazily fill metadata mapGravatar ncteisen2018-08-28
| |/ /
* | | Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-08-28
|\| |
| * | Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
| * | Fix typoGravatar Yash Tibrewal2018-08-16
| * | Add a nullptr checkGravatar Yash Tibrewal2018-08-16
| * | Merge pull request #16356 from vjpai/exhaustionGravatar Vijay Pai2018-08-15
| |\ \
| | | * Add C++ support for GetServersGravatar ncteisen2018-08-15
| | | * Merge branch 'channelz-server' into channelz-cpp-serverGravatar ncteisen2018-08-15
| | | |\ | |_|_|/ |/| | |
* | | | Fix up C++ test to be more stableGravatar ncteisen2018-08-15
| | * | Address reviewer commentsGravatar Vijay Pai2018-08-15
| | * | Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14