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
Craig Tiller
0ede550acb
Update async write documentation
9 years ago
Craig Tiller
de3da74866
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
sammcveety
cbf2dfed88
Update link in credentials.h to point to grpc.io
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
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
David Garcia Quintas
48ec806249
Done!
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
Jan Tattermusch
88086373db
make gpr_timespec platform agnostic
9 years ago
Craig Tiller
1fa1ab84c9
Add cmdline tests
9 years ago
David Garcia Quintas
a5aa19b8b6
PR comments
9 years ago
Sree Kuchibhotla
f99dbf5d08
Remove gpr_slice_to_cstring as it is not used anywhere
9 years ago
Sree Kuchibhotla
38d39f4622
expose gpr_slice_to_cstring()
9 years ago
Jan Tattermusch
5dc93c363b
include climits
9 years ago
Jan Tattermusch
5b155e5674
more win x64 fixes
9 years ago
Craig Tiller
e2c62375e4
clang-format
9 years ago
Craig Tiller
26dab31f6e
Start of ping sketch
9 years ago
Nicolas "Pixel" Noble
fb0002cc36
Renaming GCOV to GPR_GCOV.
9 years ago
Nicolas "Pixel" Noble
c61d0e178f
Removing code coverage for unreachable code.
9 years ago
Hongyu Chen
1f96048187
Census tags propagation.
9 years ago
yang-g
92f4a155d8
add doxygen comment
9 years ago
Craig Tiller
8352b9e997
Review feedback
9 years ago
Nicolas "Pixel" Noble
ba404826be
Clang format.
9 years ago
Julien Boeuf
6489740a7c
Improving documentation.
9 years ago
Julien Boeuf
67c2c95788
Fixing typo.
9 years ago
Julien Boeuf
eb029c93fb
Better documentation of the method_name field.
...
Also passing empty string as opposed to NULL when the method name is not
found. This is much less error-prone.
9 years ago
yang-g
52705590e4
Add set pointer api to channel_arguments
9 years ago
yang-g
a23f17b123
add server_builder_option
9 years ago
Craig Tiller
7221d999bb
Global hook for doing something in response to a synchronous server call
9 years ago
Craig Tiller
3328a5828f
clang-format
9 years ago
Craig Tiller
20d99c0c96
AVL: add documentation
9 years ago
Craig Tiller
0593622d8f
AVL: removal, and passing tests
9 years ago
Craig Tiller
fba79f213f
AVL: creation, destroy, add
9 years ago
Craig Tiller
52a2ebadcb
Two argument variant for grpc::thread
9 years ago
Julien Boeuf
114f39475f
Cpp example of how the plugins can be done.
9 years ago
Julien Boeuf
caf9935e45
Also adding a credentials type to the plugin API.
...
The purpose of this is to be able to install a composition policy that
describes which types are incompatible and that will be enforced during
call creds composition.
If this functionality is wanted it will be done in an additive function in
the API like :
void grpc_call_credentials_set_composite_policy(
grpc_call_credentials_composite_policy policy);
9 years ago
Craig Tiller
b774be46d7
clang-format
9 years ago
Craig Tiller
0e72ede405
Use static metadata table in metadata.c
9 years ago
Julien Boeuf
3c957e60a3
Fixing implementations.
9 years ago
Julien Boeuf
ea44bba3b9
Changing the credentials plugin API.
...
- The plugin is now passed more information that it can use to create
auth metadata:
- service_url (as before)
- method name
- channel_auth_context
9 years ago
Craig Tiller
2a2a6ed1ca
Support rebuilding table
9 years ago
Craig Tiller
b113649517
clang-format
9 years ago
yang-g
b0e5e082b0
include header
9 years ago
yang-g
a89bf50cf1
Handle cancel before start case
9 years ago
Craig Tiller
a8d680923b
Add a (temporary) facility to tune stream read-ahead size
9 years ago
Julien Boeuf
112f4a3035
Fixing the doc to warn of the dangers for overriding the target name when using SSL.
9 years ago