Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth | 2015-07-27 | |
|\ | |||
| * | Merge pull request #2593 from ctiller/elliptic-orange-chamelion | 2015-07-27 | |
| |\ | | | | | | | Rename grpc_channel_create to grpc_insecure_channel_create | ||
| * \ | Merge pull request #2632 from marcinwyszynski/master | 2015-07-27 | |
| |\ \ | | | | | | | | | Avoid implicit conversions in Ruby extension code | ||
| | | * | Merge github.com:grpc/grpc into elliptic-orange-chamelion | 2015-07-26 | |
| | | |\ | | |_|/ | |/| | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c | ||
| | * | | array_length and it's counter types should match | 2015-07-24 | |
| | | | | |||
| | * | | Avoid stupid double conversion | 2015-07-23 | |
| | | | | |||
| | * | | Make time_t to int conversion explicit on tv_nsec | 2015-07-23 | |
| | | | | |||
| | * | | Avoid implicit conversion on array_length | 2015-07-23 | |
| | | | | |||
| * | | | Make the server report monotonic times for deadlines | 2015-07-23 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later. | ||
* / / | Adding option to force client auth on the server SSL creds. | 2015-07-21 | |
|/ / | |||
| * | Rename grpc_channel_create to grpc_insecure_channel_create | 2015-07-21 | |
|/ | |||
* | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY | 2015-07-19 | |
|\ | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc | ||
| * | Merge pull request #2476 from murgatroid99/ruby_fix_warnings | 2015-07-19 | |
| |\ | | | | | | | Clean up some warnings in the ruby wrapping code | ||
* | | | Only check metadata that we want: its allowed to have extra elements | 2015-07-18 | |
|/ / | |||
* | | Merge github.com:grpc/grpc into no-worries-i-can-wait | 2015-07-17 | |
|\ \ | |||
| | * | Clean up some warnings in the ruby wrapping code | 2015-07-16 | |
| |/ | |||
| * | Updates the requirements comment before releasing on the release branch | 2015-07-15 | |
| | | |||
| * | Merge pull request #2336 from murgatroid99/ruby_error_codes | 2015-07-14 | |
| |\ | | | | | | | Made ruby server return correct error code for unimplemented method | ||
* | | | Ruby fixes for new timespec | 2015-07-14 | |
| | | | |||
* | | | Updating wrapped languages to new time functions | 2015-07-13 | |
| | | | |||
* | | | Updating wrapped languages to new time functions | 2015-07-13 | |
| | | | |||
* | | | Introduce a clock type field onto gpr_timespec. | 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 | 2015-07-10 | |
|\ \ | |||
| | * | Changed found? to implemented? | 2015-07-10 | |
| | | | |||
| * | | Bumped Ruby package version to 0.10.0 | 2015-07-09 | |
| | | | |||
| | * | Merge branch 'master' into ruby_error_codes | 2015-07-09 | |
| | |\ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | 2015-07-09 | |
|\| | | |||
| * | | Fixed Rubocop errors in extconf.rb | 2015-07-08 | |
| | | | |||
| | * | Made ruby server return correct error code for unimplemented method | 2015-07-08 | |
| | | | |||
| * | | Fixed ruby build when rebuilding C core | 2015-07-08 | |
| | | | |||
| * | | Check more warnings in Ruby library, add -Werror | 2015-07-07 | |
| | | | |||
| * | | Fixed ruby local build fallback case | 2015-07-07 | |
| | | | |||
| * | | Use pkg-config if possible when building the ruby extension | 2015-07-07 | |
| |/ | |||
* | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | 2015-07-06 | |
|\| | |||
| * | Merge pull request #2117 from dgquintas/bb_from_bbreader | 2015-07-05 | |
| |\ | | | | | | | Introduced function to create byte buffers from the output of a byte buffer reader. | ||
* | | | Introduce multiple clocks to GPR | 2015-07-01 | |
|/ / | |||
| * | Added zlib as a linker dep. for Ruby | 2015-06-24 | |
| | | |||
* | | Bump version of grpc ruby for release on the release branch | 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 | 2015-06-19 | |
|\ \ | | | | | | | Remove backup poller from GRPC core | ||
* | | | Corrects the cancel_after_first_response behaviour | 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 | 2015-06-17 | |
| |\ | |/ |/| | | | | | Conflicts: include/grpc/compression.h | ||
* | | Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-output | 2015-06-17 | |
|\ \ | | | | | | | Prints test names as ruby tests run | ||
| * | | Prints test names as ruby tests run | 2015-06-17 | |
| | | | |||
| | * | Merge branch 'you-complete-me' into we-dont-need-no-backup | 2015-06-17 | |
| | |\ | |_|/ |/| | | |||
* | | | Ruby shutdown api migration | 2015-06-17 | |
|/ / | | | | | | | | | | | + all tests pass, - but there are a couple of workarounds - tests are flaky | ||
* | | Added changes to c++ and ruby wrappers | 2015-06-15 | |
| | | |||
| * | Merge branch 'you-complete-me' into we-dont-need-no-backup | 2015-06-09 | |
| |\ | |/ |/| | |||
* | | Changes to byte_buffer based on comments. | 2015-06-08 | |
| | | |||
| * | Merge github.com:grpc/grpc into we-dont-need-no-backup | 2015-06-05 | |
| |\ | |/ |/| | |||
* | | Update version; fix dependency advisory comment | 2015-06-04 | |
| | |