Jorge Canizales
eb3ebc5828
gRPC plugin podspec: license & deployment target
...
For the spec to pass linting.
9 years ago
makdharma
9e41c0e090
Merge pull request #7288 from makdharma/protobuf_import_issue7219
...
fixes #7259
9 years ago
kpayson64
6bb39d0d3b
Merge pull request #7307 from kpayson64/port_server_timeout
...
Added timeout to port server
9 years ago
Jorge Canizales
92450dd0e5
ProtoCompiler.podspec: license & deployment target
...
For the spec to pass linting.
9 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
9 years ago
Ken Payson
189d685cc5
Added timeout to port server
9 years ago
David Garcia Quintas
276c72e259
Compression Cookbook
9 years ago
thinkerou
b433830d1a
Fixed code format
9 years ago
thinkerou
614e6f9e58
Update the clearer name of function
9 years ago
thinkerou
d4c1abb853
Merged some codes to the common function for maintainability
9 years ago
yang-g
743b510334
Merge remote-tracking branch 'upstream/master' into server_test
9 years ago
yang-g
7d892fbbc3
another one
9 years ago
yang-g
dc3a775e60
Merge remote-tracking branch 'upstream/master' into import
9 years ago
kpayson64
c1bfe124ab
Merge pull request #7274 from murgatroid99/ruby_api_review_changes
...
Split incoming initial and trailing metadata in Ruby calls
9 years ago
kpayson64
340d39619d
Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional
...
Make handlers optional at server construction
9 years ago
Makarand Dharmapurikar
027ae0b4eb
removed unneeded import. fixes travis build
9 years ago
kpayson64
8444f2f9aa
Merge pull request #7195 from soltanmm/winfix
...
Fix Python interop unit-tests on Windows
9 years ago
Craig Tiller
33ab1829a5
Convert time to monotonic internally
9 years ago
Makarand Dharmapurikar
77f8da22ee
added a comment just to retrigger tests
9 years ago
kpayson64
acb0207b63
Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception
...
Fix _Rendezvous.exception for successful calls
9 years ago
Stanley Cheung
43ba180c21
php: remove gpr_log debug
9 years ago
kpayson64
32d3fbe284
Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials
...
Support composition of arbitrarily many CallCredentials objects
9 years ago
Yuchen Zeng
f0ec5b673c
Fix mac build
9 years ago
Nicolas Noble
2d5f853889
Merge pull request #7203 from murgatroid99/node_separate_health_check
...
Split Node health check code into a separate package and make it use static codegen
9 years ago
Nicolas Noble
cf9742f16b
Merge pull request #7268 from ctiller/smaller_max_message_size
...
Reduce default max message size
9 years ago
Craig Tiller
c22e31fb05
Make it more likely to correctly report deadline exceeded
9 years ago
kpayson64
887737945b
Merge pull request #7177 from kpayson64/python_codegen
...
Updated example codegen to use grpcio-tools
9 years ago
Makarand Dharmapurikar
86202529a8
fixed minor indent and resubmit
9 years ago
Masood Malekghassemi
3a9e6d9770
Fix interop tests on Windows
9 years ago
Masood Malekghassemi
fbf15e436f
Make build_python.sh script smarter
...
Now reasonable defaults are auto-detected by platform (and by specific
Python implementation).
9 years ago
Masood Malekghassemi
768b1db4df
Sanitize environment variables in run_tests `jobset`
9 years ago
Masood Malekghassemi
cab9d4f74b
Make Python tests run on Windows
9 years ago
Masood Malekghassemi
639bb3996f
Build Python distributions standalone for Windows
9 years ago
Masood Malekghassemi
06c857cb86
Patch monkeypatch link function to work in Python3
...
The modified link command was originally taken from a Python 2.x distutils.
9 years ago
Masood Malekghassemi
586e3835fe
Make Python build standalone on Windows
9 years ago
kpayson64
4e19d66514
Merge pull request #7260 from kpayson64/ga_performance_tests
...
Migrated python performance tests to use GA API
9 years ago
Masood Malekghassemi
f17f0f6b07
Fallback to generating files if not generated
...
Even if GRPC_PYTHON_BUILD_WITH_CYTHON is not specified, if the files are
not present then we will fall back to generating with Cython. This
relegates GRPC_PYTHON_BUILD_WITH_CYTHON to providing a regeneration
option rather than being a necessary build environment variable.
9 years ago
Makarand Dharmapurikar
46cc9eebb1
addressed feedback
...
using 'using'. Removed unnecessary grpc::string. fixed indentation.
9 years ago
makdharma
46a68316c1
Merge pull request #7264 from jcanizales/p0-fix-boringssl-for-devices
...
Add arm_arch.h back in BoringSSL.podspec, to fix compilation for devices
9 years ago
Masood Malekghassemi
af26ce6f43
Remove unnecessary fcntl module import
9 years ago
Masood Malekghassemi
771dc7546a
Remove misleading diagnostics message
9 years ago
Makarand Dharmapurikar
2b220f8be7
fixes #7219
...
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.
9 years ago
Stanley Cheung
bcd1015320
php: update composer.json require-dev
9 years ago
kpayson64
f5d5ad823d
Merge pull request #7275 from kpayson64/python_min_memory_cleanup
...
Removed cython client-side call tracking
9 years ago
kpayson64
d3918fd870
Merge pull request #7100 from sreecha/stress_test_metrics_fix
...
Stress tests: Fix metrics-client logging
9 years ago
kpayson64
98b24414d1
Merge pull request #6783 from thinkerou/compress
...
Make PHP work correctly when receiving a compressed message
9 years ago
kpayson64
2bece9e0e1
Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warning
...
PHP: add warning about shutdown function
9 years ago
kpayson64
703bfbeb93
Merge pull request #7239 from jboeuf/fix_7182
...
Change the return status codes according to the doc
9 years ago
makdharma
5a412cf891
Merge pull request #7219 from jcanizales/merge-0.14-into-master
...
Merge 0.14 into master
9 years ago
murgatroid99
19787c7528
Merge branch 'master' into ruby_api_review_changes
9 years ago