aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Collapse)AuthorAge
...
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-19
| |\ | |/ |/|
* | Merge pull request #1589 from nicolasnoble/ruby-cleanupGravatar Tim Emiola2015-05-19
|\ \ | | | | | | Ruby cleanup
| | * Ensure that there's always a poller for completionGravatar Craig Tiller2015-05-17
| |/ |/| | | | | | | | | The C core uses completion_queue_next as a directive that progress should be made on requests bound to that cq. If nobody is polling for completion, then a deadlock can occur (client needs to do work, but we're blocked waiting for the server). There is no scope for this to occur using the idiomatic layers (as far as I can tell), but these low level tests need to be massaged.
| * Enabling the ruby extension to automatically build grpc.Gravatar Nicolas "Pixel" Noble2015-05-14
| |
| * Straightening out the includes.Gravatar Nicolas "Pixel" Noble2015-05-14
| |
* | remove redudant optional keyword in proto3Gravatar Yang Gao2015-05-13
|/
* Add accidentally deleted escapeGravatar Craig Tiller2015-05-12
|
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
|\
| * Merge pull request #1493 from ↵Gravatar Yang Gao2015-05-12
| |\ | | | | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change
* | | Getting rid of more seemingly dead codeGravatar Craig Tiller2015-05-12
| | |
* | | Remove unusable functionsGravatar Craig Tiller2015-05-11
| | |
* | | Remove unusable functionsGravatar Craig Tiller2015-05-11
| | |
* | | Fix Ruby compile errorGravatar Craig Tiller2015-05-11
| | |
* | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
|\| |
* | | Ruby progressGravatar Craig Tiller2015-05-11
| | |
* | | Ruby progressGravatar Craig Tiller2015-05-11
| | |
* | | Ruby progressGravatar Craig Tiller2015-05-11
| | |
| * | Ruby style changes: replace `== 0` with `zero?`Gravatar Aggelos Avgerinos2015-05-09
| | |
* | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\| |
* | | Fix ruby serverGravatar Craig Tiller2015-05-08
| | |
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | | |/ | |/| | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| * | Merge pull request #1517 from tbetbetbe/grpc-ruby-dont-extend-stringGravatar Michael Lumish2015-05-08
|/| | | | | | | | make underscore a class method of GenericService
| | * Port Ruby to new APIGravatar Craig Tiller2015-05-08
| |/ |/|
| * Really removes the string monkey-patchGravatar Tim Emiola2015-05-07
| |
| * make underscore a class method of GenericServiceGravatar Tim Emiola2015-05-07
| |
* | Pin the version of rubocop used in grpc.gemspecGravatar Tim Emiola2015-05-06
|/
* Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-24
|\
* | clang-formatGravatar Craig Tiller2015-04-24
| |
| * Corrects bad return values in C error-handling blockGravatar Tim Emiola2015-04-24
| |
| * Move Notifier into its own fileGravatar Tim Emiola2015-04-24
| |
| * Simplify debugging, avoid inspecting C-backed objects.Gravatar Tim Emiola2015-04-24
| |
| * Fix logging version mismatchjGravatar Tim Emiola2015-04-24
| |
| * Fix failing interop serversGravatar Tim Emiola2015-04-24
|/
* Corrects command/flags used in ruby interop testsGravatar Tim Emiola2015-04-23
|
* Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_mdGravatar Jan Tattermusch2015-04-20
|\ | | | | Grpc ruby add support for returning metadata to the rpc server
* \ Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverageGravatar Jan Tattermusch2015-04-20
|\ \ | | | | | | Add SimpleCov coverage set up for gRPC ruby
* \ \ Merge pull request #1315 from jboeuf/security_connectorGravatar Craig Tiller2015-04-19
|\ \ \ | | | | | | | | Refactoring of core security to remove the factories.
| * | | Fixing inaccurate ruby test.Gravatar Julien Boeuf2015-04-18
| | | |
* | | | Remove usage of xrayGravatar Tim Emiola2015-04-17
|/ / / | | | | | | | | | | | | | | | | | | | | | - xray was useful during dev testing but is neither a dev or runtime dep - its presence causes issues for libraries that handle signals themselves Also - updates grpc.gemspec with requirements
| * / Add SimpleCov coverage set up for gRPC rubyGravatar Tim Emiola2015-04-17
|/ /
| * clarify test descriptionsGravatar Tim Emiola2015-04-17
| |
| * Adds support for updating the output metadata to callsGravatar Tim Emiola2015-04-17
| |
| * Propagate metadata in BadStatusGravatar Tim Emiola2015-04-17
| | | | | | | | | | | | - allow BadStatus to contain metadata that's populated by keyword args - on servers, convert raised BadStatus metadata to trailers - on clients, convert trailers to BadStatus metadata when raising BadStatus
* | Merge pull request #1297 from yugui/fix/headerGravatar Tim Emiola2015-04-17
|\ \ | | | | | | Avoid implicit function declarations
* \ \ Merge pull request #1295 from yugui/fix/typed-structGravatar Tim Emiola2015-04-17
|\ \ \ | | | | | | | | Use TypedData_XXX instead of Data_XXX
| | | * Allow BadStatus to contain metadataGravatar Tim Emiola2015-04-17
| | | |
| | | * Adds a hook for returning the client connect metadataGravatar Tim Emiola2015-04-17
| | | |
| | * | Merge branch 'master' into fix/headerGravatar Yuki Yugui Sonoda2015-04-17
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c
| * | \ \ Merge branch 'master' into fix/typed-structGravatar Yuki Yugui Sonoda2015-04-17
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c
| | | | * Refactor: Shorter methods in RpcServerGravatar Tim Emiola2015-04-16
| | | | |