aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Expand)AuthorAge
* 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
|\ \
| | * 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 grpc/revert-16351-health_checking_serv...Gravatar Mark D. Roth2018-09-05
| * | | | Merge pull request #16407 from ncteisen/lazy-metadataGravatar Noah Eisen2018-08-31
| |\ \ \ \
| | | | | * 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.Gravatar Mark D. Roth2018-08-28
| * | | Regenerate projectsGravatar Juanli Shen2018-08-27
| * | | Merge pull request #15984 from g-easy/hdrsGravatar Vijay Pai2018-08-20
| |\ \ \ | | |/ / | |/| |
| * | | Merge pull request #16374 from vjpai/censusGravatar Vijay Pai2018-08-17
| |\ \ \
| * | | | 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
| |/ / /
| * | | Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
| * | | Merge pull request #16356 from vjpai/exhaustionGravatar Vijay Pai2018-08-15
| |\ \ \
| | * | | Expand comment based on reviewer feedbackGravatar 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
| * | | | fix typoGravatar ncteisen2018-08-14
| * | | | Change thread default to INT_MAXGravatar ncteisen2018-08-14
| |/ / /
| | | * Subchannel support to C++Gravatar ncteisen2018-08-13
| |_|/ |/| |
| * | Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-09
| |\ \ | |/ / |/| |
* | | fix formatGravatar Junhao Li2018-08-09
* | | include cmath to fix gcc8 compilation errorGravatar Junhao Li2018-08-08
* | | Merge pull request #16225 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-08-07
|\ \ \
| * | | Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| | * | 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
| |/ /
* | | Add more filter priority levelsGravatar yang-g2018-08-01
| * | Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31