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 |
David Garcia Quintas
|
1399e466b0
|
removed codegen/time.h
|
8 years ago |
David Garcia Quintas
|
440558a7ec
|
C++ Compression Level set properly
|
8 years ago |
vjpai
|
c0c38b1f19
|
Make the FCUnary class actually work and test it
|
9 years ago |
Bill Clarke
|
c072c927a8
|
Const correctness for ClientContext and ServerContext getters
|
9 years ago |
Bill Clarke
|
9c578c7a73
|
Const correctness for ClientContext and ServerContext getters
|
9 years ago |
Craig Tiller
|
3ab2fe0094
|
Rollup of changes from the latest import
|
9 years ago |
Craig Tiller
|
399b3c42de
|
Fix client_crash_test, implement idempotency, fail_fast for C++
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Craig Tiller
|
f40df23eeb
|
Auto-changes
|
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
|
b523c732d1
|
async_stream.h done. Compiles
|
9 years ago |
David Garcia Quintas
|
44f3249018
|
Introduced ServerInterface
|
9 years ago |
murgatroid99
|
3466c4b55d
|
Updated copyrights
|
9 years ago |
Ian Coolidge
|
8e7a4b66e8
|
Fix R/W template argument order in prototypes
In some cases, the prototype argument order was different
than the declaration order.
Based on a patch from Sam Leffler.
|
9 years ago |
Hongyu Chen
|
134cac2004
|
Address comments: revert all changes except adding two new metadata keys
"census" and "census-bin"
|
9 years ago |
Hongyu Chen
|
1f96048187
|
Census tags propagation.
|
9 years ago |
Julien Boeuf
|
5be92a316d
|
Shuffling headers around.
|
9 years ago |
yang-g
|
e21908fcee
|
impl
|
9 years ago |
yang-g
|
1eeb21c4df
|
api change to string_ref
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
9 years ago |
yang-g
|
9b7757dd35
|
Use a sync service to handle requests to unknown services
|
9 years ago |
Craig Tiller
|
bb5361453f
|
C++ context propagation
|
9 years ago |
yang-g
|
d45a26ed06
|
allow null tag
|
9 years ago |
yang-g
|
b335256444
|
Add AsyncNotifyWhenDone
|
9 years ago |
Alistair Veitch
|
100a6e1d82
|
add struct include/grpc++/server_context.h src/cpp/server/server_context.cc
|
9 years ago |
yang-g
|
9a009f2a75
|
make accessors from get_x() to x()
|
9 years ago |
yang-g
|
487f5a20b6
|
add warning comments
|
9 years ago |
yang-g
|
f1ec377063
|
server api
|
9 years ago |
Alistair Veitch
|
cf39e94872
|
Server side census context plumbing for c++
|
9 years ago |
David Garcia Quintas
|
80f3995e47
|
wip
|
10 years ago |
David Garcia Quintas
|
6dd49a5c8f
|
Added some methods to context inspector. Also minor tweak to server context IsCancelled() method
|
10 years ago |