- Jul 27, 2016
-
-
Ken Payson authored
-
- Jul 12, 2016
-
-
Alexander Polcyn authored
-
- May 20, 2016
-
-
murgatroid99 authored
-
- Apr 21, 2016
-
-
murgatroid99 authored
-
- Dec 11, 2015
-
-
Jan Tattermusch authored
-
- Dec 08, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Dec 04, 2015
-
-
murgatroid99 authored
-
- Oct 28, 2015
-
-
Tim Emiola authored
-
- Sep 24, 2015
-
-
Tim Emiola authored
-
- Aug 31, 2015
-
-
Tim Emiola authored
-
- Aug 29, 2015
-
-
Tim Emiola authored
- ensures that servers cancels calls after the shutdown timeout - uses an infinite timeout when request server calls This two changes fix the issue where the server segfaults on shutdown.
-
- Aug 15, 2015
-
-
Tim Emiola authored
- moves the client/server behaviour to pb/test - deprecate current bin/interop/interop_{client,server}.rb - adds executable endpoints to bin - grpc_ruby_interop_{client, server} - these will be added to the ruby bin path when the grpc gem gem is installed, making them easier to execute
-
Tim Emiola authored
- Updates the code generated for the interop service - Moves the generated interop service/client from bin to pb Also - removes an empty file from the health pb directories
-
- Aug 14, 2015
-
-
Tim Emiola authored
-
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.
-
- Jun 19, 2015
-
-
Tim Emiola authored
- introduces a #wait method on the call operation view - invokes #wait on a Notifier that is created for all operations - ensures the Notifier is invoked if necessary whenever a client request completes - updates the interop_test to use op.wait before checking if the call was cancelled.
-
- Jun 02, 2015
-
-
Tim Emiola authored
- stops attempting to verify by catching the CancelledError - instead the test examines the operation state after cancellation, which is equally valid and more stable. Also - simplifies bidi on the server
-
- May 28, 2015
-
-
Tim Emiola authored
-
- May 20, 2015
-
-
Nick Gauthier authored
-
- May 13, 2015
-
-
Yang Gao authored
-
- May 09, 2015
-
-
Aggelos Avgerinos authored
-
- Apr 27, 2015
-
-
zeliard authored
-
- Apr 23, 2015
-
-
Tim Emiola authored
-
- Apr 16, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
- Apr 15, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
- Mar 18, 2015
-
-
Tim Emiola authored
-
- Mar 06, 2015
-
-
Tim Emiola authored
-
- Mar 02, 2015
-
-
Misha Brukman authored
-
- Feb 25, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
- Feb 24, 2015
-
-
Julien Boeuf authored
- The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
-
- Feb 23, 2015
-
-
Tim Emiola authored
-
- Feb 19, 2015
-
-
Tim Emiola authored
-
- Feb 18, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-