Esun Kim
|
cf618b1b8c
|
Removed unused sync_[no]_cxx11 files
|
5 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
yang-g
|
89464de6f0
|
Trim backup slice when it is larger than needed
|
7 years ago |
Vijay Pai
|
e81ead58fb
|
Improve CQ and cancellation comments
|
7 years ago |
David Garcia Quintas
|
a21ab2ba29
|
Fix compression algorithm accessors
|
7 years ago |
Jan Tattermusch
|
97209aee1a
|
fix warning & typo
|
7 years ago |
Jan Tattermusch
|
c9ec2c0888
|
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
|
7 years ago |
Vijay Pai
|
b4b0ac7049
|
Resolve leak by freeing request payload if resources exhausted
|
7 years ago |
Vijay Pai
|
7500577593
|
Address review feedback; stop using result of 'what'
|
7 years ago |
Vijay Pai
|
ab00654784
|
Tag new #else and #endif blocks with comments
|
7 years ago |
Vijay Pai
|
9809ce38e9
|
Use appropriate preprocessor guards to allow building without exceptions
|
7 years ago |
Vijay Pai
|
8fc3715a17
|
Catch exceptions from sync method handlers without crashing server
|
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 |
Vijay Pai
|
d5730c6c22
|
Allow no message on sync unary call, just like async
|
7 years ago |
yang-g
|
9c5d8267cd
|
resolve comments
|
7 years ago |
yang-g
|
69aec17562
|
Add dummy operator delete to make VS2015 not complain.
|
7 years ago |
ncteisen
|
6193c63dab
|
Reviewer feedback
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
ncteisen
|
11f6780bfd
|
Add comment with API
|
7 years ago |
ncteisen
|
64e0b10a97
|
Variable name consistency
|
7 years ago |
ncteisen
|
b9cff78f9e
|
Reviewer feedback
|
7 years ago |
Noah Eisen
|
0d7f5e77c0
|
No null string ctor
|
7 years ago |
ncteisen
|
74c106eff3
|
Add error string to C++
|
7 years ago |
Vijay Pai
|
3aeff224ed
|
Remove some dead code from a previous iteration of internal::Call
|
7 years ago |
ncteisen
|
adbfbd5977
|
Remove all extern C
|
7 years ago |
ncteisen
|
14c60f1d12
|
Fix segfault
|
7 years ago |
ncteisen
|
0354c22d40
|
Save C++ for follow up PR
|
7 years ago |
Vijay Pai
|
2cb57e5ef4
|
Avalanching operations on completion queue should be private, not API
|
7 years ago |
ncteisen
|
40737d67ee
|
Add error string to recv status API
|
7 years ago |
yang-g
|
b90f0e66e5
|
relax for inlined bytes to avoid allocation
|
7 years ago |
yang-g
|
c88185900d
|
handle 0 byte size message...
|
7 years ago |
yang-g
|
272eebbbcd
|
Only allocate what we need in the last slice for proto serialization
|
7 years ago |
ncteisen
|
f97d2f5b37
|
Add init/shutdown to codegen interface
|
7 years ago |
Vijay Pai
|
35e14cfc6c
|
Function shouldn't have semicolon afterward
|
7 years ago |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
7 years ago |
ncteisen
|
27a6713db3
|
Use protected, remove uneeded member variable
|
7 years ago |
ncteisen
|
023726202a
|
Refactor SerializationTraits
|
7 years ago |
Vijay Pai
|
7a648854e9
|
Adopt the static factory pattern (#10)
* Switch sync streams from "struct internal" to static factory in namespace internal
* Reduce diff size
* fix friends
* Use static factory pattern for async unary calls
* Use static factories for async streams
* clang-format
|
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 |
thinkerou
|
d582cdf0ae
|
fix typo
|
7 years ago |
Vijay Pai
|
953afecaaf
|
Add an explicit void 2nd parameter to invocation of SerializationTraits
|
7 years ago |
Muxi Yan
|
8fa4d15513
|
Fix C++ builds
|
7 years ago |
Vijay Pai
|
a44cffa11f
|
Base the new SerializationTraits API on implicit type conversion rather than SFINAE
|
7 years ago |
Vijay Pai
|
efce6e1e50
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
|
7 years ago |
Vijay Pai
|
4b047a3bff
|
Construction of streams shouldn't require triggering async ops
|
7 years ago |
Jan Tattermusch
|
5432dd8874
|
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
|
7 years ago |
Vijay Pai
|
4433973242
|
Address review comments
|
7 years ago |
Vijay Pai
|
1c32292c7b
|
Address reviewer comments
|
7 years ago |
Vijay Pai
|
677395558d
|
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
|
7 years ago |