1. f9e3c23 Fixing ruby versionning. by Nicolas "Pixel" Noble · 9 years ago
  2. cda4bad Flagging 0.13 as pre1. by Nicolas "Pixel" Noble · 9 years ago
  3. f008f06 build.yaml centric versioning by Craig Tiller · 9 years ago
  4. 1be9265 Versionning Ruby from build.yaml, and regenerating broken files after census merge. by Nicolas "Pixel" Noble · 9 years ago
  5. fb2d8f5 Fixing copyrights. by Nicolas "Pixel" Noble · 9 years ago
  6. 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
  7. d899dce Few more fixes to the Ruby installation. by Nicolas "Pixel" Noble · 9 years ago
  8. cb287a1 Allowing for creation of pre-compiled gems, using rack-compiler-dock. by Nicolas "Pixel" Noble · 9 years ago
  9. 7fac30d Update copyright by murgatroid99 · 9 years ago
  10. 00450af Made ruby per-rpc creds interop use auth plugin API by murgatroid99 · 9 years ago
  11. a4d3d2c Fix typo in method call by murgatroid99 · 9 years ago
  12. 73cefb8 Updated copyright in Ruby version file by murgatroid99 · 9 years ago
  13. 0e59927 Update Ruby library version for next release by murgatroid99 · 9 years ago
  14. b570322 Include roots.pem with Ruby package by murgatroid99 · 9 years ago
  15. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
  16. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
  17. f88008c Fixed a busy-wait in Ruby server run_till_terminated by murgatroid99 · 9 years ago
  18. cfa26e1 Plumb CallCredentials through Ruby code, replacing metadata_updater functionality by murgatroid99 · 9 years ago
  19. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  20. 75065d4 Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test by Michael Lumish · 9 years ago
  21. 7d21c04 Fixes a multithreading bug in the ruby rpc_server by Tim Emiola · 9 years ago
  22. 24fdc17 Ensures that bidi calls obtain metadata. by Tim Emiola · 9 years ago
  23. 43a7e4e Ruby wrapping of core credentials API change. by Tim Emiola · 9 years ago
  24. 3c09a64 Fixed previous change, altered RuboCop settings to let me do so by murgatroid99 · 9 years ago
  25. 59e339b Made ruby server stop waiting for calls when it starts getting null calls by murgatroid99 · 9 years ago
  26. bfe8a9f Fixes the broken ruby interop tests by Tim Emiola · 9 years ago
  27. 383d7da Bugfix: correct circular arg ref by Tim Emiola · 9 years ago
  28. 0deeb04 Bump version to reflect changes to the gRPC ruby package by Tim Emiola · 9 years ago
  29. c88e834 Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability by Stanley Cheung · 9 years ago
  30. bab6706 Bumps the ruby version to beta by Tim Emiola · 9 years ago
  31. 391664a Improves test stability by Tim Emiola · 9 years ago
  32. 81d950a Updates server shutdown handling by Tim Emiola · 9 years ago
  33. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  34. 27ccd19 Corrects logconfig from #2956 by Tim Emiola · 9 years ago
  35. 25f5011 Remove the runtime dependency on the logging gem. by Tim Emiola · 9 years ago
  36. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  37. 49b7650 Breaks API - switches timeout to a keyword arg. by Tim Emiola · 9 years ago
  38. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  39. bc447de Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host by Jan Tattermusch · 9 years ago
  40. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  41. 23e0f88 Aligns with the cognoscenti on timeouts by Tim Emiola · 9 years ago
  42. 10ddfde Adds grpc.primary_user_agent key during stub creation by Tim Emiola · 9 years ago
  43. 1cbeeb5 Merge pull request #2336 from murgatroid99/ruby_error_codes by Abhishek Kumar · 9 years ago
  44. f88eecd Changed found? to implemented? by murgatroid99 · 9 years ago
  45. 7f27db2 Bumped Ruby package version to 0.10.0 by murgatroid99 · 9 years ago
  46. 3d6d058 Made ruby server return correct error code for unimplemented method by murgatroid99 · 9 years ago
  47. 27243c2 Bump version of grpc ruby for release on the release branch by Tim Emiola · 9 years ago
  48. aa57bab Corrects the cancel_after_first_response behaviour by Tim Emiola · 9 years ago
  49. b1fa5d4 Ruby shutdown api migration by Tim Emiola · 9 years ago
  50. 1a2988d Update version; fix dependency advisory comment by Tim Emiola · 9 years ago
  51. 9341045 bump grpc ruby version by Tim Emiola · 9 years ago
  52. d62d345 Corrects the cancel_after_first_response test by Tim Emiola · 9 years ago
  53. dd7a036 Add's logging tweaks thread interaction for bidi_server by Tim Emiola · 9 years ago
  54. af74e4e Updates gRPC Ruby to 0.9.0 by Tim Emiola · 9 years ago
  55. 4aba356 Various tweaks to improve server stability by Tim Emiola · 9 years ago
  56. f233d96 Encapsulate logger within GRPC module by Nick Gauthier · 9 years ago
  57. 57e7dc8 Ruby style changes: replace `== 0` with `zero?` by Aggelos Avgerinos · 9 years ago
  58. bae3a61 Really removes the string monkey-patch by Tim Emiola · 9 years ago
  59. 13363e3 make underscore a class method of GenericService by Tim Emiola · 9 years ago
  60. 9cb56f8 Move Notifier into its own file by Tim Emiola · 9 years ago
  61. 0a65578 Simplify debugging, avoid inspecting C-backed objects. by Tim Emiola · 9 years ago
  62. 117cc12 Fix failing interop servers by Tim Emiola · 9 years ago
  63. 291800b Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md by Jan Tattermusch · 9 years ago
  64. 154db73 Remove usage of xray by Tim Emiola · 9 years ago
  65. 9a0ae03 Adds support for updating the output metadata to calls by Tim Emiola · 9 years ago
  66. 8661a43 Propagate metadata in BadStatus by Tim Emiola · 9 years ago
  67. 1c5faea Allow BadStatus to contain metadata by Tim Emiola · 9 years ago
  68. 3fd2be2 Adds a hook for returning the client connect metadata by Tim Emiola · 9 years ago
  69. f9e77b3 Refactor: Shorter methods in RpcServer by Tim Emiola · 9 years ago
  70. e6be7f3 Refactor: Move the Pool out from RpcServer by Tim Emiola · 9 years ago
  71. bf6d78c Fixes error with the keep-alive by Tim Emiola · 9 years ago
  72. 9558460 Adds a #run_till_terminated func to RpcServer by Tim Emiola · 9 years ago
  73. a10a843 Corrects handling of status during bidi call orchestration. by Tim Emiola · 9 years ago
  74. 1b39916 Adds an explicit Cancellation exception by Tim Emiola · 9 years ago
  75. 7db18b4 Automatically adds a key for the jwt_aud_uri to the metadata handled by the metadata_update_proc by Tim Emiola · 9 years ago
  76. e1fd1bb Update the version to 0.6.1 by Tim Emiola · 9 years ago
  77. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  78. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 9 years ago
  79. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 9 years ago
  80. b22a21e Update RPC server to use the new call API by Tim Emiola · 9 years ago
  81. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 9 years ago
  82. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  83. 14e941d Bump ruby version to match the new release by Tim Emiola · 9 years ago
  84. 601869b Enables some incorrectly disabled tests by Tim Emiola · 9 years ago
  85. 77e2fb0 Corrects the handling of metadata when the optional deadline is specified by Tim Emiola · 9 years ago
  86. 0e93c92 Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls by Michael Lumish · 9 years ago
  87. e52995e Adds back calls to #finish at the end of server calls by Tim Emiola · 9 years ago
  88. 62e3cc8 Exposes the metadata method in server-side ActiveCall view classes by Tim Emiola · 9 years ago
  89. c20324e Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  90. 4c7caf6 Fix for #804 by Tim Emiola · 9 years ago
  91. c32375c Decompose the ClientStub initialize method by Tim Emiola · 9 years ago
  92. 0ce8edc Updates ruby code affected by the secure server API change by Tim Emiola · 10 years ago
  93. 46566b8 Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.' by Aggelos Avgerinos · 10 years ago
  94. ed3671e Synchronize initial package versions by Tim Emiola · 10 years ago
  95. 7708998 Tmp fix: splits the hostname from the host before creating a call by Tim Emiola · 10 years ago
  96. 494f2f9 Remove the ruby gRPC auth implementation by Tim Emiola · 10 years ago
  97. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 10 years ago
  98. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  99. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  100. 638a68b Removes the line that sed could not fix by Tim Emiola · 10 years ago