Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 2016-08-02 |
|\ | | | | | Add Census resource API and implementation. | ||
* | | 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 |
| | |\ | |_|/ |/| | | |||
| * | | 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` | ||
* | | | | 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. | ||
* | | | 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 |
|\ \ | |||
* | | | Split incoming initial and trailing metadata in Ruby calls | murgatroid99 | 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 |
| | | | |||
* | | | Resolved merge conflicts with master | murgatroid99 | 2016-06-28 |
|\| | | |||
* | | | Fix bug that occasionally caused a call to be deleted twice | murgatroid99 | 2016-06-28 |
| | | | |||
* | | | Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes | murgatroid99 | 2016-06-23 |
|\ \ \ | |||
| | * \ | Merge branch 'master' into epoll_changes_merged | Sree Kuchibhotla | 2016-06-21 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-16 |
| | |\ \ | |||
| * | \ \ | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
* | | | | | Removed an extra mark object, fixed some documentation | murgatroid99 | 2016-06-13 |
| | | | | | |||
* | | | | | Finished removing CompletionQueue from Ruby API, made some changes for clarity | murgatroid99 | 2016-06-13 |
| | | | | | |||
| | * | | | Regenerate build files | Yuchen Zeng | 2016-06-10 |
| | | | | | |||
| | | * | | generate_projects.sh after adding grpc_use_signal() API | Sree Kuchibhotla | 2016-06-10 |
| | |/ / | |||
| * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
| |\| | | |||
| | * | | Add C++ support for using external FD | Adam Michalik | 2016-06-07 |
| | | | | |||
| | * | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 |
| | | | | |||
| | * | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 |
| | | | | |||
| | * | | add tests | Adam Michalik | 2016-06-07 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
| |\| | | |||
| | | * | merge to master | Alistair Veitch | 2016-06-07 |
| | | |\ | | | |/ | | |/| | |||
* | | | | Ruby: Moved completion queue entirely into extension code | murgatroid99 | 2016-06-06 |
| | | | | |||
| | * | | Merge pull request #6750 from makdharma/cronet | Jan Tattermusch | 2016-06-06 |
| | |\ \ | | | | | | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code. | ||
| * | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 |
| |\| | | | |||
| | * | | | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| | |\ \ \ | | | | | | | | | | | | | Change win32 file suffix | ||
| | | | | * | initial implementation of resource handling | Alistair Veitch | 2016-06-02 |
| | | | | | | |||
* | | | | | | Remove Ruby copy initializers. They don't make sense with wrapped structs, ↵ | murgatroid99 | 2016-06-02 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | and we don't use them anyway | ||
| | * | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| |/ / / |/| | | | |||
| * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-02 |
| |\ \ \ | |/ / / |/| | | | |||
| | | * | incremental fix - removed cronet dependency from grpc_secure | Makarand Dharmapurikar | 2016-06-01 |
| | | | | |||
* | | | | Fixed ruby fd bug | Ken Payson | 2016-06-01 |
| |_|/ |/| | | |||
| | * | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | |\ | |_|/ |/| | |