aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel.c
Commit message (Expand)AuthorAge
...
* | Remove Ruby copy initializers. They don't make sense with wrapped structs, an...Gravatar murgatroid992016-06-02
| * GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
|/
* Cleaning up includes.Gravatar Nicolas "Pixel" Noble2016-05-05
* Update copyrightsGravatar Craig Tiller2016-03-31
* Make channels and calls properly mark references to their credentialsGravatar murgatroid992016-03-14
* Fixing Mac build for Ruby.Gravatar Nicolas Noble2016-02-05
* And the Windows extension finally loads.Gravatar Nicolas "Pixel" Noble2016-01-31
* Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Corrects compile error on ruby 2.0Gravatar Tim Emiola2015-11-12
* | Updates channel credentialsGravatar Tim Emiola2015-10-27
|/
* Adding void* at then end of security related method in order to have a stable...Gravatar Julien Boeuf2015-08-25
* Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
|\
* \ Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
|\ \
| | * Merged with HEADGravatar Tim Emiola2015-08-12
| |/
| * adds ruby aliases of the propagation masksGravatar Tim Emiola2015-08-12
* | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
|\ \
| | * Allow reserved metadata to be propagated between callsGravatar Tim Emiola2015-08-11
| |/
* | Merge remote-tracking branch 'google/master' into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
|\ \
| | * Use null for default hostGravatar Tim Emiola2015-08-11
| |/
| * Exposes call#peer, channel#targetGravatar Tim Emiola2015-08-11
* | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
|\|
* | Working on ruby.Gravatar Nicolas "Pixel" Noble2015-08-07
| * s/inherit/propagate/gGravatar Craig Tiller2015-07-31
| * Update wrappers, tests to new create_call()Gravatar Craig Tiller2015-07-31
| * Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
|/
* Clean up some warnings in the ruby wrapping codeGravatar murgatroid992015-07-16
* Straightening out the includes.Gravatar Nicolas "Pixel" Noble2015-05-14
* Merge branch 'master' into fix/typed-structGravatar Yuki Yugui Sonoda2015-04-17
|\
| * Make some global variables staticGravatar Yuki Yugui Sonoda2015-04-16
* | Use TypedData for GRPC::Core::ChannelGravatar 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
|\
| * Updates Channel#create_call to the new APIGravatar 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
|/
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Removed use of call.accept in gRPC RubyGravatar temiola2014-12-11
* 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