Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update documentation | Craig Tiller | 2016-08-29 |
| | |||
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-16 |
|\ | |||
* \ | Merge pull request #7293 from apolcyn/send_metadata_from_server_handler | kpayson64 | 2016-08-15 |
|\ \ | | | | | | | Moved sending of initial metadata from server into server handler | ||
| * | | use sent flag only under mutex and dont fail in send_initial_metadata | Alexander Polcyn | 2016-08-11 |
| | | | |||
| * | | add mutex wrapper around sending and modifying of initial metadata | Alexander Polcyn | 2016-08-11 |
| | | | |||
| | * | remove dedicated thread for read loop in ruby bidi calls | Alexander Polcyn | 2016-08-08 |
| | | | |||
* | | | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 2016-08-02 |
|\ \ \ | | | | | | | | | Add Census resource API and implementation. | ||
| | | * | Bumping to 1.0.0-pre2. | Nicolas "Pixel" Noble | 2016-07-29 |
| | | | | |||
* | | | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-07-29 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile | ||
| * | | | Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_arg | murgatroid99 | 2016-07-28 |
| |\ \ \ | |||
| | * \ \ | Merge pull request #7534 from murgatroid99/ruby_tools_script_naming | kpayson64 | 2016-07-27 |
| | |\ \ \ | | | | | | | | | | | | | Remove .rb suffix from grpc-tools scripts, to be consistent with other gems | ||
| * | | | | | Ruby Tools: automatically include plugin argument in protoc command | murgatroid99 | 2016-07-27 |
| |/ / / / | |||
| * | | | | Updated ruby protos to use new _pb filename | Ken Payson | 2016-07-26 |
| | | | | | |||
| | * | | | Remove .rb suffix from grpc-tools scripts, to be consistent with other gems | murgatroid99 | 2016-07-26 |
| |/ / / | |||
* | | | | Rerun generate_projects.sh | murgatroid99 | 2016-07-25 |
| | | | | |||
* | | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
|\| | | | |||
| | * | | merge to upstream/master | Alistair Veitch | 2016-07-21 |
| | |\ \ | |_|/ / |/| | | | |||
| | | * | Moved sending of initial metadata from server into server handler | Alex Polcyn | 2016-07-20 |
| |_|/ |/| | | | | | | | | methods | ||
| * | | Remove undefined reference warning in Ruby build | murgatroid99 | 2016-07-19 |
| | | | |||
| * | | Make new linker warning linux-only | murgatroid99 | 2016-07-19 |
| | | | |||
| * | | Fix undefined reference in Ruby code, add linker warning | murgatroid99 | 2016-07-19 |
| | | | |||
* | | | Merge pull request #7284 from ewr/FixRubyTimeConversion | kpayson64 | 2016-07-18 |
|\ \ \ | | | | | | | | | Fix arguments for calls to Ruby's `Time.at` | ||
* \ \ \ | Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests | kpayson64 | 2016-07-15 |
|\ \ \ \ | | | | | | | | | | | Add ruby client compression interop tests | ||
| * | | | | changed compression request streaming enumerable to set write flag on every ↵ | Alexander Polcyn | 2016-07-12 |
| | | | | | | | | | | | | | | | | | | | | message | ||
| * | | | | updated inner class comment | Alexander Polcyn | 2016-07-12 |
| | | | | | |||
| * | | | | simplified client streaming compression request enumerable | Alexander Polcyn | 2016-07-12 |
| | | | | | |||
| | | * | | Improved some Ruby inline documentation | murgatroid99 | 2016-07-12 |
| | | | | | |||
| * | | | | added ruby client compression interop tests | Alexander Polcyn | 2016-07-12 |
| | | | | | |||
| * | | | | removed unnecessary public methods removed tests of non api methods | Alex Polcyn | 2016-07-12 |
| | | | | | |||
| | * | | | Fix arguments for calls to Ruby's `Time.at` | Eric Richardson | 2016-07-12 |
| |/ / / |/| | | | | | | | | | | | | | | | `Time.at` takes microseconds as a second arg, not nanoseconds. Fixes conversion of deadline time on the server-side. | ||
* | | | | Master is now 1.1.0-dev. | Nicolas "Pixel" Noble | 2016-07-12 |
| |/ / |/| | | |||
* | | | Flagging master as 1.0.0-pre1. | Nicolas "Pixel" Noble | 2016-07-12 |
| | | | |||
| * | | Removed expectations of entire provided algorithms list in tests | Alexander Polcyn | 2016-07-11 |
| | | | |||
| * | | replaced constant compress level names with ids | Alexander Polcyn | 2016-07-11 |
| | | | |||
| * | | fixed unreferenced self C parameters | Alex Polcyn | 2016-07-10 |
| | | | |||
| * | | Replaced private ruby methods with internal c functions | Alexander Polcyn | 2016-07-10 |
| | | | |||
| * | | Added ruby wrapper for grpc_compression_options | Alexander Polcyn | 2016-07-10 |
|/ / | |||
* | | Merge branch 'master' into ruby_api_review_changes | murgatroid99 | 2016-07-08 |
|\ \ | |||
* | | | Revert changes to SingleReqView and MultiReqView | murgatroid99 | 2016-07-08 |
| | | | |||
| * | | Merge pull request #7270 from kpayson64/ruby_ga_change | kpayson64 | 2016-07-07 |
| |\ \ | | | | | | | | | Change cancelled to cancelled? | ||
* | | | | Split incoming initial and trailing metadata in Ruby calls | murgatroid99 | 2016-07-07 |
| | | | | |||
| | * | | Change cancelled to cancelled? | Ken Payson | 2016-07-07 |
| |/ / |/| | | |||
| * | | Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into ↵ | David Garcia Quintas | 2016-07-06 |
| |\ \ | |/ / |/| | | | | | bb_reader_error | ||
| * | | regenerated projects | David Garcia Quintas | 2016-06-30 |
| | | | |||
| * | | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | | | |||
* | | | Added a comment about Ruby queue destruction | murgatroid99 | 2016-06-30 |
| | | | |||
* | | | Simplified Ruby completion queue destruction code | murgatroid99 | 2016-06-30 |
| | | | |||
* | | | Updated compression tests with batch API changes | murgatroid99 | 2016-06-29 |
| | | | |||
* | | | Resolved merge conflicts with master | murgatroid99 | 2016-06-28 |
|\| | | |||
* | | | Fix bug that occasionally caused a call to be deleted twice | murgatroid99 | 2016-06-28 |
| | | |