Yash Tibrewal
|
c2e3fde9b5
|
Rename call.h to call_op_set.h and call_wrapper.h to call.h
|
6 years ago |
Yash Tibrewal
|
cc21d32c77
|
Some cleanup
|
6 years ago |
Yash Tibrewal
|
a094b7b312
|
Added server async tests
|
6 years ago |
Yash Tibrewal
|
62280b42c7
|
Add client streaming, server streaming and bidi streaming tests
|
6 years ago |
Yash Tibrewal
|
4da91c1156
|
First test for server interception
|
6 years ago |
Yash Tibrewal
|
d8cfd96fb2
|
Adding tests using the callback API
|
6 years ago |
Yash Tibrewal
|
9b83b7d19e
|
Adding intercepted channel
|
6 years ago |
Vijay Pai
|
ce4bd108ea
|
Fix CallOpSet copy/assignment to reset cq_tag
|
6 years ago |
Yash Tibrewal
|
52765e9cb1
|
Don't expose internal functions.. Add a layer of indirection namely InternalInterceptorBatchMethods
|
6 years ago |
Yash Tibrewal
|
456231b26d
|
Server side interception for CompletionOp and AsyncRequest
|
6 years ago |
Yash Tibrewal
|
adca91f6cf
|
Server interception for SyncRequest
|
6 years ago |
Yash Tibrewal
|
d042a5acf1
|
some tests fail
|
6 years ago |
Yash Tibrewal
|
0b785ae8cf
|
Remove unneeded file
|
6 years ago |
Yash Tibrewal
|
af621c7705
|
Add method to register server creators
|
6 years ago |
Yash Tibrewal
|
b232bacf27
|
Starting on server interceptors
|
6 years ago |
Yash Tibrewal
|
f9fe345553
|
Add more tests for client interceptors
|
6 years ago |
Yash Tibrewal
|
cc8c27950c
|
Change types to use C++ types rather than core types
|
6 years ago |
Yash Tibrewal
|
6fb7bd23bf
|
s/GPR_ASSERT/GPR_CODEGEN_ASSERT and few more bugs
|
6 years ago |
Yash Tibrewal
|
6f05a711e6
|
Adding a test
|
6 years ago |
Yash Tibrewal
|
63bdf4e236
|
More changes for client interception
|
6 years ago |
Yash Tibrewal
|
5d831da9d1
|
Adding hook points for interception. Code compiles and tests still run
|
6 years ago |
Vijay Pai
|
20778b0c46
|
Address reviewer comments
|
7 years ago |
Vijay Pai
|
8bf52535d1
|
Provide a generic client-side unary callback API
|
7 years ago |
ncteisen
|
743d40d635
|
Lazily fill metadata map
|
7 years ago |
Yash Tibrewal
|
73a124fcfb
|
Wire to socket doc change
|
7 years ago |
yang-g
|
801e566622
|
handle empty slice explicitly
|
7 years ago |
Vijay Pai
|
a4da2d2a54
|
Eliminate existence of SneakyCallOpSet, some server cleanup
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Jan Tattermusch
|
97209aee1a
|
fix warning & typo
|
7 years ago |
ncteisen
|
6193c63dab
|
Reviewer feedback
|
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
|
14c60f1d12
|
Fix segfault
|
7 years ago |
ncteisen
|
0354c22d40
|
Save C++ for follow up PR
|
7 years ago |
ncteisen
|
40737d67ee
|
Add error string to recv status API
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
7 years ago |
thinkerou
|
d582cdf0ae
|
fix typo
|
8 years ago |
Vijay Pai
|
953afecaaf
|
Add an explicit void 2nd parameter to invocation of SerializationTraits
|
8 years ago |
Muxi Yan
|
8fa4d15513
|
Fix C++ builds
|
8 years ago |
Vijay Pai
|
a44cffa11f
|
Base the new SerializationTraits API on implicit type conversion rather than SFINAE
|
8 years ago |
Vijay Pai
|
efce6e1e50
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
|
8 years ago |
Jan Tattermusch
|
5432dd8874
|
Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"
|
8 years ago |
Vijay Pai
|
4433973242
|
Address review comments
|
8 years ago |
Vijay Pai
|
1c32292c7b
|
Address reviewer comments
|
8 years ago |
Vijay Pai
|
677395558d
|
Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer
|
8 years ago |
Craig Tiller
|
9bebf8b22a
|
C++ API for write-through
|
8 years ago |
Ken Payson
|
4754398f81
|
Clang_format
|
8 years ago |