aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
Commit message (Collapse)AuthorAge
* Fix CallOpSet copy/assignment to reset cq_tagGravatar Vijay Pai2018-10-19
|
* Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-15
|\
| * Enable building opencensus for bazel buildGravatar yang-g2018-10-12
| |
| * Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
| |\
| | * Merge pull request #16657 from g-easy/deadlineGravatar Vijay Pai2018-10-01
| | |\ | | | | | | | | Document that set_deadline() uses absolute time.
| * | | Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | | | | | | | | | inproc channel
| * | | Error fixesGravatar Yash Tibrewal2018-09-27
| | | |
| * | | Create interfaces and initial plumbing for interception APIGravatar Yash Tibrewal2018-09-26
| |/ /
* / / Revert "Merge pull request #16600 from ↵Gravatar Mark D. Roth2018-09-25
|/ / | | | | | | | | | | | | grpc/revert-16574-health_checking_service" This reverts commit de11358660b6474ffea480d8d756c23e58a7cf07, reversing changes made to 107d10ea73f77dc9bb498c9b91e1fcd0188dfb45.
* | Address reviewer commentsGravatar Vijay Pai2018-09-20
| |
* | Use GPR_CODEGEN_ASSERT in impl/codegenGravatar Vijay Pai2018-09-20
| |
* | Reset status field in tag as well as funcGravatar Vijay Pai2018-09-20
| |
* | Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
| |
| * Document that set_deadline() uses absolute time.Gravatar easy2018-09-19
|/
* Merge pull request #16624 from vjpai/callback_alarmsGravatar Vijay Pai2018-09-19
|\ | | | | EXPERIMENTAL: Add callback-based alarms
| * Add a comment to address reviewer feedbackGravatar Vijay Pai2018-09-19
| |
* | Merge pull request #16384 from yashykt/doc1Gravatar Yash Tibrewal2018-09-18
|\ \ | | | | | | Improve documentation on lifetime of message and status
* | | Catch exceptions in user callbacksGravatar Vijay Pai2018-09-14
| | |
| | * Add callback-based alarmsGravatar Vijay Pai2018-09-13
| |/ |/|
| * s/GRPC/gRPCGravatar Yash Tibrewal2018-09-12
| |
* | Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
|\ \ | | | | | | EXPERIMENTAL: C++ generic client-side unary callback API
| * | Address reviewer commentsGravatar Vijay Pai2018-09-11
| | |
* | | Revert "Second attempt: Implement Watch method in health check service."Gravatar Mark D. Roth2018-09-10
| | |
* | | Merge pull request #16574 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-09-07
|\ \ \ | | | | | | | | Second attempt: Implement Watch method in health check service.
* | | | fix #13939Gravatar Jan Tattermusch2018-09-05
| | | |
| * | | Revert "Merge pull request #16512 from ↵Gravatar Mark D. Roth2018-09-05
|/ / / | | | | | | | | | | | | | | | | | | grpc/revert-16351-health_checking_service" This reverts commit 4ee0f4c790f3b13dcfc8d55b21869140964d6de2, reversing changes made to 5ee9b5e7b547d0a82c84cc3767236ace8d5cd469.
* | | Merge pull request #16407 from ncteisen/lazy-metadataGravatar Noah Eisen2018-08-31
|\ \ \ | | | | | | | | Lazily Fill Metadata Map
| | * | Allocate using call arenasGravatar Vijay Pai2018-08-31
| | | |
| | * | Address reviewer and clang-tidy commentsGravatar Vijay Pai2018-08-30
| | | |
| | * | 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
| | |
| * | Use strncmp over grpc_slice_str_cmpGravatar ncteisen2018-08-29
| | |
| * | Reviewer commentsGravatar ncteisen2018-08-29
| | |
| * | Lazily fill metadata mapGravatar ncteisen2018-08-28
|/ /
* | Merge pull request #16351 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-08-28
|\ \ | | | | | | Implement Watch method in health check service.
| * | Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
| | |
* | | Merge pull request #16383 from vjpai/tidyGravatar Vijay Pai2018-08-23
|\ \ \ | | | | | | | | Cast an index to size_t to avoid sign-conversion warning
* \ \ \ Merge pull request #15984 from g-easy/hdrsGravatar Vijay Pai2018-08-20
|\ \ \ \ | |_|/ / |/| | | Move GetSpanFromServerContext() to public header.
| | | * FormattingGravatar Yash Tibrewal2018-08-17
| | | |
| | | * Improve documentation on lifetime of message and statusGravatar Yash Tibrewal2018-08-17
| | | |
| | * | Cast an index to size_t to avoid sign-conversion warningGravatar Vijay Pai2018-08-17
| | | |
* | | | Merge pull request #16289 from AspirinSJL/warn_api_useGravatar Juanli Shen2018-08-16
|\ \ \ \ | |_|/ / |/| | | Add warning about AsyncNotifyWhenDone bug
* | | | Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
| | | |
* | | | Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
|\ \ \ \ | | | | | | | | | | EXPERIMENTAL: Infrastructure for callback-based core CQ
| * \ \ \ Merge branch 'master' into callback_cqGravatar Vijay Pai2018-08-13
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-13
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix type reference in documentationGravatar Mehrdad Afshari2018-08-10
| | | | |
| * | | | Fix minor typo in documentationGravatar Mehrdad Afshari2018-08-10
| | | | |
| | * | | Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
| |/ / /
| | | * Add explicit check that we're building with bazel.Gravatar easy2018-08-10
| | | |