- Mar 18, 2016
-
-
Sree Kuchibhotla authored
-
- Mar 17, 2016
-
-
Sree Kuchibhotla authored
-
- Mar 15, 2016
-
-
Masood Malekghassemi authored
Both have to do with the test runner's handling of the tests. With one it's the read thread somehow outliving the other threads (e.g. with ctrl-C). The other is due to a filled OS-level pipe's buffer causing a block while code is still holding the GIL in some gRPC core function. We can't empty the buffer from Python because the GIL is held, and the OS can't unblock because it's waiting for the buffer to get cleared: deadlock.
-
Paddy Byers authored
-
Jorge Canizales authored
-
Paul Querna authored
-
Paul Querna authored
-
Paul Querna authored
-
- Mar 14, 2016
-
-
Jorge Canizales authored
-
- Mar 12, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Jorge Canizales authored
-
Craig Tiller authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Mar 11, 2016
-
-
Nicolas "Pixel" Noble authored
-
Jorge Canizales authored
Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()""
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel.
-
Masood Malekghassemi authored
-
yang-g authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Mar 10, 2016
-
-
Jan Tattermusch authored
-
murgatroid99 authored
-
- Mar 09, 2016
-
-
Masood Malekghassemi authored
-
Yuchen Zeng authored
- Revised 'protoc' section and 'Documentation' section as LisaFC suggested. - Added 'Examples' section as LisaFC suggested. Resolves: #5661
-
Masood Malekghassemi authored
-
murgatroid99 authored
-
murgatroid99 authored
-