Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidi | apolcyn | 2017-01-04 |
|\ | | | | | attach trailing metadata to ruby bidi call op when it's received | ||
* \ | Merge pull request #9191 from apolcyn/fix_ruby_default_handler | apolcyn | 2017-01-04 |
|\ \ | | | | | | | change ruby default unimplemented ruby server handler to have two aguments | ||
* | | | Ruby: show error class and message instead of unknown | Yuan He | 2016-12-22 |
| | | | |||
| * | | change ruby default unimplemented ruby server handler to have two arguments | Alexander Polcyn | 2016-12-21 |
|/ / | |||
| * | attach trailing metadata to ruby bidi call op when it's received | Alexander Polcyn | 2016-12-20 |
| | | |||
* | | v1.0.x → master upmerge | Nathaniel Manista | 2016-12-16 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh | ||
| * \ | Merge pull request #8879 from apolcyn/ruby_subclass_badstatus | apolcyn | 2016-12-14 |
| |\ \ | | | | | | | | | add ruby subclasses of bad status for each GPRC status code | ||
* | | | | Use snake_case names for default rpc method implementations | igorpeshansky | 2016-12-09 |
| |_|/ |/| | | | | | This is what `GRPC::Pool::add_rpc_descs_for` expects. | ||
| | * | change client code to use specific exceptions and throw bad status if | Alexander Polcyn | 2016-11-30 |
| | | | | | | | | | | | | unkown code | ||
| | * | add factory method to bad status to create correct subclass | Alexander Polcyn | 2016-11-29 |
| | | | |||
| | * | add ruby subclasses of bad status for each GPRC status code | Alexander Polcyn | 2016-11-28 |
| | | | |||
* | | | use thread pool from v1.0.x but keep server call life cycle in master | Alexander Polcyn | 2016-11-23 |
| | | | |||
| * | | wait for write loop to finish at end of ruby read loop, on client side calls | Alexander Polcyn | 2016-11-22 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/v1.0.x' into HEAD | Jan Tattermusch | 2016-11-22 |
|\| | |||
| * | remove wait queue from ruby thread pool to avoid deadlock | Alexander Polcyn | 2016-11-03 |
| | | |||
* | | revert change to shutdown ordering, but keep timer | Alexander Polcyn | 2016-10-27 |
| | | |||
* | | increase max thread pool size in benchmarks and fix shutdown ordering | Alex Polcyn | 2016-10-27 |
| | | |||
| * | Going 1.0.1. | Nicolas "Pixel" Noble | 2016-10-26 |
| | | |||
* | | combine more core batch ops | Alex Polcyn | 2016-10-26 |
| | | |||
* | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | Nicolas "Pixel" Noble | 2016-09-29 |
|\| | |||
* | | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-09-06 |
|\ \ | | | | | | | Manual upmerge from v1.0.x | ||
* \ \ | Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master | kpayson64 | 2016-09-02 |
|\ \ \ | | | | | | | | | Use thread pool from concurrent-ruby on ruby server | ||
| | | * | remove log statements that showing contents of messages | Alexander Polcyn | 2016-08-26 |
| | | | | |||
| | * | | Merge branch 'v1.0.x' into upmerge-from-v1.0.x | Nicolas "Pixel" Noble | 2016-08-24 |
| |/| | |/| |/ | |||
| | * | Merge pull request #7800 from apolcyn/dont_catch_load_error | Nicolas Noble | 2016-08-22 |
| | |\ | | | | | | | | | Dont catch load error when loading grpc lib in ruby gem | ||
| | | * | convert match data to string | Alexander Polcyn | 2016-08-20 |
| | | | | |||
| | | * | fix directory check | Alexander Polcyn | 2016-08-19 |
| | | | | |||
| | | * | dont catch load error when loading grpc lib in grpc gem | Alexander Polcyn | 2016-08-19 |
| | | | | |||
| | | * | Restoring require_relative. | Nicolas "Pixel" Noble | 2016-08-19 |
| | | | | |||
| | | * | Fixing loading precompiled Ruby extension on 2.x.10+ | Nicolas "Pixel" Noble | 2016-08-19 |
| | | | | |||
| | * | | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 |
| | |/ | |||
| * | | Use thread pool from concurrent-ruby on ruby server | Alexander Polcyn | 2016-08-16 |
| | | | |||
| | * | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| | | | |||
* | | | 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 |
| | | | |||
| | * | Bumping to 1.0.0-pre2. | Nicolas "Pixel" Noble | 2016-07-29 |
| | | | |||
* | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
|\ \ \ | | |/ | |/| | |||
| | * | Moved sending of initial metadata from server into server handler | Alex Polcyn | 2016-07-20 |
| |/ |/| | | | | | methods | ||
| * | Improved some Ruby inline documentation | murgatroid99 | 2016-07-12 |
| | | |||
* | | 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 |
| | |||
* | Merge branch 'master' into ruby_api_review_changes | murgatroid99 | 2016-07-08 |
|\ | |||
* | | Revert changes to SingleReqView and MultiReqView | murgatroid99 | 2016-07-08 |
| | | |||
* | | Split incoming initial and trailing metadata in Ruby calls | murgatroid99 | 2016-07-07 |
| | | |||
| * | Change cancelled to cancelled? | Ken Payson | 2016-07-07 |
|/ | |||
* | Resolved merge conflicts with master | murgatroid99 | 2016-06-28 |
|\ | |||
* | | Fix bug that occasionally caused a call to be deleted twice | murgatroid99 | 2016-06-28 |
| | |