Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Only check metadata that we want: its allowed to have extra elements | Craig Tiller | 2015-07-18 | |
|/ / | ||||
* | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 | |
|\ \ | ||||
| | * | Clean up some warnings in the ruby wrapping code | murgatroid99 | 2015-07-16 | |
| |/ | ||||
| * | Updates the requirements comment before releasing on the release branch | Tim Emiola | 2015-07-15 | |
| | | ||||
| * | Merge pull request #2336 from murgatroid99/ruby_error_codes | Abhishek Kumar | 2015-07-14 | |
| |\ | | | | | | | Made ruby server return correct error code for unimplemented method | |||
* | | | Ruby fixes for new timespec | Craig Tiller | 2015-07-14 | |
| | | | ||||
* | | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 | |
| | | | ||||
* | | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 | |
| | | | ||||
* | | | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 | |
|/ / | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | |||
* | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-10 | |
|\ \ | ||||
| | * | Changed found? to implemented? | murgatroid99 | 2015-07-10 | |
| | | | ||||
| * | | Bumped Ruby package version to 0.10.0 | murgatroid99 | 2015-07-09 | |
| | | | ||||
| | * | Merge branch 'master' into ruby_error_codes | murgatroid99 | 2015-07-09 | |
| | |\ | | |/ | |/| | ||||
* | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-09 | |
|\| | | ||||
| * | | Fixed Rubocop errors in extconf.rb | murgatroid99 | 2015-07-08 | |
| | | | ||||
| | * | Made ruby server return correct error code for unimplemented method | murgatroid99 | 2015-07-08 | |
| | | | ||||
| * | | Fixed ruby build when rebuilding C core | murgatroid99 | 2015-07-08 | |
| | | | ||||
| * | | Check more warnings in Ruby library, add -Werror | murgatroid99 | 2015-07-07 | |
| | | | ||||
| * | | Fixed ruby local build fallback case | murgatroid99 | 2015-07-07 | |
| | | | ||||
| * | | Use pkg-config if possible when building the ruby extension | murgatroid99 | 2015-07-07 | |
| |/ | ||||
* | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-06 | |
|\| | ||||
| * | Merge pull request #2117 from dgquintas/bb_from_bbreader | Craig Tiller | 2015-07-05 | |
| |\ | | | | | | | Introduced function to create byte buffers from the output of a byte buffer reader. | |||
* | | | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 | |
|/ / | ||||
| * | Added zlib as a linker dep. for Ruby | David Garcia Quintas | 2015-06-24 | |
| | | ||||
* | | 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 |