- Oct 01, 2015
-
-
murgatroid99 authored
-
- Sep 29, 2015
-
- Sep 26, 2015
-
-
Tim Emiola authored
-
- Sep 25, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Sep 24, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
murgatroid99 authored
-
Tim Emiola authored
-
- Sep 23, 2015
-
-
Stanley Cheung authored
-
murgatroid99 authored
-
David Garcia Quintas authored
-
Craig Tiller authored
-
Jan Tattermusch authored
-
Stanley Cheung authored
-
- Sep 22, 2015
-
-
Masood Malekghassemi authored
-
murgatroid99 authored
-
Nathaniel Manista authored
This defect was introduced in 9e4d0610. I had thought that this code was exercised in tests but it is bypassed by the use of grpc_test.beta.test_utilities.not_really_secure_channel. :-(
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Julien Boeuf authored
A transport op indicating a cancellation can be sent to the auth client filter. In this case, the code should not assert that a context is not null on this op.
-
Nicolas "Pixel" Noble authored
-
- Sep 18, 2015
-
-
Jan Tattermusch authored
-
- Sep 17, 2015
-
-
murgatroid99 authored
-
Craig Tiller authored
Fixes #3203 We entered a live lock race between the promotion callback and pollers, which was only resolved when the background executor got lucky enough to pick up the async work.
-
Jorge Canizales authored
-
- Sep 16, 2015
-
-
Jan Tattermusch authored
Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.
-
- Sep 15, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Sep 11, 2015
-
-
Nathaniel Manista authored
-
Nathaniel Manista authored
These changes probably should have been in 3b0fefb2 but were overlooked.
-
- Sep 10, 2015
-
-
Masood Malekghassemi authored
The old package directory handling was stale in grpcio's setup.py command support module and docgen had a typo.
-
Masood Malekghassemi authored
-
- Sep 09, 2015
-
-
Jan Tattermusch authored
-
Julien Boeuf authored
- We cannot use call_data after the final callback as this one may trigger the deletion of the call object (hence the call_data).
-
- Sep 08, 2015
-
-
Craig Tiller authored
I *believe* this is actually safe, and the assert was errantly copy-pasted a while back. Fixes #3022
-