aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/generic/client_stub.rb
Commit message (Expand)AuthorAge
* Fix ruby documentGravatar nownabe2018-03-13
* Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Fix class name on documentationGravatar Leonardo Saraiva2017-02-15
* combine more core batch opsGravatar Alex Polcyn2016-10-26
* Improved some Ruby inline documentationGravatar murgatroid992016-07-12
* Finished removing CompletionQueue from Ruby API, made some changes for clarityGravatar murgatroid992016-06-13
* Avoid using unspecified keyword args where possibleGravatar murgatroid992016-05-16
* Allow Ruby client code to set a user agentGravatar murgatroid992016-05-09
* Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
* New CQ for each client callGravatar vjpai2016-04-12
* Update copyrightsGravatar Craig Tiller2016-03-31
* Update copyrightGravatar murgatroid992016-01-05
* Fix typo in method callGravatar murgatroid992016-01-05
* Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
* Plumb CallCredentials through Ruby code, replacing metadata_updater functiona...Gravatar murgatroid992015-12-04
* Ruby wrapping of core credentials API change.Gravatar Tim Emiola2015-10-28
* Fixes the broken ruby interop testsGravatar Tim Emiola2015-10-08
* Bugfix: correct circular arg refGravatar Tim Emiola2015-09-25
* Breaks API - switches timeout to a keyword arg.Gravatar Tim Emiola2015-08-13
* Allow reserved metadata to be propagated between callsGravatar Tim Emiola2015-08-11
* Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-hostGravatar Jan Tattermusch2015-08-11
|\
| * Use null for default hostGravatar Tim Emiola2015-08-11
* | Aligns with the cognoscenti on timeoutsGravatar Tim Emiola2015-08-11
|/
* Adds grpc.primary_user_agent key during stub creationGravatar Tim Emiola2015-08-11
* Remove usage of xrayGravatar Tim Emiola2015-04-17
* Automatically adds a key for the jwt_aud_uri to the metadata handled by the m...Gravatar Tim Emiola2015-04-14
* Updates BidiCall/ClientStub to the new Call APIGravatar Tim Emiola2015-04-10
* Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
* Fix for #804Gravatar Tim Emiola2015-03-06
* Decompose the ClientStub initialize methodGravatar Tim Emiola2015-03-06
* Tmp fix: splits the hostname from the host before creating a callGravatar Tim Emiola2015-02-25
* 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 the idiomatic and stub layersGravatar Tim Emiola2015-02-17
|/
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
* Adds support for metadata to the surface APIsGravatar temiola2014-12-10
* 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