- May 11, 2017
-
-
murgatroid99 authored
-
- May 10, 2017
-
-
Craig Tiller authored
-
Craig Tiller authored
-
murgatroid99 authored
-
- May 09, 2017
-
-
Ken Payson authored
-
murgatroid99 authored
-
ncteisen authored
-
- May 08, 2017
-
-
Ken Payson authored
-
- May 05, 2017
-
-
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 28, 2017
-
-
murgatroid99 authored
-
murgatroid99 authored
-
David Garcia Quintas 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
-
Jan Tattermusch authored
-
murgatroid99 authored
-
- Apr 26, 2017
-
-
Alexander Polcyn authored
This reverts commit 79759fea, reversing changes made to dc36f4df.
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Julien Boeuf authored
- using NULL-terminated strings as opposed to const unsigned char * with length since the credentials are in PEM format. - aligning the structures with gRPC so that we have less convertions to do back and forth.
-
Craig Tiller authored
-
Craig Tiller authored
-
Zoltan Kuscsik authored
Renamed remove and add static functions to remove_key and add_key
-
- Apr 25, 2017
-
-
murgatroid99 authored
-