- Dec 13, 2016
-
-
Masood Malekghassemi authored
Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
-
- Dec 09, 2016
-
-
Ken Payson authored
-
kpayson64 authored
-
- Dec 03, 2016
-
-
Masood Malekghassemi authored
Almost fixes #8753 (which still needs a test).
-
- Dec 02, 2016
-
-
Mark D. Roth authored
-
- Dec 01, 2016
-
-
Ken Payson authored
The server cleanup method is untested. The join() function that exposes it is only called by the internals of threading.py, and we don't hold a reference to the server thread to explicitly join() it, and I'm not sure we should add a reference just for this purpose. Moreover, the threading.py only calls join(None), the code path in question isn't even exercised by the internals of threading.py. Its just there to make sure we properly follow the join(timeout) semantics.
-
- Nov 22, 2016
-
-
Noah Eisen authored
Add use_tls, use_test_ca, and server_host_override flags to Python stress client. These are needed to run the stress client against a local server that is using tls.
-
- Nov 17, 2016
-
-
Mark D. Roth authored
-
Mark D. Roth authored
-
Noah Eisen authored
-
- Nov 08, 2016
-
-
Craig Tiller authored
-
- Nov 04, 2016
-
-
Nathaniel Manista authored
-
- Nov 03, 2016
-
-
Masood Malekghassemi authored
-
Mark D. Roth authored
-
- Oct 28, 2016
-
-
Masood Malekghassemi authored
To support magical internal build processes, the pb2 files need to be split into pure-proto and gRPC parts. This performs that split and further fixes bad module names in the test harness that interfered with the intended test implementation. An unfortunate side effect, due to limitations of protoc and holdover behavior we must support in major version 1.x, is that trash files are generated in split generation. This shouldn't be a problem in normal protoc plugin use.
-
Masood Malekghassemi authored
-
- Oct 27, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Oct 26, 2016
-
-
Mark D. Roth authored
-
Nicolas "Pixel" Noble authored
-
Noah Eisen authored
Add the code for three new interop tests: unimplemented_method, unimplemented_service, and custom_metadata. Fix and refactor the code for status_code_and_message.
-
- Oct 25, 2016
-
-
Maciej Lasyk authored
Added RHEL/Fedora specific information about lacking of python.h - because Linux doesn't mean Ubuntu ;)
-
- Oct 22, 2016
-
-
Mark D. Roth authored
-
- Oct 21, 2016
-
-
Craig Tiller authored
-
- Oct 20, 2016
-
-
Masood Malekghassemi authored
Some features relating to proto2 extension querying are missing due to missing upstream features required to support them (see https://github.com/google/protobuf/issues/2248).
-
- Oct 18, 2016
-
-
Ken Payson authored
This allows for testing other implementations of grpc.Server.
-
- Oct 17, 2016
-
-
Craig Tiller authored
-
- Oct 14, 2016
-
-
Mark D. Roth authored
-
Yuchen Zeng authored
-
Ken Payson authored
-
- Oct 13, 2016
-
-
Ken Payson authored
-
- Oct 12, 2016
-
-
Yuchen Zeng authored
-
- Oct 11, 2016
-
-
Yuchen Zeng authored
-
- Oct 10, 2016
-
-
kpayson64 authored
-
- Oct 04, 2016
-
-
Nathaniel Manista authored
-
- Oct 03, 2016
-
-
murgatroid99 authored
-
- Sep 29, 2016
-
-
Ken Payson authored
-
- Sep 27, 2016
-
-
Mark D. Roth authored
Refactor hash table code into its own module and use it for method_config as well as method_config_table.
-
- Sep 24, 2016
-
-
Mark D. Roth authored
-