index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ruby
/
ext
Commit message (
Expand
)
Author
Age
*
Merge github.com:grpc/grpc into test_affine
Craig Tiller
2016-05-20
|
\
|
*
Fixed a couple of issues, removed ruby-level signal handling again
murgatroid99
2016-05-18
|
*
Made signal handling properly handle non-killing signals
murgatroid99
2016-05-16
|
*
Handle signals properly when dropping GVL
murgatroid99
2016-05-16
*
|
Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine
Craig Tiller
2016-05-14
|
\
\
|
|
/
|
/
|
*
|
Revert "Revert "cronet wrapper code""
makdharma
2016-05-11
|
*
Merge branch 'master' into server_channel_affinity
Sree Kuchibhotla
2016-05-10
|
|
\
|
|
/
|
/
|
*
|
Revert "Merge pull request #6214 from makdharma/master"
Nicolas "Pixel" Noble
2016-05-09
*
|
Merge pull request #6472 from murgatroid99/ruby_signal_handling2
Jan Tattermusch
2016-05-09
|
\
\
|
*
|
Added explanation about handling signals in C
murgatroid99
2016-05-06
|
*
|
Make Ruby library terminate on Ctrl+C on client and server
murgatroid99
2016-05-06
*
|
|
Merge pull request #6458 from nicolasnoble/ruby-fixes
Nicolas Noble
2016-05-05
|
\
\
\
*
\
\
\
Merge pull request #6214 from makdharma/master
Nicolas Noble
2016-05-05
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
|
*
|
Cleaning up includes.
Nicolas "Pixel" Noble
2016-05-05
|
|
*
|
'exception_info' is a bad word for Windows...
Nicolas "Pixel" Noble
2016-05-05
|
|
*
|
Let's not compile grpc under Windows - it's taken care of already.
Nicolas "Pixel" Noble
2016-05-05
|
|
/
/
|
/
|
|
|
*
|
Added dummy cronet api implementation so we can build on Jenkins.
Makarand Dharmapurikar
2016-05-03
|
|
*
Merge branch 'master' into server_channel_affinity
Sree Kuchibhotla
2016-05-03
|
|
|
\
|
|
_
|
/
|
/
|
|
|
*
|
reran generate_projects.sh after @nnoble's fix in PR6399.
Makarand Dharmapurikar
2016-05-02
*
|
|
Always build the grpc library when building the ruby extension.
Nicolas "Pixel" Noble
2016-05-02
|
*
|
Reran tools/buildgen/generate_projects.sh again.
Makarand Dharmapurikar
2016-05-01
|
/
/
|
*
Merge branch 'master' into server_channel_affinity
Sree Kuchibhotla
2016-04-29
|
|
\
|
|
/
|
/
|
*
|
Fixed unused parameter error
murgatroid99
2016-04-28
*
|
Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
murgatroid99
2016-04-28
*
|
Merge pull request #6196 from y-zeng/call-error-to-string
Craig Tiller
2016-04-28
|
\
\
|
|
*
Merge branch 'master' into server_channel_affinity
Sree Kuchibhotla
2016-04-27
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby
Jan Tattermusch
2016-04-26
|
\
\
\
|
|
|
*
Merge branch 'master' into server_channel_affinity
Sree Kuchibhotla
2016-04-26
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
generate_projects.sh and fix copyright year
Sree Kuchibhotla
2016-04-21
|
*
|
|
Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method
Eric Richardson
2016-04-21
*
|
|
|
Merge pull request #5958 from deepaklukose/skip_client_cert_verification
Jan Tattermusch
2016-04-20
|
\
\
\
\
|
|
*
|
|
Short-circuit `peer_cert` if we're insecure or unauthenticated
Eric Richardson
2016-04-20
|
|
*
|
|
Add peer_cert method to Ruby call object
Eric Richardson
2016-04-20
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add various options to verify ssl/tls client cert including letting the
Deepak Lukose
2016-04-19
|
|
|
/
|
|
/
|
|
|
*
Provide a function that converts grpc_call_error values into a string
Yuchen Zeng
2016-04-15
|
|
/
*
/
After running generate_projects.sh
Yuchen Zeng
2016-04-15
|
/
*
Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadata
Jan Tattermusch
2016-04-05
|
\
*
|
Fix codegen
Craig Tiller
2016-04-04
|
*
Raise on unexpected metadata values
Rafael Sales
2016-03-31
|
/
*
Merge github.com:grpc/grpc into copyright-fix
Craig Tiller
2016-03-31
|
\
*
|
Update copyrights
Craig Tiller
2016-03-31
|
*
Merge pull request #5691 from ctiller/idempotent
Nicolas Noble
2016-03-30
|
/
|
*
|
Merge branch 'release-0_13' into manual-upmerge
Nicolas "Pixel" Noble
2016-03-30
|
\
\
|
*
|
Better memory management for grpc_rb_byte_buffer_to_s.
Nicolas "Pixel" Noble
2016-03-30
|
*
|
Fix Ruby memory leaks
Zhuochun
2016-03-30
|
|
*
Merge github.com:grpc/grpc into idempotent
Craig Tiller
2016-03-28
|
|
|
\
|
|
_
|
/
|
/
|
|
|
*
|
Make channels and calls properly mark references to their credentials
murgatroid99
2016-03-23
|
*
|
Add GC marking for composite credentials
murgatroid99
2016-03-23
|
*
|
Properly mark proc used in call credentials for garbage collection
murgatroid99
2016-03-23
*
|
|
Merge pull request #5744 from murgatroid99/ruby_gc_mark_credentials_callback
Jan Tattermusch
2016-03-21
|
\
\
\
[next]