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 |
Craig Tiller
|
e519a03a1f
|
Small improvements to generated documentation
|
8 years ago |
Vijay Pai
|
6510d47c81
|
gpr_atm isn't automatically initialized to 0. Thanks Obama.
|
8 years ago |
Vijay Pai
|
bf24dd9e51
|
clang-format
|
8 years ago |
Vijay Pai
|
cbe1599250
|
Track requests that could cause other requests to be created, and don't do
a real core shutdown of a CQ until such requests are done
|
8 years ago |
Yuchen Zeng
|
362ac1be0c
|
Fix gprc
|
8 years ago |
Vijay Pai
|
a9c0d7f88b
|
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
violating the appearance of unary-ness)
|
8 years ago |
Vijay Pai
|
581097fe0d
|
Make FCUnary and ServerReaderWriter derived classes of a new
ServerReaderWriterInterface so that some functions can be made
to accept either.
|
8 years ago |
David Garcia Quintas
|
1399e466b0
|
removed codegen/time.h
|
8 years ago |
vjpai
|
c0c38b1f19
|
Make the FCUnary class actually work and test it
|
9 years ago |
vjpai
|
ef01edf5b7
|
Fix review comments
|
9 years ago |
vjpai
|
b9df2760ed
|
Add proper documentation of ordering and thread-safety for
streaming (sync and async) APIs
|
9 years ago |
Sree Kuchibhotla
|
01907123f6
|
generate_projects.sh and fix copyright year
|
9 years ago |
Sree Kuchibhotla
|
1f5e262589
|
Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
David Garcia Quintas
|
60ee8dd2fc
|
docstrings
|
9 years ago |
David Garcia Quintas
|
b942640497
|
clang-format
|
9 years ago |
David Garcia Quintas
|
be25493398
|
codegen interface usage of gpr_inf_future
|
9 years ago |
David Garcia Quintas
|
e1ce31eda3
|
wip. cq refactored
|
9 years ago |
Sree Kuchibhotla
|
b0d1567e8e
|
Revert "Revert "Properly integrate async API with server-side cancellations.""
|
9 years ago |
Sree Kuchibhotla
|
edd96e4926
|
Revert "Properly integrate async API with server-side cancellations."
|
9 years ago |
Vijay Pai
|
13ee2f2df3
|
Properly integrate async API with server-side cancellations.
There is a comment above IsCancelled that says when it is ok to use this.
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
David Garcia Quintas
|
6bd7b97dc6
|
DONE!!1one
|
9 years ago |
David Garcia Quintas
|
e1300deb87
|
After GrpcLibrary refactoring. Compiles and passes. WIP still
|
9 years ago |