- Jun 14, 2016
-
-
Ken Payson authored
When the Python Interpreter exits, it first attempts to join any outstanding threads. This is problematic if a server is created as a top-level variable or referenced by a reference cycle, as join() will hang. This adds cleanup behavior to the server thread's join().
-
- Jun 11, 2016
-
-
Jan Tattermusch authored
Initial Python3 support
-
Jan Tattermusch authored
Add a doc for the command line tool
-
Jan Tattermusch authored
Add support for clang3.5, clang3.7 and gcc4.6 in run_tests.py
-
Jan Tattermusch authored
-
- Jun 10, 2016
-
-
Jan Tattermusch authored
PHP: ran php-cs-fixer again
-
Jan Tattermusch authored
Use == instead of is for cygrpc.OperationType values
-
Ken Payson authored
Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7
-
Yang Gao authored
-
Jan Tattermusch authored
add a test with empty request
-
Jan Tattermusch authored
Advertise transport selected in user-agent string
-
Jan Tattermusch authored
Fix server side memory leak
-
Jan Tattermusch authored
Add common proto files to Python grpcio-tools
-
Jan Tattermusch authored
fix for #6834
-
Jan Tattermusch authored
Add a test for grpc/grpc#6522
-
Jan Tattermusch authored
fix for issue 6344. added printing of .proto file comments in generat…
-
- Jun 09, 2016
-
-
Jan Tattermusch authored
Add usage documentation to Python tools distribution
-
Jan Tattermusch authored
Use Python namespace packages
-
Jan Tattermusch authored
On receiving an unexpected response, provide the reason in the error message of the returned status
-
Jan Tattermusch authored
Check the value of Next in async examples
-
Jan Tattermusch authored
C#: Add unstarted server test
-
Makarand Dharmapurikar authored
Removed constants kPackageName and kServiceName so multiple services can be defined in one proto.
-
Nathaniel Manista authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Allow servers to select compression level via initial MD & overall compression cleanup
-
Jan Tattermusch authored
Add support for communication using existing FD (for client and server)
-
Jan Tattermusch authored
Polished RR policy and added policy doc preamble
-
Jan Tattermusch authored
Adds functions to set snd/rcv socket buffer sizes.
-
Jan Tattermusch authored
Factor out json serialization code from qps report.cc
-
Masood Malekghassemi authored
-
David Klempner authored
This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external.
-
Makarand Dharmapurikar authored
-
Yang Gao authored
-
- Jun 08, 2016
-
-
Jan Tattermusch authored
added comment about host parameter format (issue 4147)
-
Jan Tattermusch authored
fix for issue 5548. Deprecated old classes and created subclasses.
-
Jan Tattermusch authored
moved core_codegen from src/cpp/... to include/grpc++/...
-
Jan Tattermusch authored
Check content type on the client response path
-
Jan Tattermusch authored
Fix refcounting algorithm for metadata
-
Jan Tattermusch authored
Make Metadata.Entry a class
-
Jan Tattermusch authored
Add interfaces for ServerAsyncReader/Writers
-