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
/
grpc.rb
Commit message (
Expand
)
Author
Age
*
Add Ruby server interceptors
Shaun McCormick
2017-09-25
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Fixed a couple of issues, removed ruby-level signal handling again
murgatroid99
2016-05-18
*
Re-added signal handlers to cancel calls and shut down servers
murgatroid99
2016-05-17
*
Removed remaining references to old server handling code
murgatroid99
2016-05-16
*
Handle signals properly when dropping GVL
murgatroid99
2016-05-16
*
Make Ruby library terminate on Ctrl+C on client and server
murgatroid99
2016-05-06
*
Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
murgatroid99
2016-04-28
*
Changed some 'require' to 'require_relative' and modified rpc_server slightly
murgatroid99
2016-04-22
*
Update copyrights
Craig Tiller
2016-03-31
*
Made ruby per-rpc creds interop use auth plugin API
murgatroid99
2016-01-05
*
Include roots.pem with Ruby package
murgatroid99
2015-12-18
*
Move Notifier into its own file
Tim Emiola
2015-04-24
*
Cleanup: remove redundant ruby code
Tim Emiola
2015-04-10
*
Remove the ruby gRPC auth implementation
Tim Emiola
2015-02-25
*
Merge pull request #540 from ctiller/copyright
Tim Emiola
2015-02-18
|
\
|
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
|
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
|
Removes the line that sed could not fix
Tim Emiola
2015-02-17
*
|
Updates the module name in the idiomatic and stub layers
Tim Emiola
2015-02-17
|
/
*
Ensures the auth modules are available with just require 'grpc'
Tim Emiola
2015-01-31
*
Switches to using protobuf-ruby.
temiola
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Switches to using protobuf-ruby.
temiola
2015-01-08
*
Update modules and packages to allow for a single grpc import
temiola
2014-12-11
*
Updating moe_db.txt with the latest equivalence since the ruby import changed...
nnoble
2014-12-05
*
Incorporating ruby into the master grpc repository.
nnoble
2014-12-01