murgatroid99
ae34a370e3
Finished updating code and tests with keyword argument changes
9 years ago
murgatroid99
746ea97afd
Finished removing ruby-level signal handlers again
9 years ago
murgatroid99
e68a71582f
Fixed a couple of issues, removed ruby-level signal handling again
9 years ago
David Garcia Quintas
51341eaa06
regenerated projects
9 years ago
murgatroid99
19bf00b69b
Re-added signal handlers to cancel calls and shut down servers
9 years ago
murgatroid99
c0ecedba83
Made signal handling properly handle non-killing signals
9 years ago
murgatroid99
76733cf196
Removed remaining references to old server handling code
9 years ago
murgatroid99
d595fb6557
Handle signals properly when dropping GVL
9 years ago
murgatroid99
b19f181f3e
Avoid using unspecified keyword args where possible
9 years ago
makdharma
c2ec95bad4
Revert "Revert "cronet wrapper code""
9 years ago
murgatroid99
878816956c
Update release version to 0.14.2-pre1
9 years ago
murgatroid99
c1c6b3c80d
Update release version to 0.14.1
9 years ago
murgatroid99
7573dfc16b
Fixed references in grpc-tools gemspec
9 years ago
Nicolas "Pixel" Noble
2c75731b68
The release branch is now 0.14.1-pre1.
9 years ago
Nicolas "Pixel" Noble
5ecdda759a
Processing the 0.14 release.
9 years ago
murgatroid99
585ceca214
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
9 years ago
murgatroid99
3080ede82c
Allow Ruby client code to set a user agent
9 years ago
David Garcia Quintas
a301eaade8
Allow servers to select compression level via initial MD.
...
Setting the newly added compression_level field of
grpc_op::send_initial_metadata by a server now has the effect of
applying that compression level for the subsequent call messages leaving
the server. The ultimate meaning of the level depends on the client's
supported compression algorithms.
9 years ago
Nicolas "Pixel" Noble
0545d7fa69
Revert "Merge pull request #6214 from makdharma/master"
...
This reverts commit 48d833a9d8
, reversing
changes made to 66e9d8e8a7
.
9 years ago
Craig Tiller
42342cbebb
Revert "cronet wrapper code"
9 years ago
murgatroid99
cf239e7309
Add a default handler to Ruby services that returns UNIMPLEMENTED
9 years ago
murgatroid99
41fd37bbe3
Poll for signals more frequently, for greater responsiveness
9 years ago
murgatroid99
873e419cf7
Added explanation about handling signals in C
9 years ago
murgatroid99
6bbe369434
Make Ruby library terminate on Ctrl+C on client and server
9 years ago
Nicolas "Pixel" Noble
16caa50aae
Master is now 0.15.0-dev.
9 years ago
Nicolas "Pixel" Noble
253a7109ed
The release branch is now 0.14.0-pre1.
9 years ago
Nicolas "Pixel" Noble
9fcdc8765f
Cleaning up includes.
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
murgatroid99
2b6a2ab59a
Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
9 years ago
Makarand Dharmapurikar
274bcc8f0b
Added dummy cronet api implementation so we can build on Jenkins.
9 years ago
murgatroid99
59dfee8800
Fixed rubocop issues with newest changes
9 years ago
murgatroid99
38281cfa59
Ruby: improve server error handling, fix a reference error
9 years ago
Makarand Dharmapurikar
70f697ba1e
reran generate_projects.sh after @nnoble's fix in PR6399.
9 years ago
Nicolas "Pixel" Noble
791e93ee2f
Always build the grpc library when building the ruby extension.
9 years ago
murgatroid99
8e4512ba48
Reversed premature removal of a file
9 years ago
murgatroid99
edb8b76ac2
Simplified Ruby tools extension checking
9 years ago
Makarand Dharmapurikar
63ee8ce43c
Reran tools/buildgen/generate_projects.sh again.
9 years ago
murgatroid99
faf3bfca82
Fixed grpc-tools.gemspec
9 years ago
murgatroid99
3b293253d4
Created grpc-tools ruby gem for distributing protoc and the plugin
9 years ago
murgatroid99
9003768b0a
Fixed unused parameter error
9 years ago
murgatroid99
9e3538c57d
Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
9 years ago
Yuchen Zeng
12dfdc3c27
Change win32 file suffix
9 years ago
Eric Richardson
deadbcdab1
Wrap delegate line to fix a Rubocop error about line length
9 years ago
murgatroid99
79108d0fdb
Changed some 'require' to 'require_relative' and modified rpc_server slightly
9 years ago
murgatroid99
ddaa69f15d
Got Ruby stress client working, with some modifications to interop tests
9 years ago
Sree Kuchibhotla
01907123f6
generate_projects.sh and fix copyright year
9 years ago
murgatroid99
e621f13ecd
Simplified ruby interop test files
9 years ago
Eric Richardson
336b744eff
Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method
9 years ago
vjpai
8ecd4d7aa6
Add support for an "OTHER" value in client_type, server_type, and add a string to
...
represent the name of the desired system api. This allows expansion without putting
an upper-limit based on some foressen variants.
9 years ago