aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib
Commit message (Expand)AuthorAge
...
* | Fix bug that occasionally caused a call to be deleted twiceGravatar murgatroid992016-06-28
| * Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
* | Fix handling of one error in bidi calls, and one interop server methodGravatar murgatroid992016-06-23
* | Fixed missing variable propagationGravatar murgatroid992016-06-23
* | Finished removing CompletionQueue from Ruby API, made some changes for clarityGravatar murgatroid992016-06-13
|/
* Fixed ruby fd bugGravatar Ken Payson2016-06-01
* Finished updating code and tests with keyword argument changesGravatar murgatroid992016-05-19
* Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_argsGravatar murgatroid992016-05-17
|\
| * Removed remaining references to old server handling codeGravatar murgatroid992016-05-16
| * Handle signals properly when dropping GVLGravatar murgatroid992016-05-16
* | Avoid using unspecified keyword args where possibleGravatar murgatroid992016-05-16
|/
* 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