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
*
Also fix rb_CallOps too.
Yuki Yugui Sonoda
2015-04-11
*
Use the prefix "grpc_rb_" rather than just "grpc_".
Yuki Yugui Sonoda
2015-04-11
*
Merge branch 'master' into fix/prefix
Yuki Yugui Sonoda
2015-04-11
|
\
|
*
Fixed bad op reference
Tim Emiola
2015-04-10
|
*
Adds comments to clarify memory handling
Tim Emiola
2015-04-10
|
*
Move timeout handling into the extension
Tim Emiola
2015-04-10
|
*
Cleanup: remove redundant extension code
Tim Emiola
2015-04-10
|
*
Updates Server#request_call in line with the new API
Tim Emiola
2015-04-10
|
*
Adds Call#run_batch
Tim Emiola
2015-04-10
|
*
Adds symbols to access the fields in Status struct
Tim Emiola
2015-04-10
|
*
Exposes the implementation of CompletionQueue#pluck
Tim Emiola
2015-04-10
|
*
Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods
Tim Emiola
2015-04-10
|
*
Adds the call operation codes
Tim Emiola
2015-04-10
|
*
Updates Channel#create_call to the new API
Tim Emiola
2015-04-10
*
|
Avoid identifiers reserved by Ruby
Yuki Yugui Sonoda
2015-04-10
|
/
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-05
|
\
*
|
Updates the ruby C extension to match the new secure C server API
Tim Emiola
2015-03-05
|
*
Support ruby 2.2.0
mattn
2015-02-28
|
/
*
Added ruby tests to run_tests.py
murgatroid99
2015-02-27
*
Reflect a C-api name change
Tim Emiola
2015-02-24
*
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
*
|
Updates the module name in C extension, ensuring it compiles
Tim Emiola
2015-02-17
|
/
*
Fixes a event compiler error
Tim Emiola
2015-02-09
*
Prepare for the new batch call API.
Craig Tiller
2015-02-02
*
sync up with master
Yang Gao
2015-01-27
|
\
|
*
Cleans up some compiler warnings
Tim Emiola
2015-01-26
|
*
Updates rb_server.c to return the created port when it's non-zero
Tim Emiola
2015-01-26
*
|
run clang-format
Yang Gao
2015-01-26
|
/
*
Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api
murgatroid99
2015-01-23
|
\
|
*
Removes Google username from TODOs, removes defunct TODOs
Tim Emiola
2015-01-22
*
|
Resolved merge conflicts with master
murgatroid99
2015-01-21
|
\
\
|
|
/
|
/
|
|
*
Updates ruby to stop using grpc_start_invoke
Tim Emiola
2015-01-21
*
|
Fixing node and ruby builds.
Julien Boeuf
2015-01-21
|
/
*
Adds rubocop and fixes most style violations it detected
Tim Emiola
2015-01-16
*
clang-format codebase
Craig Tiller
2015-01-13
*
Updates extconf.rb to use grpc from the make install locations
temiola
2015-01-06
*
Exposes event#finish as #close.
temiola
2014-12-19
*
Adds support for trailing metadata
temiola
2014-12-16
*
Removed use of call.accept in gRPC Ruby
temiola
2014-12-11
*
Adds support for metadata to the surface APIs
temiola
2014-12-10
*
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