- Jul 12, 2016
-
-
siddharthshukla authored
six is necessary for making these scripts cross compatible between python 2.x and 3.x Changes: Add six to python_deps.include Include python_deps.include to all Dockerfile templates in test directory Include python_deps.include to all Dockerfile templates in stress_test directory Include python_deps.include to all Dockerfile templates in interop_test directory Replace print statements with print function calls (from futute..) Replace .iteritems() with .items() wherever necessary use six.moves to import BaseHTTPServer Generate new dockerfiles using generate_projects.sh
-
- Jul 11, 2016
- Jul 10, 2016
-
-
Ken Payson authored
-
- Jul 09, 2016
-
-
yang-g authored
-
yang-g authored
-
kpayson64 authored
Split incoming initial and trailing metadata in Ruby calls
-
kpayson64 authored
Make handlers optional at server construction
-
Makarand Dharmapurikar authored
-
kpayson64 authored
Fix Python interop unit-tests on Windows
-
Makarand Dharmapurikar authored
-
- Jul 08, 2016
-
-
kpayson64 authored
Fix _Rendezvous.exception for successful calls
-
Stanley Cheung authored
-
kpayson64 authored
Support composition of arbitrarily many CallCredentials objects
-
Nicolas Noble authored
Split Node health check code into a separate package and make it use static codegen
-
Nicolas Noble authored
Reduce default max message size
-
kpayson64 authored
Updated example codegen to use grpcio-tools
-
Makarand Dharmapurikar authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
Now reasonable defaults are auto-detected by platform (and by specific Python implementation).
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
The modified link command was originally taken from a Python 2.x distutils.
-
Masood Malekghassemi authored
-
kpayson64 authored
Migrated python performance tests to use GA API
-
Makarand Dharmapurikar authored
using 'using'. Removed unnecessary grpc::string. fixed indentation.
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Makarand Dharmapurikar authored
Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.
-
Stanley Cheung authored
-
kpayson64 authored
Removed cython client-side call tracking
-
kpayson64 authored
Stress tests: Fix metrics-client logging
-
kpayson64 authored
Make PHP work correctly when receiving a compressed message
-
kpayson64 authored
PHP: add warning about shutdown function
-
kpayson64 authored
Change the return status codes according to the doc
-