aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_completion_queue.h
Commit message (Collapse)AuthorAge
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix undefined reference in Ruby code, add linker warningGravatar murgatroid992016-07-19
|
* 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
|
* Made signal handling properly handle non-killing signalsGravatar murgatroid992016-05-16
|
* Handle signals properly when dropping GVLGravatar murgatroid992016-05-16
|
* Straightening out the includes.Gravatar Nicolas "Pixel" Noble2015-05-14
|
* Ruby progressGravatar Craig Tiller2015-05-11
|
* Make some global variables staticGravatar Yuki Yugui Sonoda2015-04-16
| | | | They do not need to be extern.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_byte_buffer.c src/ruby/ext/grpc/rb_byte_buffer.h src/ruby/ext/grpc/rb_call.c src/ruby/ext/grpc/rb_call.h src/ruby/ext/grpc/rb_channel.c src/ruby/ext/grpc/rb_completion_queue.h src/ruby/ext/grpc/rb_event.c src/ruby/ext/grpc/rb_grpc.c src/ruby/ext/grpc/rb_metadata.c src/ruby/ext/grpc/rb_server.c test/cpp/interop/client_helper.h test/cpp/interop/server_helper.h
| * Exposes the implementation of CompletionQueue#pluckGravatar Tim Emiola2015-04-10
| | | | | | | | | | - allows it to be used from other files, e.g, in Call#run_batch - this keeps code related to releasing the GIL during #pluck in one place
* | Avoid identifiers reserved by RubyGravatar Yuki Yugui Sonoda2015-04-10
|/ | | | | | | | | | | | | "prefix `rb` shows that it belongs to `ruby`". [RHG] `rb` is a prefix to prevent exported symbols in libruby from conflicting with symbols in other libraries, in particular, dynamically loaded Ruby extension libraries. So the prefix is reserved by Ruby by convention. For gRPC, simply "grpc_" would be a better prefix. [RHG]: Minero Aoki. "The Ruby Hacking Guide" (2002), chapter 4
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\ | | | | Copyright checker
| * 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
|/
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01
Change on 2014/12/01 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81111468