index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ruby
Commit message (
Expand
)
Author
Age
*
Improved some Ruby inline documentation
murgatroid99
2016-07-12
*
Flagging master as 1.0.0-pre1.
Nicolas "Pixel" Noble
2016-07-12
*
Merge branch 'master' into ruby_api_review_changes
murgatroid99
2016-07-08
|
\
*
|
Revert changes to SingleReqView and MultiReqView
murgatroid99
2016-07-08
|
*
Merge pull request #7270 from kpayson64/ruby_ga_change
kpayson64
2016-07-07
|
|
\
*
|
|
Split incoming initial and trailing metadata in Ruby calls
murgatroid99
2016-07-07
|
|
*
Change cancelled to cancelled?
Ken Payson
2016-07-07
|
|
/
|
/
|
|
*
Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into bb_read...
David Garcia Quintas
2016-07-06
|
|
\
|
|
/
|
/
|
|
*
regenerated projects
David Garcia Quintas
2016-06-30
|
*
Return success status of grpc_byte_buffer_reader
David Garcia Quintas
2016-06-30
*
|
Added a comment about Ruby queue destruction
murgatroid99
2016-06-30
*
|
Simplified Ruby completion queue destruction code
murgatroid99
2016-06-30
*
|
Updated compression tests with batch API changes
murgatroid99
2016-06-29
*
|
Resolved merge conflicts with master
murgatroid99
2016-06-28
|
\
|
*
|
Fix bug that occasionally caused a call to be deleted twice
murgatroid99
2016-06-28
|
*
Add a unit test for compression.
yang-g
2016-06-26
|
*
Merge pull request #6803 from sreecha/epoll_changes
Craig Tiller
2016-06-25
|
|
\
|
*
|
Update master branch to 0.16.0-dev
murgatroid99
2016-06-24
*
|
|
Fix handling of one error in bidi calls, and one interop server method
murgatroid99
2016-06-23
*
|
|
Fixed missing variable propagation
murgatroid99
2016-06-23
*
|
|
Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes
murgatroid99
2016-06-23
|
\
|
|
|
|
*
Merge branch 'master' into epoll_changes_merged
Sree Kuchibhotla
2016-06-21
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
Merge branch 'master' into epoll_changes
Sree Kuchibhotla
2016-06-16
|
|
|
\
*
|
|
|
Fixed ruby timeout_on_sleeping_server implementation
murgatroid99
2016-06-15
|
*
|
|
Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout
Craig Tiller
2016-06-15
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Removed an extra mark object, fixed some documentation
murgatroid99
2016-06-13
*
|
|
|
Finished removing CompletionQueue from Ruby API, made some changes for clarity
murgatroid99
2016-06-13
|
|
*
|
Regenerate build files
Yuchen Zeng
2016-06-10
|
|
|
*
generate_projects.sh after adding grpc_use_signal() API
Sree Kuchibhotla
2016-06-10
|
|
|
/
|
*
|
Merge github.com:grpc/grpc into error
Craig Tiller
2016-06-09
|
|
\
|
|
|
*
Add C++ support for using external FD
Adam Michalik
2016-06-07
|
|
*
implement support for adding external fd to server
Adam Michalik
2016-06-07
|
|
*
separate posix functionality to grpc_posix.h
Adam Michalik
2016-06-07
|
|
*
add tests
Adam Michalik
2016-06-07
|
*
|
Merge github.com:grpc/grpc into error
Craig Tiller
2016-06-07
|
|
\
|
*
|
|
Ruby: Moved completion queue entirely into extension code
murgatroid99
2016-06-06
|
|
*
Merge pull request #6750 from makdharma/cronet
Jan Tattermusch
2016-06-06
|
|
|
\
|
*
|
|
Merge github.com:grpc/grpc into error
Craig Tiller
2016-06-06
|
|
\
|
|
|
|
*
|
Merge pull request #6306 from y-zeng/win32_suffix
Jan Tattermusch
2016-06-03
|
|
|
\
\
|
|
*
\
\
Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments
Jan Tattermusch
2016-06-03
|
|
|
\
\
\
*
|
|
|
|
|
Remove Ruby copy initializers. They don't make sense with wrapped structs, an...
murgatroid99
2016-06-02
|
|
*
|
|
|
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
Craig Tiller
2016-06-02
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge github.com:grpc/grpc into error
Craig Tiller
2016-06-02
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
incremental fix - removed cronet dependency from grpc_secure
Makarand Dharmapurikar
2016-06-01
*
|
|
|
|
Fixed ruby fd bug
Ken Payson
2016-06-01
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
Merge remote-tracking branch 'upstream/master' into base
Yuchen Zeng
2016-05-31
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge github.com:grpc/grpc into error
Craig Tiller
2016-05-24
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #6662 from murgatroid99/ruby_explicit_kw_args
Jan Tattermusch
2016-05-24
|
\
\
\
\
|
*
|
|
|
Update ruby perf code with keyword args changes
murgatroid99
2016-05-23
|
*
|
|
|
Removed remaining reference to timeout argument from ruby interop client
murgatroid99
2016-05-23
[next]