Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-24 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/dualstack_socket_test.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/early_server_shutdown_finishes_tags.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/httpcli/httpcli_test.c tools/run_tests/run_tests.py | |||
* | | | | Update ruby add_http2_port comments to use port 50051 | remi Taylor | 2015-05-24 | |
| |_|/ |/| | | ||||
| * | | Various tweaks to improve server stability | Tim Emiola | 2015-05-22 | |
|/ / | ||||
* | | Don't include a core file | vjpai | 2015-05-21 | |
| | | ||||
* | | Merge pull request #1690 from ctiller/gem-shard | Yang Gao | 2015-05-21 | |
|\ \ | | | | | | | Fix segfault exposed by Ruby | |||
| * | | Fix segfault exposed by Ruby | Craig Tiller | 2015-05-20 | |
| | | | ||||
* | | | Encapsulate logger within GRPC module | Nick Gauthier | 2015-05-20 | |
|/ / | ||||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-19 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #1589 from nicolasnoble/ruby-cleanup | Tim Emiola | 2015-05-19 | |
|\ \ | | | | | | | Ruby cleanup | |||
| | * | Ensure that there's always a poller for completion | Craig Tiller | 2015-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. | Nicolas "Pixel" Noble | 2015-05-14 | |
| | | ||||
| * | Straightening out the includes. | Nicolas "Pixel" Noble | 2015-05-14 | |
| | | ||||
* | | remove redudant optional keyword in proto3 | Yang Gao | 2015-05-13 | |
|/ | ||||
* | Add accidentally deleted escape | Craig Tiller | 2015-05-12 | |
| | ||||
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-12 | |
|\ | ||||
| * | Merge pull request #1493 from ↵ | Yang Gao | 2015-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 code | Craig Tiller | 2015-05-12 | |
| | | | ||||
* | | | Remove unusable functions | Craig Tiller | 2015-05-11 | |
| | | | ||||
* | | | Remove unusable functions | Craig Tiller | 2015-05-11 | |
| | | | ||||
* | | | Fix Ruby compile error | Craig Tiller | 2015-05-11 | |
| | | | ||||
* | | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-11 | |
|\| | | ||||
* | | | Ruby progress | Craig Tiller | 2015-05-11 | |
| | | | ||||
* | | | Ruby progress | Craig Tiller | 2015-05-11 | |
| | | | ||||
* | | | Ruby progress | Craig Tiller | 2015-05-11 | |
| | | | ||||
| * | | 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 |