1. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  2. 75065d4 Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test by Michael Lumish · 9 years ago
  3. 7d21c04 Fixes a multithreading bug in the ruby rpc_server by Tim Emiola · 9 years ago
  4. 24fdc17 Ensures that bidi calls obtain metadata. by Tim Emiola · 9 years ago
  5. 43a7e4e Ruby wrapping of core credentials API change. by Tim Emiola · 9 years ago
  6. 3c09a64 Fixed previous change, altered RuboCop settings to let me do so by murgatroid99 · 9 years ago
  7. 59e339b Made ruby server stop waiting for calls when it starts getting null calls by murgatroid99 · 9 years ago
  8. bfe8a9f Fixes the broken ruby interop tests by Tim Emiola · 9 years ago
  9. 383d7da Bugfix: correct circular arg ref by Tim Emiola · 9 years ago
  10. 0deeb04 Bump version to reflect changes to the gRPC ruby package by Tim Emiola · 9 years ago
  11. c88e834 Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability by Stanley Cheung · 9 years ago
  12. bab6706 Bumps the ruby version to beta by Tim Emiola · 9 years ago
  13. 391664a Improves test stability by Tim Emiola · 9 years ago
  14. 81d950a Updates server shutdown handling by Tim Emiola · 9 years ago
  15. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  16. 27ccd19 Corrects logconfig from #2956 by Tim Emiola · 9 years ago
  17. 25f5011 Remove the runtime dependency on the logging gem. by Tim Emiola · 9 years ago
  18. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  19. 49b7650 Breaks API - switches timeout to a keyword arg. by Tim Emiola · 9 years ago
  20. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  21. bc447de Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host by Jan Tattermusch · 9 years ago
  22. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  23. 23e0f88 Aligns with the cognoscenti on timeouts by Tim Emiola · 9 years ago
  24. 10ddfde Adds grpc.primary_user_agent key during stub creation by Tim Emiola · 9 years ago
  25. 1cbeeb5 Merge pull request #2336 from murgatroid99/ruby_error_codes by Abhishek Kumar · 9 years ago
  26. f88eecd Changed found? to implemented? by murgatroid99 · 9 years ago
  27. 7f27db2 Bumped Ruby package version to 0.10.0 by murgatroid99 · 9 years ago
  28. 3d6d058 Made ruby server return correct error code for unimplemented method by murgatroid99 · 9 years ago
  29. 27243c2 Bump version of grpc ruby for release on the release branch by Tim Emiola · 9 years ago
  30. aa57bab Corrects the cancel_after_first_response behaviour by Tim Emiola · 9 years ago
  31. b1fa5d4 Ruby shutdown api migration by Tim Emiola · 9 years ago
  32. 1a2988d Update version; fix dependency advisory comment by Tim Emiola · 9 years ago
  33. 9341045 bump grpc ruby version by Tim Emiola · 9 years ago
  34. d62d345 Corrects the cancel_after_first_response test by Tim Emiola · 9 years ago
  35. dd7a036 Add's logging tweaks thread interaction for bidi_server by Tim Emiola · 9 years ago
  36. af74e4e Updates gRPC Ruby to 0.9.0 by Tim Emiola · 9 years ago
  37. 4aba356 Various tweaks to improve server stability by Tim Emiola · 9 years ago
  38. f233d96 Encapsulate logger within GRPC module by Nick Gauthier · 9 years ago
  39. 57e7dc8 Ruby style changes: replace `== 0` with `zero?` by Aggelos Avgerinos · 9 years ago
  40. bae3a61 Really removes the string monkey-patch by Tim Emiola · 9 years ago
  41. 13363e3 make underscore a class method of GenericService by Tim Emiola · 9 years ago
  42. 9cb56f8 Move Notifier into its own file by Tim Emiola · 9 years ago
  43. 0a65578 Simplify debugging, avoid inspecting C-backed objects. by Tim Emiola · 9 years ago
  44. 117cc12 Fix failing interop servers by Tim Emiola · 9 years ago
  45. 291800b Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md by Jan Tattermusch · 9 years ago
  46. 154db73 Remove usage of xray by Tim Emiola · 9 years ago
  47. 9a0ae03 Adds support for updating the output metadata to calls by Tim Emiola · 9 years ago
  48. 8661a43 Propagate metadata in BadStatus by Tim Emiola · 9 years ago
  49. 1c5faea Allow BadStatus to contain metadata by Tim Emiola · 9 years ago
  50. 3fd2be2 Adds a hook for returning the client connect metadata by Tim Emiola · 9 years ago
  51. f9e77b3 Refactor: Shorter methods in RpcServer by Tim Emiola · 9 years ago
  52. e6be7f3 Refactor: Move the Pool out from RpcServer by Tim Emiola · 9 years ago
  53. bf6d78c Fixes error with the keep-alive by Tim Emiola · 9 years ago
  54. 9558460 Adds a #run_till_terminated func to RpcServer by Tim Emiola · 9 years ago
  55. a10a843 Corrects handling of status during bidi call orchestration. by Tim Emiola · 9 years ago
  56. 1b39916 Adds an explicit Cancellation exception by Tim Emiola · 9 years ago
  57. 7db18b4 Automatically adds a key for the jwt_aud_uri to the metadata handled by the metadata_update_proc by Tim Emiola · 10 years ago
  58. e1fd1bb Update the version to 0.6.1 by Tim Emiola · 10 years ago
  59. 89cc873 Move timeout handling into the extension by Tim Emiola · 10 years ago
  60. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 10 years ago
  61. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 10 years ago
  62. b22a21e Update RPC server to use the new call API by Tim Emiola · 10 years ago
  63. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 10 years ago
  64. 564719d Updates Channel#create_call to the new API by Tim Emiola · 10 years ago
  65. 14e941d Bump ruby version to match the new release by Tim Emiola · 10 years ago
  66. 601869b Enables some incorrectly disabled tests by Tim Emiola · 10 years ago
  67. 77e2fb0 Corrects the handling of metadata when the optional deadline is specified by Tim Emiola · 10 years ago
  68. 0e93c92 Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls by Michael Lumish · 10 years ago
  69. e52995e Adds back calls to #finish at the end of server calls by Tim Emiola · 10 years ago
  70. 62e3cc8 Exposes the metadata method in server-side ActiveCall view classes by Tim Emiola · 10 years ago
  71. c20324e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  72. 4c7caf6 Fix for #804 by Tim Emiola · 10 years ago
  73. c32375c Decompose the ClientStub initialize method by Tim Emiola · 10 years ago
  74. 0ce8edc Updates ruby code affected by the secure server API change by Tim Emiola · 10 years ago
  75. 46566b8 Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.' by Aggelos Avgerinos · 10 years ago
  76. ed3671e Synchronize initial package versions by Tim Emiola · 10 years ago
  77. 7708998 Tmp fix: splits the hostname from the host before creating a call by Tim Emiola · 10 years ago
  78. 494f2f9 Remove the ruby gRPC auth implementation by Tim Emiola · 10 years ago
  79. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 10 years ago
  80. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  81. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  82. 638a68b Removes the line that sed could not fix by Tim Emiola · 10 years ago
  83. 7e7911f Updates the module name in the idiomatic and stub layers by Tim Emiola · 10 years ago
  84. 1a22275 Stop calling finish on server calls by Tim Emiola · 10 years ago
  85. 03d70c6 Adds updater_proc, to simplify the setup of credentials during stub creation by Tim Emiola · 10 years ago
  86. 11f75fa Ensures the auth modules are available with just require 'grpc' by Tim Emiola · 10 years ago
  87. 4694df3 Adds compute engine auth implementation that extends the signet auth class by Tim Emiola · 10 years ago
  88. 720bc81 Adds a signet based service_account creds implementation by Tim Emiola · 10 years ago
  89. 5d6dfd5 Extends signet with an apply/apply! methods by Tim Emiola · 10 years ago
  90. f875aa3 Removed port_picker from active_call_spec, fixed some style issues by Tim Emiola · 10 years ago
  91. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  92. eaed637 Removes Google username from TODOs, removes defunct TODOs by Tim Emiola · 10 years ago
  93. 1bbe9ea Removed beefcake extension hook, it was no longer needed by Tim Emiola · 10 years ago
  94. c6a33a2 Removed unexpected reference to auth.rb by Tim Emiola · 10 years ago
  95. 2b56376 Updates ruby to stop using grpc_start_invoke by Tim Emiola · 10 years ago
  96. e2860c5 Adds rubocop and fixes most style violations it detected by Tim Emiola · 10 years ago
  97. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  98. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  99. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  100. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago