aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
* C++ Channelz GetServerSockets SupportGravatar ncteisen2018-10-09
|
* Add skeleton listen socket supportGravatar ncteisen2018-10-09
|
* Regenerate projectsGravatar Stanley Cheung2018-10-08
|
* Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
|\
* | Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | inproc channel
* | Error fixesGravatar Yash Tibrewal2018-09-27
| |
| * Merge pull request #16725 from ncteisen/channelz-cppGravatar Noah Eisen2018-09-27
| |\ | | | | | | Channelz++ Part 4: Socket support
| | * Channelz C++ Socket supportGravatar ncteisen2018-09-27
| | |
| * | Make SliceFromArray() static in channel_cc.cc.Gravatar Soheil Hassas Yeganeh2018-09-27
| | | | | | | | | | | | | | | Also, use `context->authority_` instead of `context->authority()` for consistency.
* | | Create interfaces and initial plumbing for interception APIGravatar Yash Tibrewal2018-09-26
| |/ |/|
| * Use SliceFromCopiedString() for host name.Gravatar Soheil Hassas Yeganeh2018-09-25
| | | | | | | | This is to address Yang's review comment.
| * Avoid allocating temporary strings in Channel::CreateCall().Gravatar Soheil Hassas Yeganeh2018-09-25
|/ | | | | | | | | | Add `SliceFromArray()` which takes a `char*` instead of `const string&`, to save string allocations for copying from a `char *`. Use the new API to eliminate two string allocations and copies per call for method and host names. release-note: no
* Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
|
* Merge pull request #16655 from vjpai/callback_tidyGravatar Vijay Pai2018-09-19
|\ | | | | Callback API: Fix clang-tidy concerns
* \ Merge pull request #16624 from vjpai/callback_alarmsGravatar Vijay Pai2018-09-19
|\ \ | | | | | | EXPERIMENTAL: Add callback-based alarms
| | * Fix clang-tidy concernsGravatar Vijay Pai2018-09-19
| |/ |/|
* | Merge pull request #16638 from vjpai/callback_exceptionsGravatar Vijay Pai2018-09-18
|\ \ | | | | | | EXPERIMENTAL: Catch exceptions in user callbacks
* \ \ Merge pull request #16459 from arfaian/masterGravatar Juanli Shen2018-09-17
|\ \ \ | | | | | | | | Fix compilation error due to missing absl qualification.
| | * | Catch exceptions in user callbacksGravatar Vijay Pai2018-09-14
| |/ / |/| |
| | * Add callback-based alarmsGravatar Vijay Pai2018-09-13
| |/ |/|
* | Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
|\ \ | | | | | | EXPERIMENTAL: C++ generic client-side unary callback API
| * | 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
|\ \ \ | | | | | | | | Channelz++ Part 3: GetServers Support
| | * | 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-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 ↵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
| | | | | |
| | | | * | 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
|\| | |
| * | | 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
| | | | |
| * | | | Regenerate projectsGravatar Juanli Shen2018-08-27
| | | | |
| | | | * Fix compilation error due to missing absl qualification.Gravatar Arian Arfaian2018-08-25
| | |_|/ | |/| |
| * | | Merge pull request #15984 from g-easy/hdrsGravatar Vijay Pai2018-08-20
| |\ \ \ | | |/ / | |/| | Move GetSpanFromServerContext() to public header.
| * | | Merge pull request #16374 from vjpai/censusGravatar Vijay Pai2018-08-17
| |\ \ \ | | | | | | | | | | Move a census file from src/cpp to src/core since core depends on it
| * | | | Fix typoGravatar Yash Tibrewal2018-08-16
| | | | |
| * | | | Add a nullptr checkGravatar Yash Tibrewal2018-08-16
| | | | |
| | * | | Move a file from src/cpp to src/core since core depends on itGravatar Vijay Pai2018-08-16
| |/ / /