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