- Jun 23, 2015
-
-
yang-g authored
-
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
-
David Garcia Quintas authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Craig Tiller 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
-
- Jun 19, 2015
-
-
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
-
Vijay Pai authored
-
Jan Tattermusch authored
-
Stanley Cheung authored
-
Craig Tiller authored
-
Julien Boeuf authored
-
Julien Boeuf authored
- ALPN may not be available: - because OpenSSL does not support it. - because one of the peers does not support it. - Tested manually end to end by forcing TSI_OPENSSL_ALPN_SUPPORT to 0. Also tested if only one of the peers supports ALPN.
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jun 17, 2015
-
-
Jorge Canizales authored
-
Vijay Pai authored
-
Vijay Pai authored
state (including channels)
-
Tim Emiola authored
-
Jorge Canizales authored
It was still linking to my pull request's podspec.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Nathaniel Manista authored
Pull request #1577 removes the backup poller internal to completion queues so this test needs to use extra threads to drive the work done inside the completion queues by continuously calling each completion queue's get method.
-