Yuxuan Li
bdc76ab37b
bug fix
8 years ago
Yuxuan Li
34894e4b1c
Implemented stream coalescing design
...
(RFC:https://github.com/grpc/proposal/pull/3 ). Add necessary
microbenchmarks to show reduced writes/iter for short streams. Add
necessary end2end test to test out newly added apis. Filter those tests
using *WithCoalescingApi*.
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
320ed13d3e
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
9 years ago
Vijay Pai
5c41bab92c
Remove references to NO_CHRONO option
9 years ago
Mark D. Roth
a40d471110
Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET.
9 years ago
Mark D. Roth
59c9f904bf
Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to
...
GRPC_INITIAL_METADATA_WAIT_FOR_READY.
Also add a flag to indicate whether wait_for_ready was explicitly set by
the application.
9 years ago
Mark D. Roth
9477724003
Change C++ API to expose wait_for_ready instead of fail_fast.
9 years ago
Makarand Dharmapurikar
2b98b77225
add cacheable option to client_context
9 years ago
Julien Boeuf
2b2b345841
Addressing feedback.
9 years ago
Takuto Ikuta
bb04734eec
Fix a typo
9 years ago
Julien Boeuf
6b93d46bb8
Adding extension points for security context.
9 years ago
Takuto Ikuta
39d3100f44
Fix a typo
9 years ago
David Garcia Quintas
c79b0650d2
removed codegen/log.h
9 years ago
David Garcia Quintas
1399e466b0
removed codegen/time.h
9 years ago
David Garcia Quintas
b91cddb2fa
fixed typo
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
David Garcia Quintas
e1ce31eda3
wip. cq refactored
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
2425bbbc55
Further work. Compiles. WIP
9 years ago
David Garcia Quintas
f3ddb7c55a
clang-format
9 years ago
David Garcia Quintas
e50c6c2f5e
WIP. Added ChannelInterface
9 years ago
Bogdan Drutu
33a1ad002a
Fix the typo
9 years ago
Bogdan Drutu
899e5a82f6
Add a virtual destructor for the ClientContext::GlobalCallbacks.
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
Julien Boeuf
77bc16e38e
Fixing cpp auth doc pointers.
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Bogdan Drutu
42ab3fa5fa
Add a destructor callback as well
9 years ago
Bogdan Drutu
38d2ad6e96
Add a hook for the default constructor of ClientContext.
9 years ago
Hongyu Chen
0504a4443f
More reverting
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
yang-g
a89bf50cf1
Handle cancel before start case
9 years ago
Julien Boeuf
54a902ed17
Successfully compile C++ libary (not tests yet).
10 years ago
Craig Tiller
d6599a39e4
Replicate C++ docs from master to beta branch
...
Original PR #3074 by @dgquintas
10 years ago
Craig Tiller
00ad71c135
Revert "C++ docs"
10 years ago
David Garcia Quintas
a570d6334d
Fixes to comments and to examples
10 years ago
Julien Boeuf
5be92a316d
Shuffling headers around.
10 years ago
David Garcia Quintas
4dd03f9f73
Comments on the comments. Meta much?
10 years ago
David Garcia Quintas
1678c58183
wip
10 years ago
yang-g
e21908fcee
impl
10 years ago
yang-g
1eeb21c4df
api change to string_ref
10 years ago