Vijay Pai
|
97de30d7b3
|
Allow the interceptor to know the method type
|
6 years ago |
Vijay Pai
|
2a0c0d7ad6
|
Streaming API for callback servers
|
6 years ago |
Vijay Pai
|
2f47137a6e
|
Add support for IsCancelled check
|
6 years ago |
Vijay Pai
|
b460622c2d
|
Address reviewer comments
|
6 years ago |
Vijay Pai
|
84e763f10a
|
Experimental C++ server callback unary API
|
6 years ago |
Yash Tibrewal
|
c2e3fde9b5
|
Rename call.h to call_op_set.h and call_wrapper.h to call.h
|
6 years ago |
Yash Tibrewal
|
281de1bb30
|
Solve memory leak due to double setting of set_server_rpc_info
|
6 years ago |
Morgan Chen
|
6f4f17a3d0
|
Fix documentation warnings
|
6 years ago |
Yash Tibrewal
|
9b83b7d19e
|
Adding intercepted channel
|
6 years ago |
Yash Tibrewal
|
d042a5acf1
|
some tests fail
|
6 years ago |
ncteisen
|
ca77fcd7cd
|
Reviewer comments
|
6 years ago |
ncteisen
|
743d40d635
|
Lazily fill metadata map
|
6 years ago |
Vijay Pai
|
14ad82a76d
|
Create a new method handler for resource exhaustion and tie into thread mgr
|
6 years ago |
Juanli Shen
|
5e9994bf30
|
Add warning about AsyncNotifyWhenDone bug
|
6 years ago |
Juanli Shen
|
be40b0d3a8
|
Add server load reporting service
|
6 years ago |
ncteisen
|
4a719088ca
|
Fix typos
|
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 |
David Garcia Quintas
|
a21ab2ba29
|
Fix compression algorithm accessors
|
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 |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
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 |
Noah Eisen
|
67a40548ca
|
Initialize pending_ops false
|
8 years ago |
ncteisen
|
36bb8a0006
|
s/hanging/pending/g
|
8 years ago |
ncteisen
|
95f7a51746
|
Fix writelast bug
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Alexander Polcyn
|
16153d11f8
|
address comments, description changes
|
8 years ago |
Alexander Polcyn
|
bb2c338924
|
format changes, address comments
|
8 years ago |
Alexander Polcyn
|
d6ba5ecc34
|
fix bad line breaks and lengths
|
8 years ago |
Alexander Polcyn
|
41ff2e1ee6
|
address comments, format changes
|
8 years ago |
Alexander Polcyn
|
0f02908e67
|
address comments
|
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 |
Sree Kuchibhotla
|
fa71f6f369
|
Fix ASAN failure
|
8 years ago |
David Garcia Quintas
|
55c895a6a4
|
Removed wrong LR include from codegen
|
8 years ago |
yang-g
|
c42d844d27
|
Let ServerContext own the initial_metadata array for sync calls
|
8 years ago |
David Garcia Quintas
|
f31f096274
|
Use call context to propagare LR costs
|
8 years ago |
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97 .
|
8 years ago |
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
8 years ago |
Craig Tiller
|
f658bf0e1b
|
Start resolving memory issues in C++ metadata
|
8 years ago |
Vijay Pai
|
5c41bab92c
|
Remove references to NO_CHRONO option
|
8 years ago |
Vijay Pai
|
bcc59f425c
|
Remove a useless forward declaration
|
8 years ago |
yang-g
|
4287998855
|
Add a test spouse for server context
|
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 |
Julien Boeuf
|
2b2b345841
|
Addressing feedback.
|
8 years ago |
Julien Boeuf
|
6b93d46bb8
|
Adding extension points for security context.
|
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 |
Nicolas Noble
|
5a36325896
|
Merge pull request #7502 from dgquintas/cpp_compression_level
C++ Compression Level set properly
|
8 years ago |