Yash Tibrewal
|
adca91f6cf
|
Server interception for SyncRequest
|
7 years ago |
Yash Tibrewal
|
d042a5acf1
|
some tests fail
|
7 years ago |
Yash Tibrewal
|
0b785ae8cf
|
Remove unneeded file
|
7 years ago |
Yash Tibrewal
|
af621c7705
|
Add method to register server creators
|
7 years ago |
Yash Tibrewal
|
b232bacf27
|
Starting on server interceptors
|
7 years ago |
Yash Tibrewal
|
f9fe345553
|
Add more tests for client interceptors
|
7 years ago |
Yash Tibrewal
|
cc8c27950c
|
Change types to use C++ types rather than core types
|
7 years ago |
Yash Tibrewal
|
6fb7bd23bf
|
s/GPR_ASSERT/GPR_CODEGEN_ASSERT and few more bugs
|
7 years ago |
Yash Tibrewal
|
6f05a711e6
|
Adding a test
|
7 years ago |
Yash Tibrewal
|
63bdf4e236
|
More changes for client interception
|
7 years ago |
Yash Tibrewal
|
5d831da9d1
|
Adding hook points for interception. Code compiles and tests still run
|
7 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
|
8 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 |
Ken Payson
|
567e0f1eb6
|
Have write ops take ownership over slices
|
8 years ago |
Vijay Pai
|
b18ab3f7c8
|
Delete deprecated constructor and CallOpSetCollectionInterface
|
8 years ago |
Jan Tattermusch
|
e68c0d1722
|
Revert "Reintroduce a lambda capture as part of C++11-izing code"
|
8 years ago |
Muxi Yan
|
c80526d122
|
Modify C++ and Objective C to initialize maybe_stream_compression_level
|
8 years ago |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
8 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
|
8 years ago |
yang-g
|
d03594fb73
|
second try
|
8 years ago |
yang-g
|
0d9caecde2
|
Unref the call first in case the collection is still used in call
|
8 years ago |
Vijay Pai
|
10c040d455
|
Move collection reset before unref (since unref could destroy obj)
|
8 years ago |
Vijay Pai
|
fc539eb193
|
Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used.
|
8 years ago |