- Sep 23, 2015
-
-
Nate Kibler authored
The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses.
-
Nate Kibler authored
The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference.
-
- Sep 22, 2015
-
-
Jorge Canizales authored
-
Julien Boeuf authored
This is very much unsafe as the string_ref could point on a stack variable of the callee.
-
Julien Boeuf authored
-
David Garcia Quintas authored
the channeld->content_type->key is already consumed by the preceding if.
-
David G. Quintas authored
-
- Sep 21, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Sep 18, 2015
-
-
David Garcia Quintas authored
-
yang-g authored
-
yang-g authored
-
David Garcia Quintas authored
This reverts commit 784db97a.
-
David Garcia Quintas authored
-
- Sep 17, 2015
-
-
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.
-
- Sep 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Julien Boeuf authored
-
- Sep 15, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Sep 14, 2015
-
-
Craig Tiller authored
-
- Sep 13, 2015
-
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
- Sep 12, 2015
-
-
David Garcia Quintas authored
-
- Sep 11, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Sep 10, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
David Garcia Quintas authored
Plus test tweaks and final touches to round robin policy
-
Craig Tiller authored
-
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
-
David Garcia Quintas authored
-
David Garcia Quintas 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).
-