- May 11, 2017
-
-
Muxi Yan authored
-
- May 10, 2017
- May 09, 2017
-
-
Muxi Yan authored
-
- May 05, 2017
-
-
Muxi Yan authored
-
Muxi Yan authored
-
Muxi Yan authored
-
Makarand Dharmapurikar authored
Contains squashed commits for several typo fixes and comments made during review.
-
- May 04, 2017
-
-
Mark D. Roth authored
-
Mark D. Roth authored
-
James Eady authored
-
- May 03, 2017
-
-
Mark D. Roth authored
As part of this, get the deadline from a channel arg instead of pick_args.
-
Noah Eisen authored
Added a missing ref in httpcli.c. Also added a test to avoid regression
-
Mark D. Roth authored
-
- May 02, 2017
-
-
Muxi Yan authored
-
Vijay Pai authored
-
Mark D. Roth authored
-
Mark D. Roth authored
-
James Eady authored
-
Jan Tattermusch authored
-
- May 01, 2017
-
-
Ken Payson authored
-
- Apr 30, 2017
- Apr 29, 2017
-
-
Muxi Yan authored
-
- Apr 28, 2017
-
-
murgatroid99 authored
-
murgatroid99 authored
-
Muxi Yan authored
-
David Garcia Quintas authored
-
Muxi Yan authored
-
Muxi Yan authored
-
Muxi Yan authored
-
Muxi Yan authored
-
David Garcia Quintas authored
-
Manuel Kroiss authored
This changes the import style for proto dependencies from a) to b). a) "import a.b.c as x" b) "from a.b import c as x" Using statement a) causes problems when using __init__ files. If module "a.b" has an __init__.py file which is importing the python generated grpc code "a.b.d", then we cannot import a module named "a.b.c" because the module "a.b" does not exist yet. In this case python will throw: AttributeError: 'module' object has no attribute 'b' This PR adapts the code to use the same logic as in: /google/protobuf/compiler/python/python_generator.cc
-
- Apr 27, 2017
-
-
David Garcia Quintas authored
-
Muxi Yan authored
-
Jan Tattermusch authored
-
murgatroid99 authored
-