- Jun 16, 2015
-
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
David Garcia Quintas authored
Through the metadata's user data mechanism.
-
David Garcia Quintas authored
-
- Jun 15, 2015
-
-
Michael Lumish authored
Remove failing globs from examples and tests
-
Michael Lumish authored
Simplify metadata usage
-
Eric Anderson authored
Revised the state machine.
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Craig Tiller authored
Fix docs on gpr_slice_unref.
-
Craig Tiller authored
Fix docs on grpc_op_type.
-
Craig Tiller authored
include string_util.h for the prototype of gpr_strdup and fix a typo.
-
Oliver Smith authored
Fixes two warnings in log_win32.c under msvc2015 log_win32.c(109): warning C4013: 'gpr_strdup' undefined; assuming extern returning int log_win32.c(109): warning C4047: 'return': 'char *' differs in levels of indirection from 'int' and corrects a typo in an error message
-
Eric Dobson authored
-
- Jun 14, 2015
-
-
Eric Dobson authored
-
Jorge Canizales authored
-
- Jun 13, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jun 12, 2015
-
-
Nicolas Noble authored
Only keep docker containers for tests that failed
-
Jan Tattermusch authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
-
Abhishek Kumar authored
Add Connectivity doc
-
Nicolas Noble authored
fetch PR refspec for docker jenkins builds
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Nicolas Noble authored
Fix native callback signature to match with C#
-
Jan Tattermusch authored
-
Nicolas Noble authored
Speed up hash checks, crash on first TSAN error
-
- Jun 11, 2015
-
-
Tim Emiola authored
Revamp of C# channel options (aka channel args)
-
Tim Emiola authored
Stability fixes for python_plugin_test
-
Craig Tiller authored
-
Nathaniel Manista authored
The "normal" timeout is eliminated. The "short" timeout is changed to be the length used in tests that will time out as part of their execution and the "long" timeout is changed to be a ridiculously high value that will have no bearing on passing tests. The "pause" behavior of _ServicerMethods is changed to use a threading.Condition's wait/notify methods rather than busy-sleeping. Tests that used servicer delay to verify that asynchronous calls are not affected by server delay are changed to use servicer pause to verify that asynchronous calls return while the servicer is paused. Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a threading.Condition's wait/notify methods. Fixes https://github.com/grpc/grpc/issues/1900.
-
Nathaniel Manista authored
Ensure C89 compatibility in Linux tests.
-