Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Ruby style changes: replace `== 0` with `zero?` | Aggelos Avgerinos | 2015-05-09 | |
| | | | ||||
* | | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 | |
|\| | | ||||
* | | | Fix ruby server | Craig Tiller | 2015-05-08 | |
| | | | ||||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 | |
| | |\ | | |/ | |/| | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | |||
| * | | Merge pull request #1517 from tbetbetbe/grpc-ruby-dont-extend-string | Michael Lumish | 2015-05-08 | |
|/| | | | | | | | | make underscore a class method of GenericService | |||
| | * | Port Ruby to new API | Craig Tiller | 2015-05-08 | |
| |/ |/| | ||||
| * | Really removes the string monkey-patch | Tim Emiola | 2015-05-07 | |
| | | ||||
| * | make underscore a class method of GenericService | Tim Emiola | 2015-05-07 | |
| | | ||||
* | | Pin the version of rubocop used in grpc.gemspec | Tim Emiola | 2015-05-06 | |
|/ | ||||
* | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-24 | |
|\ | ||||
* | | clang-format | Craig Tiller | 2015-04-24 | |
| | | ||||
| * | Corrects bad return values in C error-handling block | Tim Emiola | 2015-04-24 | |
| | | ||||
| * | Move Notifier into its own file | Tim Emiola | 2015-04-24 | |
| | | ||||
| * | Simplify debugging, avoid inspecting C-backed objects. | Tim Emiola | 2015-04-24 | |
| | | ||||
| * | Fix logging version mismatchj | Tim Emiola | 2015-04-24 | |
| | | ||||
| * | Fix failing interop servers | Tim Emiola | 2015-04-24 | |
|/ | ||||
* | Corrects command/flags used in ruby interop tests | Tim Emiola | 2015-04-23 | |
| | ||||
* | Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md | Jan Tattermusch | 2015-04-20 | |
|\ | | | | | Grpc ruby add support for returning metadata to the rpc server | |||
* \ | Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverage | Jan Tattermusch | 2015-04-20 | |
|\ \ | | | | | | | Add SimpleCov coverage set up for gRPC ruby | |||
* \ \ | Merge pull request #1315 from jboeuf/security_connector | Craig Tiller | 2015-04-19 | |
|\ \ \ | | | | | | | | | Refactoring of core security to remove the factories. | |||
| * | | | Fixing inaccurate ruby test. | Julien Boeuf | 2015-04-18 | |
| | | | | ||||
* | | | | Remove usage of xray | Tim Emiola | 2015-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 ruby | Tim Emiola | 2015-04-17 | |
|/ / | ||||
| * | clarify test descriptions | Tim Emiola | 2015-04-17 | |
| | | ||||
| * | Adds support for updating the output metadata to calls | Tim Emiola | 2015-04-17 | |
| | | ||||
| * | Propagate metadata in BadStatus | Tim Emiola | 2015-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/header | Tim Emiola | 2015-04-17 | |
|\ \ | | | | | | | Avoid implicit function declarations | |||
* \ \ | Merge pull request #1295 from yugui/fix/typed-struct | Tim Emiola | 2015-04-17 | |
|\ \ \ | | | | | | | | | Use TypedData_XXX instead of Data_XXX | |||
| | | * | Allow BadStatus to contain metadata | Tim Emiola | 2015-04-17 | |
| | | | | ||||
| | | * | Adds a hook for returning the client connect metadata | Tim Emiola | 2015-04-17 | |
| | | | | ||||
| | * | | Merge branch 'master' into fix/header | Yuki Yugui Sonoda | 2015-04-17 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c | |||
| * | \ \ | Merge branch 'master' into fix/typed-struct | Yuki Yugui Sonoda | 2015-04-17 | |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c | |||
| | | | * | Refactor: Shorter methods in RpcServer | Tim Emiola | 2015-04-16 | |
| | | | | | ||||
| | | | * | Refactor: Move the Pool out from RpcServer | Tim Emiola | 2015-04-16 | |
| |_|_|/ |/| | | | ||||
* | | | | Fixes error with the keep-alive | Tim Emiola | 2015-04-16 | |
| | | | | ||||
* | | | | Updates the example servers to use #run_till_terminated | Tim Emiola | 2015-04-16 | |
| | | | | ||||
* | | | | Adds a #run_till_terminated func to RpcServer | Tim Emiola | 2015-04-16 | |
| |/ / |/| | | | | | | | | | | | | | | | | | - adds signal handling to RpcServer - ensures that very little behaviour occurs in the signal handling context - adds #run_till_terminated that launches a server in a thread and then handles signals that can be used to stop it. | |||
* | | | Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_deps | Stanley Cheung | 2015-04-16 | |
|\ \ \ | | | | | | | | | Updates gem dependencies, style rules | |||
* \ \ \ | Merge pull request #1296 from yugui/fix/static | Tim Emiola | 2015-04-16 | |
|\ \ \ \ | | | | | | | | | | | Correct storage classes of variables an functions | |||
| | | | * | Avoid implicit function declarations | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | | ||||
| * | | | | Make some functions static | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | | | | | | | | | | | | | | | | | They don't need to be extern | |||
| * | | | | Fix a linkage error with mac clang | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | | | | | | | | | | | | | | | | | Prevent symbol cache variables from being instantiated multipe times. | |||
| * | | | | Make some global variables static | Yuki Yugui Sonoda | 2015-04-16 | |
| | |_|/ | |/| | | | | | | | | | | They do not need to be extern. | |||
| | | * | Use TypedData for GRPC::Core::ServerCredentials | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | ||||
| | | * | Use TypedData for GRPC::Core::Server | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | ||||
| | | * | Use TypedData for GRPC::Core::TimeSpec | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | ||||
| | | * | Use TypedData for GRPC::Core::Credentials | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | ||||
| | | * | Use TypedData for GRPC::Core::CompletionQueue | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | ||||
| | | * | Use TypedData for TmpChannelArgs | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | | ||||
| | | * | Use TypedData for GRPC::Core::Channel | Yuki Yugui Sonoda | 2015-04-16 | |
| | | | |