- Mar 07, 2017
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Mar 06, 2017
-
-
David Garcia Quintas authored
-
- Mar 03, 2017
-
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
- Mar 02, 2017
-
-
Nathaniel Manista authored
In _server.py start_server_batch_result is removed because start_server_batch can only ever fail as a result of a programming defect in gRPC Python and not the application. This differs from some analogous-appearing points in _channel.py where the result of start_client_batch is checked because at those points it is possible for a failure to indicate a programming defect on the part of the application.
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Nathaniel Manista authored
This should have been removed in, and has done anything but fail on import since, 4d425522.
-
Jan Tattermusch authored
-
Yuchen Zeng authored
-
Muxi Yan authored
-
- Mar 01, 2017
-
-
Stanley Cheung authored
-
yang-g authored
-
Craig Tiller authored
-
kpayson64 authored
-
Noah Eisen authored
client now conforms to spec. See https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
-
Craig Tiller authored
-
Muxi Yan authored
-
Nathaniel Manista authored
This should have been included in 48226a2f.
-
- Feb 28, 2017
-
-
yang-g authored
-
Craig Tiller authored
-
murgatroid99 authored
-
- Feb 27, 2017
-
-
Yuchen Zeng authored
-
murgatroid99 authored
-
Mark D. Roth authored
-
Craig Tiller authored
-
Craig Tiller authored
Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.
-
Yuchen Zeng authored
-
Yuchen Zeng authored
-
Yuchen Zeng authored
Based on soltanmm-google's #9114
-
- Feb 25, 2017
-
-
Craig Tiller authored
-
- Feb 24, 2017
-
-
ncteisen authored
-
Mark D. Roth authored
-