aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/generic
Commit message (Expand)AuthorAge
...
| | * remove dedicated thread for read loop in ruby bidi callsGravatar Alexander Polcyn2016-08-08
| |/ |/|
| * Moved sending of initial metadata from server into server handlerGravatar Alex Polcyn2016-07-20
* | Improved some Ruby inline documentationGravatar murgatroid992016-07-12
|/
* Merge branch 'master' into ruby_api_review_changesGravatar murgatroid992016-07-08
|\
* | Revert changes to SingleReqView and MultiReqViewGravatar murgatroid992016-07-08
* | Split incoming initial and trailing metadata in Ruby callsGravatar murgatroid992016-07-07
| * Change cancelled to cancelled?Gravatar Ken Payson2016-07-07
|/
* Fix bug that occasionally caused a call to be deleted twiceGravatar murgatroid992016-06-28
* 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
* | Avoid using unspecified keyword args where possibleGravatar murgatroid992016-05-16
|/
* 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
| * Make Ruby library terminate on Ctrl+C on client and serverGravatar murgatroid992016-05-06
|/
* Fixed rubocop issues with newest changesGravatar murgatroid992016-05-03
* Ruby: improve server error handling, fix a reference errorGravatar murgatroid992016-05-03
* 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
* 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
* Update copyrightGravatar murgatroid992016-01-05
* Fix typo in method callGravatar murgatroid992016-01-05
* 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
|\
| * Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_testGravatar Michael Lumish2015-11-12
| |\
| | * Fixes a multithreading bug in the ruby rpc_serverGravatar Tim Emiola2015-11-11
| * | Ensures that bidi calls obtain metadata.Gravatar Tim Emiola2015-11-10
| |/
* / Ruby wrapping of core credentials API change.Gravatar Tim Emiola2015-10-28
|/
* Fixed previous change, altered RuboCop settings to let me do soGravatar murgatroid992015-10-14
* Made ruby server stop waiting for calls when it starts getting null callsGravatar murgatroid992015-10-14
* Fixes the broken ruby interop testsGravatar Tim Emiola2015-10-08
* Bugfix: correct circular arg refGravatar Tim Emiola2015-09-25
* Improves test stabilityGravatar Tim Emiola2015-08-31