aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext
Commit message (Expand)AuthorAge
* Also fix rb_CallOps too.Gravatar Yuki Yugui Sonoda2015-04-11
* Use the prefix "grpc_rb_" rather than just "grpc_".Gravatar Yuki Yugui Sonoda2015-04-11
* Merge branch 'master' into fix/prefixGravatar Yuki Yugui Sonoda2015-04-11
|\
| * Fixed bad op referenceGravatar Tim Emiola2015-04-10
| * Adds comments to clarify memory handlingGravatar Tim Emiola2015-04-10
| * Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
| * Cleanup: remove redundant extension codeGravatar Tim Emiola2015-04-10
| * Updates Server#request_call in line with the new APIGravatar Tim Emiola2015-04-10
| * Adds Call#run_batchGravatar Tim Emiola2015-04-10
| * Adds symbols to access the fields in Status structGravatar Tim Emiola2015-04-10
| * Exposes the implementation of CompletionQueue#pluckGravatar Tim Emiola2015-04-10
| * Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methodsGravatar Tim Emiola2015-04-10
| * Adds the call operation codesGravatar Tim Emiola2015-04-10
| * Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
* | Avoid identifiers reserved by RubyGravatar Yuki Yugui Sonoda2015-04-10
|/
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\
* | Updates the ruby C extension to match the new secure C server APIGravatar Tim Emiola2015-03-05
| * Support ruby 2.2.0Gravatar mattn2015-02-28
|/
* Added ruby tests to run_tests.pyGravatar murgatroid992015-02-27
* Reflect a C-api name changeGravatar Tim Emiola2015-02-24
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
* | Updates the module name in C extension, ensuring it compilesGravatar Tim Emiola2015-02-17
|/
* Fixes a event compiler errorGravatar Tim Emiola2015-02-09
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* sync up with masterGravatar Yang Gao2015-01-27
|\
| * Cleans up some compiler warningsGravatar Tim Emiola2015-01-26
| * Updates rb_server.c to return the created port when it's non-zeroGravatar Tim Emiola2015-01-26
* | run clang-formatGravatar Yang Gao2015-01-26
|/
* Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\
| * Removes Google username from TODOs, removes defunct TODOsGravatar Tim Emiola2015-01-22
* | Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \ | |/ |/|
| * Updates ruby to stop using grpc_start_invokeGravatar Tim Emiola2015-01-21
* | Fixing node and ruby builds.Gravatar Julien Boeuf2015-01-21
|/
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Updates extconf.rb to use grpc from the make install locationsGravatar temiola2015-01-06
* Exposes event#finish as #close.Gravatar temiola2014-12-19
* Adds support for trailing metadataGravatar temiola2014-12-16
* Removed use of call.accept in gRPC RubyGravatar temiola2014-12-11
* Adds support for metadata to the surface APIsGravatar temiola2014-12-10
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01