1. cdd4203 use thread pool from v1.0.x but keep server call life cycle in master by Alexander Polcyn · 8 years ago
  2. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  3. 269e6cc remove wait queue from ruby thread pool to avoid deadlock by Alexander Polcyn · 8 years ago
  4. 287b760 revert change to shutdown ordering, but keep timer by Alexander Polcyn · 8 years ago
  5. 419934a increase max thread pool size in benchmarks and fix shutdown ordering by Alex Polcyn · 8 years ago
  6. 50a730b Going 1.0.1. by Nicolas "Pixel" Noble · 8 years ago
  7. e5293c3 combine more core batch ops by Alex Polcyn · 8 years ago
  8. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  9. 74c92f6 Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x by Nicolas Noble · 8 years ago
  10. d57bbe7 Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master by kpayson64 · 8 years ago
  11. 5c8efc1 remove log statements that showing contents of messages by Alexander Polcyn · 8 years ago
  12. cdbe6b3 Merge branch 'v1.0.x' into upmerge-from-v1.0.x by Nicolas "Pixel" Noble · 8 years ago
  13. 701951f Merge pull request #7800 from apolcyn/dont_catch_load_error by Nicolas Noble · 8 years ago
  14. e61aab2 convert match data to string by Alexander Polcyn · 8 years ago
  15. 8dd2126 fix directory check by Alexander Polcyn · 8 years ago
  16. 8067d72 dont catch load error when loading grpc lib in grpc gem by Alexander Polcyn · 8 years ago
  17. 398dde4 Restoring require_relative. by Nicolas "Pixel" Noble · 8 years ago
  18. 4712750 Fixing loading precompiled Ruby extension on 2.x.10+ by Nicolas "Pixel" Noble · 8 years ago
  19. 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  20. 9c74487 Use thread pool from concurrent-ruby on ruby server by Alexander Polcyn · 8 years ago
  21. 0f9337b Removing pre2 flag. by Nicolas "Pixel" Noble · 8 years ago
  22. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  23. 69a2fc8 Merge pull request #7293 from apolcyn/send_metadata_from_server_handler by kpayson64 · 8 years ago
  24. 17d5c07 use sent flag only under mutex and dont fail in send_initial_metadata by Alexander Polcyn · 8 years ago
  25. a9bc030 add mutex wrapper around sending and modifying of initial metadata by Alexander Polcyn · 8 years ago
  26. dc3d561 remove dedicated thread for read loop in ruby bidi calls by Alexander Polcyn · 8 years ago
  27. 3260a17 Bumping to 1.0.0-pre2. by Nicolas "Pixel" Noble · 8 years ago
  28. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  29. d9892bd Moved sending of initial metadata from server into server handler methods by Alex Polcyn · 8 years ago
  30. 580a64a Improved some Ruby inline documentation by murgatroid99 · 8 years ago
  31. 49bfb92 Master is now 1.1.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  32. 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  33. 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
  34. ae466c8 Revert changes to SingleReqView and MultiReqView by murgatroid99 · 8 years ago
  35. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  36. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  37. 13c22ae Resolved merge conflicts with master by murgatroid99 · 8 years ago
  38. 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
  39. d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
  40. 67e2525 Fix handling of one error in bidi calls, and one interop server method by murgatroid99 · 8 years ago
  41. 674f55a Fixed missing variable propagation by murgatroid99 · 8 years ago
  42. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  43. dce1ee6 Fixed ruby fd bug by Ken Payson · 8 years ago
  44. ae34a37 Finished updating code and tests with keyword argument changes by murgatroid99 · 8 years ago
  45. b0b5380 Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args by murgatroid99 · 8 years ago
  46. 76733cf Removed remaining references to old server handling code by murgatroid99 · 8 years ago
  47. d595fb6 Handle signals properly when dropping GVL by murgatroid99 · 8 years ago
  48. b19f181 Avoid using unspecified keyword args where possible by murgatroid99 · 8 years ago
  49. f624a79 Merge pull request #6537 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  50. 0840b85 Merge pull request #6500 from murgatroid99/ruby_user_agent by Jan Tattermusch · 8 years ago
  51. 2c75731 The release branch is now 0.14.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  52. 5ecdda7 Processing the 0.14 release. by Nicolas "Pixel" Noble · 8 years ago
  53. fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  54. 3080ede Allow Ruby client code to set a user agent by murgatroid99 · 8 years ago
  55. 03f7e99 Merge pull request #6472 from murgatroid99/ruby_signal_handling2 by Jan Tattermusch · 8 years ago
  56. cf239e7 Add a default handler to Ruby services that returns UNIMPLEMENTED by murgatroid99 · 8 years ago
  57. 41fd37b Poll for signals more frequently, for greater responsiveness by murgatroid99 · 8 years ago
  58. 6bbe369 Make Ruby library terminate on Ctrl+C on client and server by murgatroid99 · 8 years ago
  59. 16caa50 Master is now 0.15.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  60. 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  61. 59dfee8 Fixed rubocop issues with newest changes by murgatroid99 · 8 years ago
  62. 38281cf Ruby: improve server error handling, fix a reference error by murgatroid99 · 8 years ago
  63. 9e3538c Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  64. e6077b8 Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby by Jan Tattermusch · 8 years ago
  65. deadbcd Wrap delegate line to fix a Rubocop error about line length by Eric Richardson · 8 years ago
  66. 79108d0 Changed some 'require' to 'require_relative' and modified rpc_server slightly by murgatroid99 · 8 years ago
  67. b2f3a02 Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView by Eric Richardson · 8 years ago
  68. 8079afa New CQ for each client call by vjpai · 8 years ago
  69. 895c111 Make ruby library conform to status code spec by murgatroid99 · 8 years ago
  70. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  71. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 8 years ago
  72. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 8 years ago
  73. 88966ab Merge pull request #5348 from nicolasnoble/backport-merge by Nicolas Noble · 8 years ago
  74. 73f5d7c Fix copyrights by murgatroid99 · 8 years ago
  75. 4999ba9 Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular import warning by murgatroid99 · 8 years ago
  76. 6910ce8 Flagging 0.13.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  77. 7a925f7 Flagging the release. by Nicolas "Pixel" Noble · 8 years ago
  78. b14ea1d Revert Ruby version specialization by Masood Malekghassemi · 8 years ago
  79. ca144fd Fixing Ruby binary build (again). by Nicolas "Pixel" Noble · 8 years ago
  80. f9e3c23 Fixing ruby versionning. by Nicolas "Pixel" Noble · 8 years ago
  81. cda4bad Flagging 0.13 as pre1. by Nicolas "Pixel" Noble · 8 years ago
  82. f008f06 build.yaml centric versioning by Craig Tiller · 8 years ago
  83. 1be9265 Versionning Ruby from build.yaml, and regenerating broken files after census merge. by Nicolas "Pixel" Noble · 8 years ago
  84. fb2d8f5 Fixing copyrights. by Nicolas "Pixel" Noble · 8 years ago
  85. eade6e0 Renaming the Ruby grpc extension to grpc_c, and renaming its loader from loader.rb to grpc.rb by Nicolas "Pixel" Noble · 8 years ago
  86. d899dce Few more fixes to the Ruby installation. by Nicolas "Pixel" Noble · 8 years ago
  87. cb287a1 Allowing for creation of pre-compiled gems, using rack-compiler-dock. by Nicolas "Pixel" Noble · 8 years ago
  88. 7fac30d Update copyright by murgatroid99 · 9 years ago
  89. 00450af Made ruby per-rpc creds interop use auth plugin API by murgatroid99 · 9 years ago
  90. a4d3d2c Fix typo in method call by murgatroid99 · 9 years ago
  91. 73cefb8 Updated copyright in Ruby version file by murgatroid99 · 9 years ago
  92. 0e59927 Update Ruby library version for next release by murgatroid99 · 9 years ago
  93. b570322 Include roots.pem with Ruby package by murgatroid99 · 9 years ago
  94. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
  95. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
  96. f88008c Fixed a busy-wait in Ruby server run_till_terminated by murgatroid99 · 9 years ago
  97. cfa26e1 Plumb CallCredentials through Ruby code, replacing metadata_updater functionality by murgatroid99 · 9 years ago
  98. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  99. 75065d4 Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test by Michael Lumish · 9 years ago
  100. 7d21c04 Fixes a multithreading bug in the ruby rpc_server by Tim Emiola · 9 years ago