Craig Tiller
9a5b4348f8
clang-format
8 years ago
yang-g
e89dc6ceb6
Make Server::Wait work for async only server.
8 years ago
Yuchen Zeng
9710106b5c
Merge remote-tracking branch 'upstream/master' into fix_mac_build
8 years ago
Nicolas Noble
7a1ac58ed0
Merge pull request #7297 from dgquintas/compression_cookbook
...
Compression Cookbook
8 years ago
Jorge Canizales
cfccf2a149
Merge master to resolve tests podspec conflict
8 years ago
Jorge Canizales
8f525f9bc5
Fix: Cocoapods doesn’t like dirs that start with ./
...
I wasted a huge amount of time debugging this madness.
8 years ago
siddharthshukla
c478214e47
Enable py35 and py36 testing
...
Add dockerfile template for python_pyenv_x64 docker image
Generate the dockerfile using generate_projects.sh
Modify run_tests.py to include python3.5 and python3.6
Runs python_jessie_x64 for python versions 2.7 and 3.4, and
python_pyenv_x64 for python versions 3.5 and 3.6
8 years ago
kpayson64
20b1d58b0c
Merge pull request #7312 from kpayson64/fix_sanity
...
Updated composer.json template
8 years ago
Craig Tiller
026754f489
Merge github.com:grpc/grpc into delayed-write
8 years ago
Ken Payson
a56c9da508
Updated composer.json.template
8 years ago
Jorge Canizales
54e28ad79e
Tests Podfile cleanup
9 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
9 years ago
Nicolas Noble
7126163b92
Merge pull request #7235 from tberghammer/cmake-protobuf
...
Remove gmock protobuf dependency from cmake build
9 years ago
Ken Payson
136ea365e3
Hold onto the GIL in __dealloc__ functions
...
When a child thread triggers __dealloc__ as part of a thread being
joined, the thread is already considered to be "joined", and so
releasing the GIL can allow the main thread to proceed to exit,
which introduces shutdown race conditions/memory leaks.
9 years ago
kpayson64
7f7c802072
Merge pull request #7242 from yang-g/import
...
Remove unused file
9 years ago
kpayson64
6f39830915
Merge pull request #7286 from stanley-cheung/php-update-auth
...
PHP: update composer.json
9 years ago
kpayson64
96c81bfeb6
Merge pull request #7289 from stanley-cheung/php-remove-debug
...
PHP: remove gpr_log debug
9 years ago
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