- e5293c3 combine more core batch ops by Alex Polcyn · 8 years ago
- 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
- 74c92f6 Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x by Nicolas Noble · 8 years ago
- d57bbe7 Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master by kpayson64 · 8 years ago
- 5c8efc1 remove log statements that showing contents of messages by Alexander Polcyn · 8 years ago
- cdbe6b3 Merge branch 'v1.0.x' into upmerge-from-v1.0.x by Nicolas "Pixel" Noble · 8 years ago
- 701951f Merge pull request #7800 from apolcyn/dont_catch_load_error by Nicolas Noble · 8 years ago
- e61aab2 convert match data to string by Alexander Polcyn · 8 years ago
- 8dd2126 fix directory check by Alexander Polcyn · 8 years ago
- 8067d72 dont catch load error when loading grpc lib in grpc gem by Alexander Polcyn · 8 years ago
- 398dde4 Restoring require_relative. by Nicolas "Pixel" Noble · 8 years ago
- 4712750 Fixing loading precompiled Ruby extension on 2.x.10+ by Nicolas "Pixel" Noble · 8 years ago
- 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
- 9c74487 Use thread pool from concurrent-ruby on ruby server by Alexander Polcyn · 8 years ago
- 0f9337b Removing pre2 flag. by Nicolas "Pixel" Noble · 8 years ago
- e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
- 69a2fc8 Merge pull request #7293 from apolcyn/send_metadata_from_server_handler by kpayson64 · 8 years ago
- 17d5c07 use sent flag only under mutex and dont fail in send_initial_metadata by Alexander Polcyn · 8 years ago
- a9bc030 add mutex wrapper around sending and modifying of initial metadata by Alexander Polcyn · 8 years ago
- dc3d561 remove dedicated thread for read loop in ruby bidi calls by Alexander Polcyn · 8 years ago
- 3260a17 Bumping to 1.0.0-pre2. by Nicolas "Pixel" Noble · 8 years ago
- 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
- d9892bd Moved sending of initial metadata from server into server handler methods by Alex Polcyn · 8 years ago
- 580a64a Improved some Ruby inline documentation by murgatroid99 · 8 years ago
- 49bfb92 Master is now 1.1.0-dev. by Nicolas "Pixel" Noble · 8 years ago
- 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
- 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
- ae466c8 Revert changes to SingleReqView and MultiReqView by murgatroid99 · 8 years ago
- e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
- b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
- 13c22ae Resolved merge conflicts with master by murgatroid99 · 8 years ago
- 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
- d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
- 67e2525 Fix handling of one error in bidi calls, and one interop server method by murgatroid99 · 8 years ago
- 674f55a Fixed missing variable propagation by murgatroid99 · 8 years ago
- 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
- dce1ee6 Fixed ruby fd bug by Ken Payson · 8 years ago
- ae34a37 Finished updating code and tests with keyword argument changes by murgatroid99 · 8 years ago
- b0b5380 Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args by murgatroid99 · 8 years ago
- 76733cf Removed remaining references to old server handling code by murgatroid99 · 8 years ago
- d595fb6 Handle signals properly when dropping GVL by murgatroid99 · 8 years ago
- b19f181 Avoid using unspecified keyword args where possible by murgatroid99 · 8 years ago
- f624a79 Merge pull request #6537 from grpc/release-0_14 by Nicolas Noble · 8 years ago
- 0840b85 Merge pull request #6500 from murgatroid99/ruby_user_agent by Jan Tattermusch · 8 years ago
- 2c75731 The release branch is now 0.14.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
- 5ecdda7 Processing the 0.14 release. by Nicolas "Pixel" Noble · 8 years ago
- fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
- 3080ede Allow Ruby client code to set a user agent by murgatroid99 · 8 years ago
- 03f7e99 Merge pull request #6472 from murgatroid99/ruby_signal_handling2 by Jan Tattermusch · 8 years ago
- cf239e7 Add a default handler to Ruby services that returns UNIMPLEMENTED by murgatroid99 · 9 years ago
- 41fd37b Poll for signals more frequently, for greater responsiveness by murgatroid99 · 9 years ago
- 6bbe369 Make Ruby library terminate on Ctrl+C on client and server by murgatroid99 · 9 years ago
- 16caa50 Master is now 0.15.0-dev. by Nicolas "Pixel" Noble · 9 years ago
- 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 9 years ago
- 59dfee8 Fixed rubocop issues with newest changes by murgatroid99 · 9 years ago
- 38281cf Ruby: improve server error handling, fix a reference error by murgatroid99 · 9 years ago
- 9e3538c Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback by murgatroid99 · 9 years ago
- e6077b8 Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby by Jan Tattermusch · 9 years ago
- deadbcd Wrap delegate line to fix a Rubocop error about line length by Eric Richardson · 9 years ago
- 79108d0 Changed some 'require' to 'require_relative' and modified rpc_server slightly by murgatroid99 · 9 years ago
- b2f3a02 Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView by Eric Richardson · 9 years ago
- 8079afa New CQ for each client call by vjpai · 9 years ago
- 895c111 Make ruby library conform to status code spec by murgatroid99 · 9 years ago
- 6169d5f Update copyrights by Craig Tiller · 9 years ago
- 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 9 years ago
- d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 9 years ago
- 88966ab Merge pull request #5348 from nicolasnoble/backport-merge by Nicolas Noble · 9 years ago
- 73f5d7c Fix copyrights by murgatroid99 · 9 years ago
- 4999ba9 Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular import warning by murgatroid99 · 9 years ago
- 6910ce8 Flagging 0.13.1-pre1. by Nicolas "Pixel" Noble · 9 years ago
- 7a925f7 Flagging the release. by Nicolas "Pixel" Noble · 9 years ago
- b14ea1d Revert Ruby version specialization by Masood Malekghassemi · 9 years ago
- ca144fd Fixing Ruby binary build (again). by Nicolas "Pixel" Noble · 9 years ago
- f9e3c23 Fixing ruby versionning. by Nicolas "Pixel" Noble · 9 years ago
- cda4bad Flagging 0.13 as pre1. by Nicolas "Pixel" Noble · 9 years ago
- f008f06 build.yaml centric versioning by Craig Tiller · 9 years ago
- 1be9265 Versionning Ruby from build.yaml, and regenerating broken files after census merge. by Nicolas "Pixel" Noble · 9 years ago
- fb2d8f5 Fixing copyrights. by Nicolas "Pixel" Noble · 9 years ago
- eade6e0 Renaming the Ruby grpc extension to grpc_c, and renaming its loader from loader.rb to grpc.rb by Nicolas "Pixel" Noble · 9 years ago
- d899dce Few more fixes to the Ruby installation. by Nicolas "Pixel" Noble · 9 years ago
- cb287a1 Allowing for creation of pre-compiled gems, using rack-compiler-dock. by Nicolas "Pixel" Noble · 9 years ago
- 7fac30d Update copyright by murgatroid99 · 9 years ago
- 00450af Made ruby per-rpc creds interop use auth plugin API by murgatroid99 · 9 years ago
- a4d3d2c Fix typo in method call by murgatroid99 · 9 years ago
- 73cefb8 Updated copyright in Ruby version file by murgatroid99 · 9 years ago
- 0e59927 Update Ruby library version for next release by murgatroid99 · 9 years ago
- b570322 Include roots.pem with Ruby package by murgatroid99 · 9 years ago
- afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
- 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
- f88008c Fixed a busy-wait in Ruby server run_till_terminated by murgatroid99 · 9 years ago
- cfa26e1 Plumb CallCredentials through Ruby code, replacing metadata_updater functionality by murgatroid99 · 9 years ago
- 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
- 75065d4 Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test by Michael Lumish · 9 years ago
- 7d21c04 Fixes a multithreading bug in the ruby rpc_server by Tim Emiola · 9 years ago
- 24fdc17 Ensures that bidi calls obtain metadata. by Tim Emiola · 9 years ago
- 43a7e4e Ruby wrapping of core credentials API change. by Tim Emiola · 9 years ago
- 3c09a64 Fixed previous change, altered RuboCop settings to let me do so by murgatroid99 · 9 years ago
- 59e339b Made ruby server stop waiting for calls when it starts getting null calls by murgatroid99 · 9 years ago
- bfe8a9f Fixes the broken ruby interop tests by Tim Emiola · 9 years ago
- 383d7da Bugfix: correct circular arg ref by Tim Emiola · 9 years ago