| Commit message (Expand) | Author | Age |
... | |
| | * | Poll for signals more frequently, for greater responsiveness | murgatroid99 | 2016-05-06 |
| | * | Make Ruby library terminate on Ctrl+C on client and server | murgatroid99 | 2016-05-06 |
* | | | Master is now 0.15.0-dev. | Nicolas "Pixel" Noble | 2016-05-06 |
| |/
|/| |
|
| * | The release branch is now 0.14.0-pre1. | Nicolas "Pixel" Noble | 2016-05-06 |
|/ |
|
* | Fixed rubocop issues with newest changes | murgatroid99 | 2016-05-03 |
* | Ruby: improve server error handling, fix a reference error | murgatroid99 | 2016-05-03 |
* | Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback | murgatroid99 | 2016-04-28 |
* | Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby | Jan Tattermusch | 2016-04-26 |
|\ |
|
| * | Wrap delegate line to fix a Rubocop error about line length | Eric Richardson | 2016-04-26 |
* | | Changed some 'require' to 'require_relative' and modified rpc_server slightly | murgatroid99 | 2016-04-22 |
| * | Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView | Eric Richardson | 2016-04-20 |
|/ |
|
* | New CQ for each client call | vjpai | 2016-04-12 |
* | Make ruby library conform to status code spec | murgatroid99 | 2016-04-04 |
* | Update copyrights | Craig Tiller | 2016-03-31 |
* | Remove extraneous mutex, restrict state transitions | murgatroid99 | 2016-03-09 |
* | Ruby: fix some synchronization code in server implementation | murgatroid99 | 2016-03-09 |
* | Merge pull request #5348 from nicolasnoble/backport-merge | Nicolas Noble | 2016-02-23 |
* | Fix copyrights | murgatroid99 | 2016-02-17 |
* | Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular i... | murgatroid99 | 2016-02-16 |
* | Flagging 0.13.1-pre1. | Nicolas "Pixel" Noble | 2016-02-13 |
* | Flagging the release. | Nicolas "Pixel" Noble | 2016-02-13 |
* | Revert Ruby version specialization | Masood Malekghassemi | 2016-02-11 |
* | Fixing Ruby binary build (again). | Nicolas "Pixel" Noble | 2016-02-10 |
* | Fixing ruby versionning. | Nicolas "Pixel" Noble | 2016-02-09 |
* | Flagging 0.13 as pre1. | Nicolas "Pixel" Noble | 2016-02-09 |
* | build.yaml centric versioning | Craig Tiller | 2016-02-08 |
* | Versionning Ruby from build.yaml, and regenerating broken files after census ... | Nicolas "Pixel" Noble | 2016-02-06 |
* | Fixing copyrights. | Nicolas "Pixel" Noble | 2016-02-01 |
* | Renaming the Ruby grpc extension to grpc_c, and renaming its loader from load... | Nicolas "Pixel" Noble | 2016-01-29 |
* | Few more fixes to the Ruby installation. | Nicolas "Pixel" Noble | 2016-01-28 |
* | Allowing for creation of pre-compiled gems, using rack-compiler-dock. | Nicolas "Pixel" Noble | 2016-01-28 |
* | Update copyright | murgatroid99 | 2016-01-05 |
* | Made ruby per-rpc creds interop use auth plugin API | murgatroid99 | 2016-01-05 |
* | Fix typo in method call | murgatroid99 | 2016-01-05 |
* | Updated copyright in Ruby version file | murgatroid99 | 2016-01-04 |
* | Update Ruby library version for next release | murgatroid99 | 2016-01-04 |
* | Include roots.pem with Ruby package | murgatroid99 | 2015-12-18 |
* | Made insecure channel/stub explicit, in all layers | murgatroid99 | 2015-12-16 |
* | Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin | Michael Lumish | 2015-12-11 |
|\ |
|
* | | Fixed a busy-wait in Ruby server run_till_terminated | murgatroid99 | 2015-12-10 |
| * | Plumb CallCredentials through Ruby code, replacing metadata_updater functiona... | murgatroid99 | 2015-12-04 |
|/ |
|
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ |
|
| * | Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test | Michael Lumish | 2015-11-12 |
| |\ |
|
| | * | Fixes a multithreading bug in the ruby rpc_server | Tim Emiola | 2015-11-11 |
| * | | Ensures that bidi calls obtain metadata. | Tim Emiola | 2015-11-10 |
| |/ |
|
* / | Ruby wrapping of core credentials API change. | Tim Emiola | 2015-10-28 |
|/ |
|
* | Fixed previous change, altered RuboCop settings to let me do so | murgatroid99 | 2015-10-14 |
* | Made ruby server stop waiting for calls when it starts getting null calls | murgatroid99 | 2015-10-14 |
* | Fixes the broken ruby interop tests | Tim Emiola | 2015-10-08 |
* | Bugfix: correct circular arg ref | Tim Emiola | 2015-09-25 |