- Jun 25, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
- Jun 24, 2015
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
In the case we're using a threadpool, depending on where the threads are waiting in completion queue's next, they'll get stuck on shutdown because we're only kicking one of them. Instead, let's cascade-kick the pollsets when we shutdown so that we make sure all of them are exitting properly.
-
Nicolas "Pixel" Noble authored
Fixes #2190. In grpc_pollset_work we need to pass down which lock to unlock before actually doing something.
-
Jorge Canizales authored
Fixes https://github.com/grpc/grpc/issues/2194 .
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Tim Emiola authored
- grpc ruby 0.9.3 should have released from the release branch but was not - it needs to be re-released from that branch
-
- Jun 23, 2015
-
-
yang-g authored
-
Craig Tiller authored
It shouldn't count towards coverage
-
yang-g authored
-
yang-g authored
-
Nicolas "Pixel" Noble authored
Shutting down is synchronous under Windows, so we don't want to do that while holding a lock.
-
Yang Gao authored
-
Nicolas Noble authored
With the backup poller gone, the caller of grpc_pollset_work is expecting it to sleep. Aligning the behavior of the Windows port with the behavior of the Posix port.
-
Craig Tiller authored
Since alarm checks may mutate work deadlines for pollsets, the value returned from maybe_work is meaningless. Instead, maybe pollset_work always return 1 if maybe_work is invoked, and then redo the deadline check _on the next call_ to pollset_work.
-
Craig Tiller authored
-
murgatroid99 authored
-
- Jun 22, 2015
-
-
murgatroid99 authored
-
Craig Tiller authored
-
David Garcia Quintas authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Craig Tiller authored
-
murgatroid99 authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jun 21, 2015
-
-
Jorge Canizales authored
And free ops_array that was leaking.
-
- Jun 20, 2015
-
-
Craig Tiller authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Jun 19, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
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 18, 2015
-
-
Julien Boeuf authored
-