index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ruby
/
lib
Commit message (
Expand
)
Author
Age
*
Made ruby per-rpc creds interop use auth plugin API
murgatroid99
2016-01-05
*
Fix typo in method call
murgatroid99
2016-01-05
*
Updated copyright in Ruby version file
murgatroid99
2016-01-04
*
Update Ruby library version for next release
murgatroid99
2016-01-04
*
Include roots.pem with Ruby package
murgatroid99
2015-12-18
*
Made insecure channel/stub explicit, in all layers
murgatroid99
2015-12-16
*
Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin
Michael Lumish
2015-12-11
|
\
*
|
Fixed a busy-wait in Ruby server run_till_terminated
murgatroid99
2015-12-10
|
*
Plumb CallCredentials through Ruby code, replacing metadata_updater functiona...
murgatroid99
2015-12-04
|
/
*
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
Julien Boeuf
2015-11-17
|
\
|
*
Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test
Michael Lumish
2015-11-12
|
|
\
|
|
*
Fixes a multithreading bug in the ruby rpc_server
Tim Emiola
2015-11-11
|
*
|
Ensures that bidi calls obtain metadata.
Tim Emiola
2015-11-10
|
|
/
*
/
Ruby wrapping of core credentials API change.
Tim Emiola
2015-10-28
|
/
*
Fixed previous change, altered RuboCop settings to let me do so
murgatroid99
2015-10-14
*
Made ruby server stop waiting for calls when it starts getting null calls
murgatroid99
2015-10-14
*
Fixes the broken ruby interop tests
Tim Emiola
2015-10-08
*
Bugfix: correct circular arg ref
Tim Emiola
2015-09-25
*
Bump version to reflect changes to the gRPC ruby package
Tim Emiola
2015-09-24
*
Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability
Stanley Cheung
2015-08-31
|
\
*
|
Bumps the ruby version to beta
Tim Emiola
2015-08-31
|
*
Improves test stability
Tim Emiola
2015-08-31
|
/
*
Updates server shutdown handling
Tim Emiola
2015-08-28
*
Adds support for per message compression
Tim Emiola
2015-08-20
*
Corrects logconfig from #2956
Tim Emiola
2015-08-18
*
Remove the runtime dependency on the logging gem.
Tim Emiola
2015-08-17
*
Adds the ruby timeout interop test.
Tim Emiola
2015-08-14
*
Breaks API - switches timeout to a keyword arg.
Tim Emiola
2015-08-13
*
Allow reserved metadata to be propagated between calls
Tim Emiola
2015-08-11
*
Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host
Jan Tattermusch
2015-08-11
|
\
|
*
Use null for default host
Tim Emiola
2015-08-11
*
|
Aligns with the cognoscenti on timeouts
Tim Emiola
2015-08-11
|
/
*
Adds grpc.primary_user_agent key during stub creation
Tim Emiola
2015-08-11
*
Merge pull request #2336 from murgatroid99/ruby_error_codes
Abhishek Kumar
2015-07-14
|
\
|
*
Changed found? to implemented?
murgatroid99
2015-07-10
*
|
Bumped Ruby package version to 0.10.0
murgatroid99
2015-07-09
|
*
Made ruby server return correct error code for unimplemented method
murgatroid99
2015-07-08
|
/
*
Bump version of grpc ruby for release on the release branch
Tim Emiola
2015-06-23
*
Corrects the cancel_after_first_response behaviour
Tim Emiola
2015-06-19
*
Ruby shutdown api migration
Tim Emiola
2015-06-17
*
Update version; fix dependency advisory comment
Tim Emiola
2015-06-04
*
bump grpc ruby version
Tim Emiola
2015-06-03
*
Corrects the cancel_after_first_response test
Tim Emiola
2015-06-02
*
Add's logging tweaks thread interaction for bidi_server
Tim Emiola
2015-05-28
*
Updates gRPC Ruby to 0.9.0
Tim Emiola
2015-05-26
*
Various tweaks to improve server stability
Tim Emiola
2015-05-22
*
Encapsulate logger within GRPC module
Nick Gauthier
2015-05-20
*
Ruby style changes: replace `== 0` with `zero?`
Aggelos Avgerinos
2015-05-09
*
Really removes the string monkey-patch
Tim Emiola
2015-05-07
*
make underscore a class method of GenericService
Tim Emiola
2015-05-07
[next]