aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_completion_queue.c
Commit message (Expand)AuthorAge
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
* Added a comment about Ruby queue destructionGravatar murgatroid992016-06-30
* Simplified Ruby completion queue destruction codeGravatar murgatroid992016-06-30
* Finished removing CompletionQueue from Ruby API, made some changes for clarityGravatar murgatroid992016-06-13
* Ruby: Moved completion queue entirely into extension codeGravatar murgatroid992016-06-06
* Fixed ruby fd bugGravatar Ken Payson2016-06-01
* Fixed a couple of issues, removed ruby-level signal handling againGravatar murgatroid992016-05-18
* Made signal handling properly handle non-killing signalsGravatar murgatroid992016-05-16
* Handle signals properly when dropping GVLGravatar murgatroid992016-05-16
* Cleaning up includes.Gravatar Nicolas "Pixel" Noble2016-05-05
* Update copyrightsGravatar Craig Tiller2016-03-31
* And the Windows extension finally loads.Gravatar Nicolas "Pixel" Noble2016-01-31
* Corrects compile error on ruby 2.0Gravatar Tim Emiola2015-11-12
* Working on ruby.Gravatar Nicolas "Pixel" Noble2015-08-07
* Merge pull request #2476 from murgatroid99/ruby_fix_warningsGravatar Nicolas Noble2015-07-19
|\
| * Clean up some warnings in the ruby wrapping codeGravatar murgatroid992015-07-16
* | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
|/
* Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
* Ruby shutdown api migrationGravatar Tim Emiola2015-06-17
* Add accidentally deleted escapeGravatar Craig Tiller2015-05-12
* Remove unusable functionsGravatar Craig Tiller2015-05-11
* Remove unusable functionsGravatar Craig Tiller2015-05-11
* Fix Ruby compile errorGravatar Craig Tiller2015-05-11
* Ruby progressGravatar Craig Tiller2015-05-11
* Ruby progressGravatar Craig Tiller2015-05-11
* Merge pull request #1297 from yugui/fix/headerGravatar Tim Emiola2015-04-17
|\
| * Merge branch 'master' into fix/headerGravatar Yuki Yugui Sonoda2015-04-17
| |\
* | \ Merge branch 'master' into fix/typed-structGravatar Yuki Yugui Sonoda2015-04-17
|\ \ \ | | |/ | |/|
| | * Avoid implicit function declarationsGravatar Yuki Yugui Sonoda2015-04-16
| * | Make some global variables staticGravatar Yuki Yugui Sonoda2015-04-16
| |/
* | Use TypedData for GRPC::Core::CompletionQueueGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData_XXX instead of Data_XXX for GRPC::Core::CallGravatar Yuki Yugui Sonoda2015-04-16
|/
* Use the prefix "grpc_rb_" rather than just "grpc_".Gravatar Yuki Yugui Sonoda2015-04-11
* Merge branch 'master' into fix/prefixGravatar Yuki Yugui Sonoda2015-04-11
|\
| * Cleanup: remove redundant extension codeGravatar Tim Emiola2015-04-10
| * Exposes the implementation of CompletionQueue#pluckGravatar Tim Emiola2015-04-10
* | Avoid identifiers reserved by RubyGravatar Yuki Yugui Sonoda2015-04-10
|/
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
* | Updates the module name in C extension, ensuring it compilesGravatar Tim Emiola2015-02-17
|/
* Removes Google username from TODOs, removes defunct TODOsGravatar Tim Emiola2015-01-22
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Exposes event#finish as #close.Gravatar temiola2014-12-19
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01