aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib
Commit message (Expand)AuthorAge
* Merge pull request #6537 from grpc/release-0_14Gravatar Nicolas Noble2016-05-11
|\
| * Merge pull request #6500 from murgatroid99/ruby_user_agentGravatar Jan Tattermusch2016-05-11
| |\
| * | The release branch is now 0.14.1-pre1.Gravatar Nicolas "Pixel" Noble2016-05-10
| * | Processing the 0.14 release.Gravatar Nicolas "Pixel" Noble2016-05-10
* | | Merge pull request #6475 from grpc/release-0_14Gravatar Nicolas Noble2016-05-09
|\| |
| | * Allow Ruby client code to set a user agentGravatar murgatroid992016-05-09
| |/
| * Merge pull request #6472 from murgatroid99/ruby_signal_handling2Gravatar Jan Tattermusch2016-05-09
| |\
| * | Add a default handler to Ruby services that returns UNIMPLEMENTEDGravatar murgatroid992016-05-06
| | * Poll for signals more frequently, for greater responsivenessGravatar murgatroid992016-05-06
| | * Make Ruby library terminate on Ctrl+C on client and serverGravatar murgatroid992016-05-06
* | | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| |/ |/|
| * The release branch is now 0.14.0-pre1.Gravatar Nicolas "Pixel" Noble2016-05-06
|/
* Fixed rubocop issues with newest changesGravatar murgatroid992016-05-03
* Ruby: improve server error handling, fix a reference errorGravatar murgatroid992016-05-03
* Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-28
* Merge pull request #6233 from ewr/fetch-peer-cert-in-rubyGravatar Jan Tattermusch2016-04-26
|\
| * Wrap delegate line to fix a Rubocop error about line lengthGravatar Eric Richardson2016-04-26
* | Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
| * Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqViewGravatar Eric Richardson2016-04-20
|/
* New CQ for each client callGravatar vjpai2016-04-12
* Make ruby library conform to status code specGravatar murgatroid992016-04-04
* Update copyrightsGravatar Craig Tiller2016-03-31
* Remove extraneous mutex, restrict state transitionsGravatar murgatroid992016-03-09
* Ruby: fix some synchronization code in server implementationGravatar murgatroid992016-03-09
* Merge pull request #5348 from nicolasnoble/backport-mergeGravatar Nicolas Noble2016-02-23
* Fix copyrightsGravatar murgatroid992016-02-17
* Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular i...Gravatar murgatroid992016-02-16
* Flagging 0.13.1-pre1.Gravatar Nicolas "Pixel" Noble2016-02-13
* Flagging the release.Gravatar Nicolas "Pixel" Noble2016-02-13
* Revert Ruby version specializationGravatar Masood Malekghassemi2016-02-11
* Fixing Ruby binary build (again).Gravatar Nicolas "Pixel" Noble2016-02-10
* Fixing ruby versionning.Gravatar Nicolas "Pixel" Noble2016-02-09
* Flagging 0.13 as pre1.Gravatar Nicolas "Pixel" Noble2016-02-09
* build.yaml centric versioningGravatar Craig Tiller2016-02-08
* Versionning Ruby from build.yaml, and regenerating broken files after census ...Gravatar Nicolas "Pixel" Noble2016-02-06
* 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
* Allowing for creation of pre-compiled gems, using rack-compiler-dock.Gravatar Nicolas "Pixel" Noble2016-01-28
* Update copyrightGravatar murgatroid992016-01-05
* Made ruby per-rpc creds interop use auth plugin APIGravatar murgatroid992016-01-05
* Fix typo in method callGravatar murgatroid992016-01-05
* Updated copyright in Ruby version fileGravatar murgatroid992016-01-04
* Update Ruby library version for next releaseGravatar murgatroid992016-01-04
* Include roots.pem with Ruby packageGravatar murgatroid992015-12-18
* Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
* Merge pull request #4412 from murgatroid99/ruby_auth_metadata_pluginGravatar Michael Lumish2015-12-11
|\
* | Fixed a busy-wait in Ruby server run_till_terminatedGravatar murgatroid992015-12-10
| * Plumb CallCredentials through Ruby code, replacing metadata_updater functiona...Gravatar murgatroid992015-12-04
|/
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\