aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc.rb
Commit message (Expand)AuthorAge
* Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Fixed a couple of issues, removed ruby-level signal handling againGravatar murgatroid992016-05-18
* Re-added signal handlers to cancel calls and shut down serversGravatar murgatroid992016-05-17
* Removed remaining references to old server handling codeGravatar murgatroid992016-05-16
* Handle signals properly when dropping GVLGravatar murgatroid992016-05-16
* Make Ruby library terminate on Ctrl+C on client and serverGravatar murgatroid992016-05-06
* Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-28
* Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
* Update copyrightsGravatar Craig Tiller2016-03-31
* Made ruby per-rpc creds interop use auth plugin APIGravatar murgatroid992016-01-05
* Include roots.pem with Ruby packageGravatar murgatroid992015-12-18
* Move Notifier into its own fileGravatar Tim Emiola2015-04-24
* Cleanup: remove redundant ruby codeGravatar Tim Emiola2015-04-10
* Remove the ruby gRPC auth implementationGravatar Tim Emiola2015-02-25
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
* | Removes the line that sed could not fixGravatar Tim Emiola2015-02-17
* | Updates the module name in the idiomatic and stub layersGravatar Tim Emiola2015-02-17
|/
* Ensures the auth modules are available with just require 'grpc'Gravatar Tim Emiola2015-01-31
* Switches to using protobuf-ruby.Gravatar temiola2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Switches to using protobuf-ruby.Gravatar temiola2015-01-08
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01