aboutsummaryrefslogtreecommitdiff
path: root/src/ruby/ext/grpc/rb_grpc.c
AgeCommit message (Expand)Author
2017-10-05Add a test under ruby GC stress mode and fix non-GC-rooted variable bugAlexander Polcyn
2017-06-08auto-fix most of licensesJan Tattermusch
2017-05-25Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergemurgatroid99
2017-05-17cleanupAlexander Polcyn
2017-05-17fix tentative startup bugAlexander Polcyn
2017-04-26Revert "Merge branch 'master' into v1.3.x"Alexander Polcyn
2017-04-19Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.xmurgatroid99
2017-04-19Extend clang-format to C#, Node, RubyCraig Tiller
2017-04-14defer grpc_init and background threads until first grpc object initAlexander Polcyn
2016-07-18Merge pull request #7284 from ewr/FixRubyTimeConversionkpayson64
2016-07-12Fix arguments for calls to Ruby's `Time.at`Eric Richardson
2016-07-10Added ruby wrapper for grpc_compression_optionsAlexander Polcyn
2016-06-06Ruby: Moved completion queue entirely into extension codemurgatroid99
2016-06-02Remove Ruby copy initializers. They don't make sense with wrapped structs, an...murgatroid99
2016-06-01Fixed ruby fd bugKen Payson
2016-05-16Handle signals properly when dropping GVLmurgatroid99
2016-05-09Merge pull request #6472 from murgatroid99/ruby_signal_handling2Jan Tattermusch
2016-05-06Make Ruby library terminate on Ctrl+C on client and servermurgatroid99
2016-05-05Cleaning up includes.Nicolas "Pixel" Noble
2016-03-31Update copyrightsCraig Tiller
2016-02-22Adding an explanatory comment.Nicolas "Pixel" Noble
2016-02-21Adding the init / destruct of grpc for ruby in a gpr_once.Nicolas "Pixel" Noble
2016-02-21Slightly better workaround given the circumstances.Nicolas "Pixel" Noble
2016-02-20Fixing a reported ruby crash when using ruby_vm_at_exit.Nicolas "Pixel" Noble
2016-01-31And the Windows extension finally loads.Nicolas "Pixel" Noble
2016-01-29Renaming the Ruby grpc extension to grpc_c, and renaming its loader from load...Nicolas "Pixel" Noble
2015-12-22Eliminate gpr_ int types - and insist on C99 variants insteadCraig Tiller
2015-12-11Merge pull request #4412 from murgatroid99/ruby_auth_metadata_pluginMichael Lumish
2015-12-10make gpr_timespec platform agnosticJan Tattermusch
2015-12-04Add CallCredentials class to Ruby wrapping codemurgatroid99
2015-11-17Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeJulien Boeuf
2015-11-12Corrects compile error on ruby 2.0Tim Emiola
2015-10-27Updates channel credentialsTim Emiola
2015-07-27Merge pull request #2632 from marcinwyszynski/masterMichael Lumish
2015-07-23Avoid stupid double conversionMarcin Wyszynski
2015-07-23Make time_t to int conversion explicit on tv_nsecMarcin Wyszynski
2015-07-23Make the server report monotonic times for deadlinesCraig Tiller
2015-07-19Merge pull request #2476 from murgatroid99/ruby_fix_warningsNicolas Noble
2015-07-16Clean up some warnings in the ruby wrapping codemurgatroid99
2015-07-14Ruby fixes for new timespecCraig Tiller
2015-07-13Updating wrapped languages to new time functionsCraig Tiller
2015-07-13Introduce a clock type field onto gpr_timespec.Craig Tiller
2015-04-17Merge pull request #1297 from yugui/fix/headerTim Emiola
2015-04-17Merge branch 'master' into fix/headerYuki Yugui Sonoda
2015-04-17Merge branch 'master' into fix/typed-structYuki Yugui Sonoda
2015-04-16Avoid implicit function declarationsYuki Yugui Sonoda
2015-04-16Make some functions staticYuki Yugui Sonoda
2015-04-16Fix a linkage error with mac clangYuki Yugui Sonoda
2015-04-16Make some global variables staticYuki Yugui Sonoda
2015-04-16Use TypedData for GRPC::Core::TimeSpecYuki Yugui Sonoda