aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib
Commit message (Expand)AuthorAge
* Corrects logconfig from #2956Gravatar Tim Emiola2015-08-18
* Remove the runtime dependency on the logging gem.Gravatar Tim Emiola2015-08-17
* Adds the ruby timeout interop test.Gravatar Tim Emiola2015-08-14
* 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
* Merge pull request #2336 from murgatroid99/ruby_error_codesGravatar Abhishek Kumar2015-07-14
|\
| * Changed found? to implemented?Gravatar murgatroid992015-07-10
* | Bumped Ruby package version to 0.10.0Gravatar murgatroid992015-07-09
| * Made ruby server return correct error code for unimplemented methodGravatar murgatroid992015-07-08
|/
* Bump version of grpc ruby for release on the release branchGravatar Tim Emiola2015-06-23
* Corrects the cancel_after_first_response behaviourGravatar Tim Emiola2015-06-19
* Ruby shutdown api migrationGravatar Tim Emiola2015-06-17
* Update version; fix dependency advisory commentGravatar Tim Emiola2015-06-04
* bump grpc ruby versionGravatar Tim Emiola2015-06-03
* Corrects the cancel_after_first_response testGravatar Tim Emiola2015-06-02
* Add's logging tweaks thread interaction for bidi_serverGravatar Tim Emiola2015-05-28
* Updates gRPC Ruby to 0.9.0Gravatar Tim Emiola2015-05-26
* Various tweaks to improve server stabilityGravatar Tim Emiola2015-05-22
* Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
* Ruby style changes: replace `== 0` with `zero?`Gravatar Aggelos Avgerinos2015-05-09
* Really removes the string monkey-patchGravatar Tim Emiola2015-05-07
* make underscore a class method of GenericServiceGravatar Tim Emiola2015-05-07
* Move Notifier into its own fileGravatar Tim Emiola2015-04-24
* Simplify debugging, avoid inspecting C-backed objects.Gravatar Tim Emiola2015-04-24
* Fix failing interop serversGravatar Tim Emiola2015-04-24
* Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_mdGravatar Jan Tattermusch2015-04-20
|\
* | Remove usage of xrayGravatar Tim Emiola2015-04-17
| * Adds support for updating the output metadata to callsGravatar Tim Emiola2015-04-17
| * Propagate metadata in BadStatusGravatar Tim Emiola2015-04-17
| * Allow BadStatus to contain metadataGravatar Tim Emiola2015-04-17
| * Adds a hook for returning the client connect metadataGravatar Tim Emiola2015-04-17
| * Refactor: Shorter methods in RpcServerGravatar Tim Emiola2015-04-16
| * Refactor: Move the Pool out from RpcServerGravatar Tim Emiola2015-04-16
|/
* Fixes error with the keep-aliveGravatar Tim Emiola2015-04-16
* Adds a #run_till_terminated func to RpcServerGravatar Tim Emiola2015-04-16
* Corrects handling of status during bidi call orchestration.Gravatar Tim Emiola2015-04-15
* Adds an explicit Cancellation exceptionGravatar Tim Emiola2015-04-15
* Automatically adds a key for the jwt_aud_uri to the metadata handled by the m...Gravatar Tim Emiola2015-04-14
* Update the version to 0.6.1Gravatar Tim Emiola2015-04-14
* Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
* Cleanup: remove redundant ruby codeGravatar Tim Emiola2015-04-10
* Updates BidiCall/ClientStub to the new Call APIGravatar Tim Emiola2015-04-10
* Update RPC server to use the new call APIGravatar Tim Emiola2015-04-10
* Updates ActiveCall to use the new call APIGravatar Tim Emiola2015-04-10
* Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
* Bump ruby version to match the new releaseGravatar Tim Emiola2015-04-07