aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Catch exceptions in user callbacksGravatar Vijay Pai2018-09-14
|
* Merge branch 'master' into linuxversionGravatar Yash Tibrewal2018-09-12
|\
| * Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
| |\ | | | | | | EXPERIMENTAL: C++ generic client-side unary callback API
| * | fix clang tidyGravatar ncteisen2018-09-11
| | |
| | * Address reviewer commentsGravatar Vijay Pai2018-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-serverGravatar ncteisen2018-09-10
| |\ \
| | * \ Merge pull request #16055 from ncteisen/channelz-subchannelsGravatar Noah Eisen2018-09-10
| | |\ \ | | | | | | | | | | Channelz Part 4: Add Subchannel Support
| | * \ \ Merge pull request #16558 from ncteisen/user-agentGravatar Noah Eisen2018-09-10
| | |\ \ \ | | | | | | | | | | | | Stop Unconditionally Surfacing User Agent to Server
| * | \ \ \ Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-09-08
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-09-08
| | |\| | |
| | | * | | Merge pull request #16574 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-09-07
| | | |\ \ \ | | | | | | | | | | | | | | Second attempt: Implement Watch method in health check service.
| | | | | * | Surface user agent by defaultGravatar ncteisen2018-09-05
| | | | | | |
| | | | | * | Add channel arg control for user agentGravatar ncteisen2018-09-05
| | | | | | |
| | | * | | | 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
| | | | |/ | | | |/|
| | | * | Merge pull request #16443 from jtattermusch/improve_security_constants_docGravatar Jan Tattermusch2018-08-30
| | | |\ \ | | | | | | | | | | | | Improve doc comments for security constants
| | | | * | clang formatGravatar Jan Tattermusch2018-08-30
| | | | | |
| | | | * | address commentsGravatar Jan Tattermusch2018-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 branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-08-28
| |\| | |
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar 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
| | | | | |
* | | | | | Include linux/version.h in port_platform.hGravatar Yash Tibrewal2018-08-27
| |_|/ / / |/| | | |
* | | | | Merge pull request #16383 from vjpai/tidyGravatar Vijay Pai2018-08-23
|\ \ \ \ \ | | | | | | | | | | | | Cast an index to size_t to avoid sign-conversion warning
| | | | | * improve wordingGravatar Jan Tattermusch2018-08-23
| | | | | |
| | | | | * improve doc comments for security constantsGravatar Jan Tattermusch2018-08-23
| |_|_|_|/ |/| | | |
* | | | | Python post-fork handler: exit if grpc shutdown failsGravatar Eric Gribkoff2018-08-22
| | | | |
* | | | | Merge pull request #15984 from g-easy/hdrsGravatar Vijay Pai2018-08-20
|\ \ \ \ \ | | | | | | | | | | | | Move GetSpanFromServerContext() to public header.
* \ \ \ \ \ Merge pull request #15926 from cartr/platform_solaris_aixGravatar Vijay Pai2018-08-20
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Make gRPC buildable with AIX and Solaris (no official support)
| | | * | | Cast an index to size_t to avoid sign-conversion warningGravatar Vijay Pai2018-08-17
| | | | | |
* | | | | | Merge pull request #16373 from markdroth/mu_guard_cleanupGravatar Mark D. Roth2018-08-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move C++ mu_guard class out of C-core public headers and fix style.
* \ \ \ \ \ \ Merge pull request #16289 from AspirinSJL/warn_api_useGravatar Juanli Shen2018-08-16
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Add warning about AsyncNotifyWhenDone bug
| | * | | | | Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
| | | | | | |
| | | | | * | Add channelz server supportGravatar ncteisen2018-08-14
| | | | | |/
* | | | | | 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
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-11
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix type reference in documentationGravatar Mehrdad Afshari2018-08-10
| | | | | | |
| * | | | | | Fix minor typo in documentationGravatar Mehrdad Afshari2018-08-10
| | | | | | |