aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Expand)AuthorAge
...
* Update installation instructions to mention debian binary installGravatar Tim Emiola2015-04-14
* 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
| * Cleanup: remove redundant ruby codeGravatar Tim Emiola2015-04-10
| * Updates BidiCall/ClientStub to the new Call APIGravatar Tim Emiola2015-04-10
| * Update RPC server to use the new call APIGravatar Tim Emiola2015-04-10
| * Updates ActiveCall to use the new call APIGravatar Tim Emiola2015-04-10
| * Rewrite client_server_spec to use the new call APIGravatar 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
|/
* Bump ruby version to match the new releaseGravatar Tim Emiola2015-04-07
* Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefileGravatar Michael Lumish2015-03-24
|\
| * Updates the RakefileGravatar Tim Emiola2015-03-24
* | Renables the test checking the server can send the initial bidi messageGravatar Tim Emiola2015-03-23
|/
* Enables some incorrectly disabled testsGravatar Tim Emiola2015-03-23
* Corrects the handling of metadata when the optional deadline is specifiedGravatar Tim Emiola2015-03-23
* Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_callsGravatar Michael Lumish2015-03-18
|\
* \ Merge pull request #1079 from tbetbetbe/grpc_ruby_adds_metadata_server_active...Gravatar Michael Lumish2015-03-18
|\ \
| | * Adds back calls to #finish at the end of server callsGravatar Tim Emiola2015-03-17
| * | Exposes the metadata method in server-side ActiveCall view classesGravatar Tim Emiola2015-03-17
| |/
* / Fixes reference to variable in the auth packageGravatar Tim Emiola2015-03-17
|/
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-06
|\
| * Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependenciesGravatar Michael Lumish2015-03-06
| |\
| | * Removes unused dependenciesGravatar Tim Emiola2015-03-06
| * | Corrects the host used in the client_server spec testsGravatar Tim Emiola2015-03-06
| |/
| * Fix for #804Gravatar Tim Emiola2015-03-06
| * Decompose the ClientStub initialize methodGravatar Tim Emiola2015-03-06
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\|
* | Updates ruby code affected by the secure server API changeGravatar Tim Emiola2015-03-05
* | Updates the ruby C extension to match the new secure C server APIGravatar Tim Emiola2015-03-05
| * Merge pull request #894 from mattn/ruby-2.2.0Gravatar Tim Emiola2015-03-05
|/|
* | Removed execute permissions from README files.Gravatar Misha Brukman2015-03-02
| * Support ruby 2.2.0Gravatar mattn2015-02-28
|/
* Added ruby tests to run_tests.pyGravatar murgatroid992015-02-27
* Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'Gravatar Aggelos Avgerinos2015-02-27
* Merge pull request #826 from tbetbetbe/grpc-ruby-update-gemspec-licencseGravatar Abhishek Kumar2015-02-25
|\
| * Update grpc.gemspecGravatar Tim Emiola2015-02-25
* | Synchronize initial package versionsGravatar Tim Emiola2015-02-25
|/
* Tmp fix: splits the hostname from the host before creating a callGravatar Tim Emiola2015-02-25