1. dc09ab5 Merge pull request #16642 from tenderlove/send-instead-of-method by apolcyn · 6 years ago
  2. d374ee9 Switch to `send` instead of `method(...).call` by Aaron Patterson · 6 years ago
  3. 005cb34 Rescue GRPC::Core::CallError not to kill the worker threads by ganmacs · 6 years ago
  4. 8ceb27a Regenerate projects by Juanli Shen · 6 years ago
  5. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  6. c1b64e3 GRPC::Cancelled should be occured when calling Enumrable#next on canceled call by ganmacs · 6 years ago
  7. f15c6f2 Delete unused @metadata_tag by ganmacs · 6 years ago
  8. c650666 Merge pull request #15755 from ganmacs/unify-duplicated-method by apolcyn · 6 years ago
  9. 277d894 Unify nearly same method by ganmacs · 6 years ago
  10. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  11. 747fbca Add more details to a resource exhausted ruby error by Alexander Polcyn · 6 years ago
  12. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  13. 33b2256 Merge pull request #14922 from apolcyn/ruby_bidi_error by apolcyn · 6 years ago
  14. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  15. ae937d3 Never throw CallErrors for failed bidi reads or writes by Alexander Polcyn · 6 years ago
  16. fcc4b9b Fix ruby document by nownabe · 7 years ago
  17. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  18. d60ed8f Guarantee no race between ruby server's shutdown_and_notify and destroy by Alexander Polcyn · 7 years ago
  19. 7b87bab Refactor ruby server shutdown to fix a race by Alexander Polcyn · 7 years ago
  20. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  21. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  22. 1972e5c Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests by apolcyn · 7 years ago
  23. 81e9581 Remove some sleeps in ruby tests and fix test server shutdown by Alex Polcyn · 7 years ago
  24. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  25. 99fdda8 remove use of keyword args by Alexander Polcyn · 7 years ago
  26. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  27. f1b1ab0 return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set by Alexander Polcyn · 7 years ago
  28. eec7a91 Add Ruby server interceptors by Shaun McCormick · 7 years ago
  29. a594ba0 add a client side utility for extracting a google rpc status from a grpc::Status by Alexander Polcyn · 7 years ago
  30. 0f924b7 Merge pull request #12213 from dgquintas/v1.7.x-version-bump by David G. Quintas · 7 years ago
  31. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  32. e387852 Catch NotImplementedError exceptions and forward them to the client. by John Millikin · 7 years ago
  33. c6627ca cancel calls with an error message when bidi write loop fails with user error by Alexander Polcyn · 7 years ago
  34. cd22f11 properly finish bidi calls when there is an initial error by Alexander Polcyn · 7 years ago
  35. d238d84 Merge pull request #11764 from apolcyn/fix_ruby_socket_leak by apolcyn · 7 years ago
  36. 7cc30c1 add missing fields on server call context and improve robustness of finished calls by Alexander Polcyn · 7 years ago
  37. 59a19a9 make sure that client-side view of calls is robust by Alexander Polcyn · 7 years ago
  38. fb1e164 dont wait for gc to destroy calls on ruby server by Alexander Polcyn · 7 years ago
  39. 600ae82 remove an unused method by Alexander Polcyn · 7 years ago
  40. c02e39d Merge pull request #9823 from mjkim/fix_unkown by Mehrdad Afshari · 7 years ago
  41. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  42. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  43. eef382c Remove unnecessary require_relative by Ernie Miller · 7 years ago
  44. 9e1acc0 master to 1.4.0-dev by David Garcia Quintas · 7 years ago
  45. 74cec10 Bumped version to 1.3.0-dev by David Garcia Quintas · 8 years ago
  46. f17d163 Fix typos by Myungjun Kim · 8 years ago
  47. 87b10b6 Fix class name on documentation by Leonardo Saraiva · 8 years ago
  48. 5cad46e Bump master version numbers by Craig Tiller · 8 years ago
  49. 38642fa Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidi by apolcyn · 8 years ago
  50. 3adfa82 Merge pull request #9191 from apolcyn/fix_ruby_default_handler by apolcyn · 8 years ago
  51. 9383d2b Ruby: show error class and message instead of unknown by Yuan He · 8 years ago
  52. 2ec43d2 change ruby default unimplemented ruby server handler to have two arguments by Alexander Polcyn · 8 years ago
  53. eb69c34 attach trailing metadata to ruby bidi call op when it's received by Alexander Polcyn · 8 years ago
  54. 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  55. 32b2ecc Merge pull request #8879 from apolcyn/ruby_subclass_badstatus by apolcyn · 8 years ago
  56. e51e72d Use snake_case names for default rpc method implementations by igorpeshansky · 8 years ago
  57. 174aa91 change client code to use specific exceptions and throw bad status if by Alexander Polcyn · 8 years ago
  58. acacd0d add factory method to bad status to create correct subclass by Alexander Polcyn · 8 years ago
  59. 6002b8f add ruby subclasses of bad status for each GPRC status code by Alexander Polcyn · 8 years ago
  60. cdd4203 use thread pool from v1.0.x but keep server call life cycle in master by Alexander Polcyn · 8 years ago
  61. 03fc198 wait for write loop to finish at end of ruby read loop, on client side calls by Alexander Polcyn · 8 years ago
  62. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  63. 269e6cc remove wait queue from ruby thread pool to avoid deadlock by Alexander Polcyn · 8 years ago
  64. 287b760 revert change to shutdown ordering, but keep timer by Alexander Polcyn · 8 years ago
  65. 419934a increase max thread pool size in benchmarks and fix shutdown ordering by Alex Polcyn · 8 years ago
  66. 50a730b Going 1.0.1. by Nicolas "Pixel" Noble · 8 years ago
  67. e5293c3 combine more core batch ops by Alex Polcyn · 8 years ago
  68. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  69. 74c92f6 Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x by Nicolas Noble · 8 years ago
  70. d57bbe7 Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master by kpayson64 · 8 years ago
  71. 5c8efc1 remove log statements that showing contents of messages by Alexander Polcyn · 8 years ago
  72. cdbe6b3 Merge branch 'v1.0.x' into upmerge-from-v1.0.x by Nicolas "Pixel" Noble · 8 years ago
  73. 701951f Merge pull request #7800 from apolcyn/dont_catch_load_error by Nicolas Noble · 8 years ago
  74. e61aab2 convert match data to string by Alexander Polcyn · 8 years ago
  75. 8dd2126 fix directory check by Alexander Polcyn · 8 years ago
  76. 8067d72 dont catch load error when loading grpc lib in grpc gem by Alexander Polcyn · 8 years ago
  77. 398dde4 Restoring require_relative. by Nicolas "Pixel" Noble · 8 years ago
  78. 4712750 Fixing loading precompiled Ruby extension on 2.x.10+ by Nicolas "Pixel" Noble · 8 years ago
  79. 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  80. 9c74487 Use thread pool from concurrent-ruby on ruby server by Alexander Polcyn · 8 years ago
  81. 0f9337b Removing pre2 flag. by Nicolas "Pixel" Noble · 8 years ago
  82. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  83. 69a2fc8 Merge pull request #7293 from apolcyn/send_metadata_from_server_handler by kpayson64 · 8 years ago
  84. 17d5c07 use sent flag only under mutex and dont fail in send_initial_metadata by Alexander Polcyn · 8 years ago
  85. a9bc030 add mutex wrapper around sending and modifying of initial metadata by Alexander Polcyn · 8 years ago
  86. dc3d561 remove dedicated thread for read loop in ruby bidi calls by Alexander Polcyn · 8 years ago
  87. 3260a17 Bumping to 1.0.0-pre2. by Nicolas "Pixel" Noble · 8 years ago
  88. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  89. d9892bd Moved sending of initial metadata from server into server handler methods by Alex Polcyn · 8 years ago
  90. 580a64a Improved some Ruby inline documentation by murgatroid99 · 8 years ago
  91. 49bfb92 Master is now 1.1.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  92. 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  93. 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
  94. ae466c8 Revert changes to SingleReqView and MultiReqView by murgatroid99 · 8 years ago
  95. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  96. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  97. 13c22ae Resolved merge conflicts with master by murgatroid99 · 8 years ago
  98. 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
  99. d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
  100. 67e2525 Fix handling of one error in bidi calls, and one interop server method by murgatroid99 · 8 years ago