aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/generic/rpc_desc.rb
Commit message (Expand)AuthorAge
* Switch to `send` instead of `method(...).call`Gravatar Aaron Patterson2018-09-17
* Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
* Catch NotImplementedError exceptions and forward them to the client.Gravatar John Millikin2017-08-16
* dont wait for gc to destroy calls on ruby serverGravatar Alexander Polcyn2017-07-13
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Ruby: show error class and message instead of unknownGravatar Yuan He2016-12-22
* combine more core batch opsGravatar Alex Polcyn2016-10-26
* Moved sending of initial metadata from server into server handlerGravatar Alex Polcyn2016-07-20
* Finished updating code and tests with keyword argument changesGravatar murgatroid992016-05-19
* Avoid using unspecified keyword args where possibleGravatar murgatroid992016-05-16
* Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
* Update copyrightsGravatar Craig Tiller2016-03-31
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
* Renaming the Ruby grpc extension to grpc_c, and renaming its loader from load...Gravatar Nicolas "Pixel" Noble2016-01-29
* Few more fixes to the Ruby installation.Gravatar Nicolas "Pixel" Noble2016-01-28
* Add's logging tweaks thread interaction for bidi_serverGravatar Tim Emiola2015-05-28
* Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
* Adds support for updating the output metadata to callsGravatar Tim Emiola2015-04-17
* Propagate metadata in BadStatusGravatar Tim Emiola2015-04-17
* Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
* Updates ActiveCall to use the new call APIGravatar Tim Emiola2015-04-10
* Adds back calls to #finish at the end of server callsGravatar Tim Emiola2015-03-17
* 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
* | Updates the module name in the idiomatic and stub layersGravatar Tim Emiola2015-02-17
|/
* Stop calling finish on server callsGravatar Tim Emiola2015-02-09
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
* Corrects the incorrect duplex behaviour of bidi_call.rbGravatar temiola2014-12-11
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
* Adds ruby versions of the interop server and clientGravatar temiola2014-12-08
* 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