659 Commits (203b20c9b26501105a1faa22132729514660dc8b)

Author SHA1 Message Date
Craig Tiller 48ed92ea38 GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN 9 years ago
Makarand Dharmapurikar 2a2599b5ca incremental fix - removed cronet dependency from grpc_secure 9 years ago
Ken Payson dce1ee6c84 Fixed ruby fd bug 9 years ago
murgatroid99 2939e2f9f7 Update ruby perf code with keyword args changes 9 years ago
murgatroid99 74cb8f5e6d Removed remaining reference to timeout argument from ruby interop client 9 years ago
murgatroid99 fb2877d4c8 Updated ruby interop client with keyword argument changes 9 years ago
murgatroid99 b39ad701ea Added comments to ruby code generation 9 years ago
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
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
Nicolas "Pixel" Noble 0545d7fa69 Revert "Merge pull request #6214 from makdharma/master" 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