Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump version of grpc ruby for release on the release branch | Tim Emiola | 2015-06-23 |
| | | | | | - grpc ruby 0.9.3 should have released from the release branch but was not - it needs to be re-released from that branch | ||
* | Merge pull request #1577 from ctiller/we-dont-need-no-backup | Nicolas Noble | 2015-06-19 |
|\ | | | | | Remove backup poller from GRPC core | ||
* | | Corrects the cancel_after_first_response behaviour | Tim Emiola | 2015-06-19 |
| | | | | | | | | | | | | | | | | | | - introduces a #wait method on the call operation view - invokes #wait on a Notifier that is created for all operations - ensures the Notifier is invoked if necessary whenever a client request completes - updates the interop_test to use op.wait before checking if the call was cancelled. | ||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-17 |
| |\ | |/ |/| | | | | | Conflicts: include/grpc/compression.h | ||
* | | Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-output | donnadionne | 2015-06-17 |
|\ \ | | | | | | | Prints test names as ruby tests run | ||
| * | | Prints test names as ruby tests run | Tim Emiola | 2015-06-17 |
| | | | |||
| | * | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-17 |
| | |\ | |_|/ |/| | | |||
* | | | Ruby shutdown api migration | Tim Emiola | 2015-06-17 |
|/ / | | | | | | | | | | | + all tests pass, - but there are a couple of workarounds - tests are flaky | ||
* | | Added changes to c++ and ruby wrappers | David Garcia Quintas | 2015-06-15 |
| | | |||
| * | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-09 |
| |\ | |/ |/| | |||
* | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | | |||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-05 |
| |\ | |/ |/| | |||
* | | Update version; fix dependency advisory comment | Tim Emiola | 2015-06-04 |
| | | |||
* | | Re-organizes the GRPC_ROOT detection code in extconf.rb | Tim Emiola | 2015-06-04 |
| | | |||
* | | bump grpc ruby version | Tim Emiola | 2015-06-03 |
| | | |||
* | | Merge pull request #1889 from tbetbetbe/grpc-ruby-update-readme-install | Jayant Kolhe | 2015-06-03 |
|\ \ | | | | | | | Update INSTALL on Ruby README.md | ||
| * | | Update INSTALL on Ruby README.md | Tim Emiola | 2015-06-03 |
| | | | |||
* | | | Merge pull request #1866 from dgquintas/stack-allocate-bb-reader | Craig Tiller | 2015-06-02 |
|\ \ \ | | | | | | | | | Removed grpc_byte_buffer_reader_{create,destroy}. | ||
| | | * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-02 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Corrects the cancel_after_first_response test | Tim Emiola | 2015-06-02 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | - stops attempting to verify by catching the CancelledError - instead the test examines the operation state after cancellation, which is equally valid and more stable. Also - simplifies bidi on the server | ||
| * | | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 |
|/ / | | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-29 |
| |\ | |/ |/| | |||
* | | Add's logging tweaks thread interaction for bidi_server | Tim Emiola | 2015-05-28 |
| | | |||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-26 |
| |\ | |/ |/| | |||
* | | Updates gRPC Ruby to 0.9.0 | Tim Emiola | 2015-05-26 |
| | | |||
* | | Merge pull request #1735 from tbetbetbe/grpc-rb-rpc-server-improvements | Michael Lumish | 2015-05-26 |
|\ \ | | | | | | | Various tweaks to improve server stability | ||
| | * | 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 |
| | | |