- Sep 23, 2015
-
-
Nate Kibler authored
The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference.
-
Tim Emiola authored
Prevent failed docker builds from accumulating
-
Eric Anderson authored
By default docker does not clean up temporary images when the build fails to allow the user to inspect the state of the container to determine what went wrong. Those images don't help us at all and just accumulate until disk usage is 100%.
-
Craig Tiller authored
Fix mutex bug
-
Vijay Pai authored
It is a bad idea to have a map with string_refs as output params.
-
- Sep 22, 2015
-
-
Jorge Canizales authored
-
Julien Boeuf authored
This is very much unsafe as the string_ref could point on a stack variable of the callee.
-
Nicolas Noble authored
Fix parameter types in function definition.
-
Nicolas Noble authored
Fixed typo in channel_args.h docstring
-
Craig Tiller authored
Fix windows build
-
Craig Tiller authored
Client now swallows content-type on receive
-
Craig Tiller authored
remove connectivity watcher from interested party early
-
Craig Tiller authored
Security connector refactoring
-
Yang Gao authored
Credentials plugin fixes (after the branch was merged).
-
Craig Tiller authored
Removed spurious predicate from if branch
-
Julien Boeuf authored
-
Craig Tiller authored
Add --use_docker flag support for run_tests.py
-
David Garcia Quintas authored
the channeld->content_type->key is already consumed by the preceding if.
-
David G. Quintas authored
-
- Sep 21, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Craig Tiller authored
Fix portserver on Win and Mac
-
David G. Quintas authored
Add empty_stream test case
-
yang-g authored
-
Yang Gao authored
Design and implementation of the core credentials plugin API.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Sep 19, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Yang Gao authored
Rename the TCP server callback arguments to be more descriptive.
-
- Sep 18, 2015
-
-
Jan Tattermusch authored
-
David Garcia Quintas authored
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
David Garcia Quintas authored
This reverts commit 784db97a.
-
Nicolas Noble authored
Swallow content-type at the client.
-
David Garcia Quintas authored
-
- Sep 17, 2015
-
-
Craig Tiller authored
Round Robin LB Policy
-
Robbie Shade authored
-