Yuchen Zeng
175dbbc6d7
Use stream rpc to ensure all related requests go to a single server
9 years ago
yang-g
7099d6fed6
Add an explicit base class pointer to avoid potential breakage.
9 years ago
Nicolas 'Pixel' Noble
f4fef88911
Pinning the llvm repository on 3.8.
9 years ago
Ken Payson
85a5ffa1a9
Manifest changes
9 years ago
murgatroid99
395bca9a61
Improved description of examples bifurcation
9 years ago
Nicolas Noble
66e9d8e8a7
Merge pull request #6410 from murgatroid99/ruby_stress_fixes
...
Ruby: improve server error handling, fix a reference error
9 years ago
Jan Tattermusch
4ead664c33
small addendum for python distribtests
9 years ago
Jan Tattermusch
74b41c0513
fix C# distrib test after getting rid of grpc.native.csharp package
9 years ago
thinkerou
806c0d6aff
Merge remote-tracking branch 'upstream/master'
9 years ago
Nicolas "Pixel" Noble
9fcdc8765f
Cleaning up includes.
9 years ago
Jan Tattermusch
5a5dafa776
Merge pull request #6409 from jtattermusch/master
...
Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER
9 years ago
Jan Tattermusch
feb8e74f88
Merge pull request #6418 from yang-g/no_rpc_service
...
add a dummy service with no rpc to test codegen coverage
9 years ago
Jan Tattermusch
0090402db5
Merge pull request #6415 from yang-g/python_proto_comments
...
Add proto comments to generated _pb2.py files
9 years ago
Jan Tattermusch
bf14c2fe80
Merge pull request #6383 from dgquintas/remove-outdated-census-charg
...
Removed leftover function declaration from channel args
9 years ago
Jan Tattermusch
36918fc892
Merge pull request #6374 from grpc/dgquintas-patch-1
...
Fixed name of test config for h2_census
9 years ago
Jan Tattermusch
ac50cf99fe
Merge pull request #6412 from ctiller/large_async_secure_and_fixed
...
Fix coverage for large message and secure async end2end
9 years ago
Jan Tattermusch
b5658e406e
Merge pull request #6333 from dgquintas/check_includes_moar_fixes
...
Don't try to read files that have been moved/renamed.
9 years ago
Jan Tattermusch
bc2afb065a
Merge pull request #6323 from dgquintas/codegen_remove_proto
...
Moved protos out of core_codegen interface
9 years ago
Nicolas "Pixel" Noble
88f56e5ce3
'exception_info' is a bad word for Windows...
9 years ago
Nicolas "Pixel" Noble
d8b07cb3a1
Let's not compile grpc under Windows - it's taken care of already.
9 years ago
Ken Payson
c47e43df80
Added to PYTHONPATH
9 years ago
Ken Payson
4982638f78
Remove grpcio as build dependency
9 years ago
Makarand Dharmapurikar
e79b08b5ec
RouteGuide example now works with moving between tabs. Fixes issue 6404.
9 years ago
Ken Payson
2c56e1cc2c
run_tests.py updated
9 years ago
murgatroid99
4e1ebfa176
Updated template file
9 years ago
Ken Payson
4df964780f
Reworked python health checking and added tests
9 years ago
Masood Malekghassemi
751fbb06f6
Build grpcio tools on Windows
9 years ago
Michael Yeh
f9b89b181d
Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments.
9 years ago
Masood Malekghassemi
916c960e59
Fix Python distrib test
9 years ago
Masood Malekghassemi
f837cc8f63
Fix missing symbols
9 years ago
Masood Malekghassemi
88baf86d71
Copy all generated Python distribs
9 years ago
Masood Malekghassemi
e9407c2e74
Test binary Python distributions
9 years ago
Masood Malekghassemi
010eb48d21
Use manylinux
9 years ago
Masood Malekghassemi
616b2793fd
Fix docker build
9 years ago
Masood Malekghassemi
955887928f
Keep grpcio_tools version in sync with rest of project
9 years ago
Masood Malekghassemi
176ac65faf
Don't truncate deps file on failure to find bazel
9 years ago
Masood Malekghassemi
0e25c8d71a
Tightly integrate the Python plugin with its protoc
...
This grossly simplifies the protoc invocation to:
python -m grpc.protoc.compiler --python_out=... --grpc_python_out=...
[...] --plugin=protoc-gen-python-grpc=grpc_python_protoc_plugin... [...]
9 years ago
Masood Malekghassemi
af3158350e
Integrate Python protoc Linux artifact builders
9 years ago
Masood Malekghassemi
58d24c259a
Add sanity test for grpcio protoc package
9 years ago
Masood Malekghassemi
d039a98a94
Add Python grpcio protoc package
9 years ago
Jan Tattermusch
2901ea55ed
improve serverside handlers
9 years ago
Jan Tattermusch
14e8dee2dd
use just one response batch for unary response serverside calls
9 years ago
Jan Tattermusch
305ffd4847
make SendStatusFromServer optionally send a message as well
9 years ago
Jan Tattermusch
099b756269
Merge pull request #6420 from jtattermusch/csharp_more_api_fixes
...
C# finishing serverside request stream should not be required to dispose.
9 years ago
Jan Tattermusch
05146ace34
Merge pull request #6416 from jtattermusch/csharp_api_polishing
...
Add C# wrapping tests and fix some issues with the API.
9 years ago
Mark D. Roth
22b338e210
Apply clang-format diffs.
9 years ago
Makarand Dharmapurikar
d5d8f8fbf9
Added all transitive header dependencies in build.yaml to fix the failing check.
9 years ago
murgatroid99
2b6a2ab59a
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
9 years ago
Michael Yeh
470cbd1c6e
Created a new sample async client that is non-blocking. A reader thread is spawned to handle all the RPC results.
9 years ago
Mark D. Roth
2df502e518
Fix max_message_length test, which was broken by the previous fix to the
...
proxy tests.
9 years ago