- Mar 31, 2016
-
-
Craig Tiller authored
-
- Mar 09, 2016
-
-
murgatroid99 authored
-
murgatroid99 authored
-
- Feb 19, 2016
- Feb 05, 2016
-
-
Craig Tiller authored
-
- Feb 04, 2016
-
-
murgatroid99 authored
-
- Jan 14, 2016
-
-
murgatroid99 authored
-
murgatroid99 authored
-
- Jan 07, 2016
-
-
murgatroid99 authored
-
- Dec 16, 2015
-
-
murgatroid99 authored
-
- Dec 11, 2015
-
-
Jan Tattermusch authored
-
- Dec 04, 2015
-
-
murgatroid99 authored
-
- Nov 11, 2015
-
-
Tim Emiola authored
-
- Nov 09, 2015
-
-
Julien Boeuf authored
The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086.
-
- Oct 28, 2015
-
-
Brian Diesel authored
-
Tim Emiola authored
-
- Oct 08, 2015
-
-
Tim Emiola authored
-
- Sep 26, 2015
-
-
Tim Emiola authored
-
- Sep 01, 2015
-
-
Tim Emiola authored
-
- Aug 31, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
- Aug 20, 2015
-
-
Tim Emiola authored
-
- Aug 17, 2015
-
-
Tim Emiola authored
- provides a noop logger unless the user explicit adds a logging method to the GRPC namespace
-
Tim Emiola authored
-
- Aug 14, 2015
-
-
Tim Emiola authored
- adds the code-generated health service classes to the pb along with a README explaining how to regenerate the generated code - adds an implementation of the Health Checker Service along with unit tests and an integration test Also: - adds a pb folder : in a follow-up PR, all ruby pbs + generated code will be moved to it
-
Tim Emiola authored
Corrects some other issues - fixes status return when calls fail by always returning the status - resolves bidi_call client's failure to return an exception on bad status by swapping the wait for status to the read thread * this also improves the cancel_after_first_response test Also - adds a unit test that verifies that a bidi call will time out.
-
Tim Emiola authored
- timeout has been a default arg till now - this switches it to a keyword arg with the same behavior - in addition, it adds deadline as distinct keyword arg, allowing users the choice of the idiomatic(timeout) or the aligned(deadline)
-
- Aug 12, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
- Aug 11, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
- Jul 19, 2015
-
-
Craig Tiller authored
-
- Jun 17, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
+ all tests pass, - but there are a couple of workarounds - tests are flaky
-
- May 23, 2015
-
-
Tim Emiola authored
-
- May 20, 2015
-
-
Nick Gauthier authored
-
- May 17, 2015
-
-
Craig Tiller authored
The C core uses completion_queue_next as a directive that progress should be made on requests bound to that cq. If nobody is polling for completion, then a deadlock can occur (client needs to do work, but we're blocked waiting for the server). There is no scope for this to occur using the idiomatic layers (as far as I can tell), but these low level tests need to be massaged.
-
- May 12, 2015
-
-
Craig Tiller authored
-