Nicolas "Pixel" Noble
|
cabbd35014
|
Reformat.
|
6 years ago |
Yash Tibrewal
|
4dcb14ec9e
|
Fix codegen_test_minimal
|
6 years ago |
Yash Tibrewal
|
d347ec7ce0
|
Register for cq avalanching when interceptors are going to be run
|
6 years ago |
Nicolas "Pixel" Noble
|
2fd079ff7c
|
Channel folding.
|
6 years ago |
Yash Tibrewal
|
a9bee9b7ed
|
Make Pluck use the changes made in FinalizeResult
|
6 years ago |
Vijay Pai
|
84e763f10a
|
Experimental C++ server callback unary API
|
6 years ago |
Sree Kuchibhotla
|
91faa8e8f0
|
Fix an outdated comment
Fix the outdated commment in ServerCompletionQueue constructor
|
6 years ago |
Vijay Pai
|
56f1d3d697
|
clang-format
|
6 years ago |
Morgan Chen
|
6f4f17a3d0
|
Fix documentation warnings
|
6 years ago |
Yash Tibrewal
|
6f05a711e6
|
Adding a test
|
6 years ago |
Mark D. Roth
|
be1ce0c4cc
|
Revert "Merge pull request #16600 from grpc/revert-16574-health_checking_service"
This reverts commit de11358660 , reversing
changes made to 107d10ea73 .
|
6 years ago |
Mark D. Roth
|
42d9becd91
|
Revert "Second attempt: Implement Watch method in health check service."
|
6 years ago |
Mark D. Roth
|
6d2c8f8072
|
Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_service"
This reverts commit 4ee0f4c790 , reversing
changes made to 5ee9b5e7b5 .
|
6 years ago |
Vijay Pai
|
8bf52535d1
|
Provide a generic client-side unary callback API
|
6 years ago |
Juanli Shen
|
14a858123d
|
Revert "Implement Watch method in health check service."
|
6 years ago |
Mark D. Roth
|
99ce3e19af
|
Implement Watch method in health check service.
|
6 years ago |
Vijay Pai
|
14ad82a76d
|
Create a new method handler for resource exhaustion and tie into thread mgr
|
6 years ago |
Vijay Pai
|
e84096bbe5
|
Experimental infrastructure for callback-based CQ
|
6 years ago |
yang-g
|
f48d3d5d98
|
Initialize member in default ctor
|
6 years ago |
Vijay Pai
|
589e2cfe09
|
Update completion_queue.h
|
7 years ago |
makdharma
|
626a65e877
|
Added protected default constructor
|
7 years ago |
makdharma
|
1d603248f2
|
forgot to add completion_queue.h doh!
|
7 years ago |
makdharma
|
e1a7283dd3
|
moved Next implementation to CC file.
|
7 years ago |
makdharma
|
8065000697
|
Remove "final" keyword and make methods protected.
This adds extensibility to the API and makes custom implementation
of the server possible.
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Vijay Pai
|
e81ead58fb
|
Improve CQ and cancellation comments
|
7 years ago |
Jan Tattermusch
|
c9ec2c0888
|
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
|
7 years ago |
Vijay Pai
|
5dd32268be
|
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
Vijay Pai
|
2cb57e5ef4
|
Avalanching operations on completion queue should be private, not API
|
7 years ago |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
7 years ago |
Ken Payson
|
42bd87e376
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
|
7 years ago |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
7 years ago |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Garret Kelly
|
0cd689202d
|
Remove extraneous semicolons.
Fixes compilation if building with -Wextra-semi.
|
8 years ago |
Alexander Polcyn
|
d809a15ec4
|
cpp doc nits
|
8 years ago |
Alexander Polcyn
|
f5521c33f9
|
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a , reversing
changes made to dc36f4df6a .
|
8 years ago |
Craig Tiller
|
75bfb97548
|
Finish hybrid server stuff, ensure it gets tested
|
8 years ago |
Craig Tiller
|
334c4678a3
|
Start building out C++ interface
|
8 years ago |
Sree Kuchibhotla
|
3f182df7de
|
Fix C asan error and check_sources_and_headers.py
|
8 years ago |
Sree Kuchibhotla
|
fa71f6f369
|
Fix ASAN failure
|
8 years ago |
Sree Kuchibhotla
|
74f419fe74
|
undo prev change
|
8 years ago |
Sree Kuchibhotla
|
057230b0cd
|
Minor bug
|
8 years ago |
Sree Kuchibhotla
|
5bec133ba0
|
clang format
|
8 years ago |
Sree Kuchibhotla
|
f2c32150ef
|
Update C++ code
|
8 years ago |
Sree Kuchibhotla
|
1dbd981cf8
|
Prefix grpc_cq_polling_type enums with GRPC_CQ_
|
8 years ago |
Sree Kuchibhotla
|
9f71b17707
|
Fix clang formatting issues
|
8 years ago |
Sree Kuchibhotla
|
982a6f2b1c
|
C++ code changes in response to grpc_completion_queue_create() API change
|
8 years ago |