aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/generic/rpc_server.rb
Commit message (Expand)AuthorAge
* ruby-sigint ready to be merged!Gravatar Tommy Chen2018-12-26
* Rescue GRPC::Core::CallError not to kill the worker threadsGravatar ganmacs2018-08-28
* Add more details to a resource exhausted ruby errorGravatar Alexander Polcyn2018-05-18
* Fix ruby documentGravatar nownabe2018-03-13
* Guarantee no race between ruby server's shutdown_and_notify and destroyGravatar Alexander Polcyn2018-02-06
* Refactor ruby server shutdown to fix a raceGravatar Alexander Polcyn2018-01-22
* Remove some sleeps in ruby tests and fix test server shutdownGravatar Alex Polcyn2017-11-27
* Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
* add missing fields on server call context and improve robustness of finished ...Gravatar Alexander Polcyn2017-07-19
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* use thread pool from v1.0.x but keep server call life cycle in masterGravatar Alexander Polcyn2016-11-23
* Merge remote-tracking branch 'upstream/v1.0.x' into HEADGravatar Jan Tattermusch2016-11-22
|\
| * remove wait queue from ruby thread pool to avoid deadlockGravatar Alexander Polcyn2016-11-03
* | revert change to shutdown ordering, but keep timerGravatar Alexander Polcyn2016-10-27
* | increase max thread pool size in benchmarks and fix shutdown orderingGravatar Alex Polcyn2016-10-27
* | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
|\|
| * remove log statements that showing contents of messagesGravatar Alexander Polcyn2016-08-26
* | Use thread pool from concurrent-ruby on ruby serverGravatar Alexander Polcyn2016-08-16
* | Merge pull request #7293 from apolcyn/send_metadata_from_server_handlerGravatar kpayson642016-08-15
|\ \ | |/ |/|
| * Moved sending of initial metadata from server into server handlerGravatar Alex Polcyn2016-07-20
* | Improved some Ruby inline documentationGravatar murgatroid992016-07-12
|/
* 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
|/
* 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
* Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
* 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
* Fixed a busy-wait in Ruby server run_till_terminatedGravatar murgatroid992015-12-10
* Fixes a multithreading bug in the ruby rpc_serverGravatar Tim Emiola2015-11-11
* 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
* Improves test stabilityGravatar Tim Emiola2015-08-31
* Updates server shutdown handlingGravatar Tim Emiola2015-08-28
* Changed found? to implemented?Gravatar murgatroid992015-07-10
* Made ruby server return correct error code for unimplemented methodGravatar murgatroid992015-07-08
* Ruby shutdown api migrationGravatar Tim Emiola2015-06-17
* Various tweaks to improve server stabilityGravatar Tim Emiola2015-05-22