aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel_credentials.c
Commit message (Collapse)AuthorAge
* Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* fix ruby memory leaks when composing credentialsGravatar Alexander Polcyn2017-07-14
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.xGravatar murgatroid992017-04-19
|\
* | Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
| |
| * defer grpc_init and background threads until first grpc object initGravatar Alexander Polcyn2017-04-14
|/
* Remove Ruby copy initializers. They don't make sense with wrapped structs, ↵Gravatar murgatroid992016-06-02
| | | | and we don't use them anyway
* Cleaning up includes.Gravatar Nicolas "Pixel" Noble2016-05-05
|
* Fixed unused parameter errorGravatar murgatroid992016-04-28
|
* Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-28
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Add GC marking for composite credentialsGravatar murgatroid992016-03-14
|
* And the Windows extension finally loads.Gravatar Nicolas "Pixel" Noble2016-01-31
|
* Merge pull request #4412 from murgatroid99/ruby_auth_metadata_pluginGravatar Michael Lumish2015-12-11
|\ | | | | Ruby auth metadata plugin
* | Address commentsGravatar Jan Tattermusch2015-12-11
| |
* | Get rid of SSL_CERT_FILE env entirelyGravatar Jan Tattermusch2015-12-10
| |
| * Fixed bug with composing credentialsGravatar murgatroid992015-12-10
| |
| * Add CallCredentials class to Ruby wrapping codeGravatar murgatroid992015-12-04
|/
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|
* Updates channel credentialsGravatar Tim Emiola2015-10-27
- switches credentials to channel credentials - removes usages of other credentials classes that would are not currently used in the ruby surface