Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #7838 from teodor-pripoae/fix-example-in-ruby-readme | Michael Lumish | 2016-10-20 |
|\ | |||
* | | fix write buffer ruby test | Alexander Polcyn | 2016-10-13 |
* | | Merge pull request #8354 from grpc/v1.0.x | Jan Tattermusch | 2016-10-12 |
|\ \ | |||
| * | | Update README.md | Jan Tattermusch | 2016-10-12 |
* | | | Merge pull request #8122 from bithavoc/fix-ruby-broken-link | apolcyn | 2016-10-04 |
|\ \ \ | |||
* \ \ \ | Merge pull request #8238 from nicolasnoble/master-upmerge-from-deep-under | Nicolas Noble | 2016-09-29 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #7833 from sreecha/fix_channel_from_fd_api | Nicolas Noble | 2016-09-29 |
|\ \ \ \ \ | |||
| | * | | | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | Nicolas "Pixel" Noble | 2016-09-29 |
| |/| | | | |/| | |/ / | | |/| | | |||
| | * | | | dont create extra thread on bidi call in benchmark, and change suggested | Alexander Polcyn | 2016-09-20 |
| | | * | | Fix ruby readme link to grpc quickstart | bithavoc | 2016-09-16 |
* | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #7559 from dgquintas/codegen_cleanse | Craig Tiller | 2016-09-13 |
| |\ \ \ \ | |||
| | | * \ \ | Merge branch 'master' into fix_channel_from_fd_api | Sree Kuchibhotla | 2016-09-09 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | | * | | | Merge branch 'master' into fix_channel_from_fd_api | Sree Kuchibhotla | 2016-09-09 |
| | | |\ \ \ | |||
| | | | | * \ | Merge pull request #7885 from apolcyn/remove_slow_log_statements | apolcyn | 2016-09-08 |
| | | | | |\ \ | |||
| | | | | * \ \ | Merge pull request #7765 from apolcyn/benchmark_adjustments_ga | apolcyn | 2016-09-08 |
| | | | | |\ \ \ | |||
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-08 |
|\| | | | | | | | | |||
| * | | | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | | | |||
| * | | | | | | | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-09-06 |
| |\ \ \ \ \ \ \ | |||
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-06 |
|\| | | | | | | | | |||
| | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-03 |
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master | kpayson64 | 2016-09-02 |
| |\ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | Change wrapped languages to use the new channel arg macro name. | Mark D. Roth | 2016-08-31 |
|/ / / / / / / / / | |||
| | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-31 |
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||
| | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-30 |
| | | | |\ \ \ \ \ | |||
| | | * | | | | | | | allow choosing config of ruby package builds from environment variable | Alexander Polcyn | 2016-08-29 |
* | | | | | | | | | | Update documentation | Craig Tiller | 2016-08-29 |
| |_|_|_|/ / / / / |/| | | | | | | | | |||
| | | | | | | * | | 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 |
| |/| | | | | | |/| |/ / / / / | |||
| | | | | | * | Fix example in ruby readme | Teodor | 2016-08-23 |
| |_|_|_|_|/ |/| | | | | | |||
| | | | * | | Remove completion queue parameter from grpc_server_add_insecure_channel_from_... | Sree Kuchibhotla | 2016-08-22 |
| |_|_|/ / |/| | | | | |||
| | * | | | Merge pull request #7800 from apolcyn/dont_catch_load_error | Nicolas Noble | 2016-08-22 |
| | |\ \ \ | |||
| | | * | | | 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 |
| | |/ / / | |||
| | | | * | fail benchmarks with errors in a child rpc thread | Alexander Polcyn | 2016-08-17 |
| * | | | | 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 |
|\ \ \ | |||
| * | | | 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 |
|\ \ \ \ | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-02 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | | * | codegen/alloc.h -> support/alloc.h for ruby | David Garcia Quintas | 2016-08-01 |
| | | | * | regenerated projects | David Garcia Quintas | 2016-08-01 |