1. 291800b Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md by Jan Tattermusch · 9 years ago
  2. 3bb4059 Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverage by Jan Tattermusch · 9 years ago
  3. b572fcb Merge pull request #1315 from jboeuf/security_connector by Craig Tiller · 9 years ago
  4. aab1edc Fixing inaccurate ruby test. by Julien Boeuf · 9 years ago
  5. 154db73 Remove usage of xray by Tim Emiola · 9 years ago
  6. c85c1ae Add SimpleCov coverage set up for gRPC ruby by Tim Emiola · 9 years ago
  7. a80aa7d clarify test descriptions by Tim Emiola · 9 years ago
  8. 9a0ae03 Adds support for updating the output metadata to calls by Tim Emiola · 9 years ago
  9. 8661a43 Propagate metadata in BadStatus by Tim Emiola · 9 years ago
  10. 4f558f5 Merge pull request #1297 from yugui/fix/header by Tim Emiola · 9 years ago
  11. 3d3a65d Merge pull request #1295 from yugui/fix/typed-struct by Tim Emiola · 9 years ago
  12. 1c5faea Allow BadStatus to contain metadata by Tim Emiola · 9 years ago
  13. 3fd2be2 Adds a hook for returning the client connect metadata by Tim Emiola · 9 years ago
  14. e8696fb Merge branch 'master' into fix/header by Yuki Yugui Sonoda · 9 years ago
  15. dca359c Merge branch 'master' into fix/typed-struct by Yuki Yugui Sonoda · 9 years ago
  16. f9e77b3 Refactor: Shorter methods in RpcServer by Tim Emiola · 9 years ago
  17. e6be7f3 Refactor: Move the Pool out from RpcServer by Tim Emiola · 9 years ago
  18. bf6d78c Fixes error with the keep-alive by Tim Emiola · 9 years ago
  19. 321871e Updates the example servers to use #run_till_terminated by Tim Emiola · 9 years ago
  20. 9558460 Adds a #run_till_terminated func to RpcServer by Tim Emiola · 9 years ago
  21. cd1c1dd Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_deps by Stanley Cheung · 9 years ago
  22. 2ab3998 Merge pull request #1296 from yugui/fix/static by Tim Emiola · 9 years ago
  23. 2288791 Avoid implicit function declarations by Yuki Yugui Sonoda · 9 years ago
  24. f0eee5f Make some functions static by Yuki Yugui Sonoda · 9 years ago
  25. 99eb9f9 Fix a linkage error with mac clang by Yuki Yugui Sonoda · 9 years ago
  26. 3c88e5d Make some global variables static by Yuki Yugui Sonoda · 9 years ago
  27. 29ee1db Use TypedData for GRPC::Core::ServerCredentials by Yuki Yugui Sonoda · 9 years ago
  28. 9232f12 Use TypedData for GRPC::Core::Server by Yuki Yugui Sonoda · 9 years ago
  29. d441c2e Use TypedData for GRPC::Core::TimeSpec by Yuki Yugui Sonoda · 9 years ago
  30. a87924e Use TypedData for GRPC::Core::Credentials by Yuki Yugui Sonoda · 9 years ago
  31. bf256ae Use TypedData for GRPC::Core::CompletionQueue by Yuki Yugui Sonoda · 9 years ago
  32. d98db4a Use TypedData for TmpChannelArgs by Yuki Yugui Sonoda · 9 years ago
  33. c9b7d1c Use TypedData for GRPC::Core::Channel by Yuki Yugui Sonoda · 9 years ago
  34. 961f0bc Use TypedData for GRPC::Core::MetadataArray by Yuki Yugui Sonoda · 9 years ago
  35. 76801d2 Use TypedData_XXX instead of Data_XXX for GRPC::Core::Call by Yuki Yugui Sonoda · 9 years ago
  36. 041e039 Updates gem dependencies, style rules by Tim Emiola · 9 years ago
  37. b5bcca4 Adds interop cancellation tests by Tim Emiola · 9 years ago
  38. a10a843 Corrects handling of status during bidi call orchestration. by Tim Emiola · 9 years ago
  39. 1b39916 Adds an explicit Cancellation exception by Tim Emiola · 9 years ago
  40. 72d70fc Adds a tests that demonstrates successful cancellation by Tim Emiola · 9 years ago
  41. 89a5bd7 Updates the pubsub sample so that it no longer uses a scope by Tim Emiola · 9 years ago
  42. 189d9b0 Adds a jwt_token_creds interop test by Tim Emiola · 9 years ago
  43. 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
  44. 51a4c08 Corrects the Changelog date by Tim Emiola · 9 years ago
  45. 095af67 Revert "Update installation instructions to mention debian binary install" by Tim Emiola · 9 years ago
  46. 1e09812 Correct style errors identified by the latest version of RuboCop by Tim Emiola · 9 years ago
  47. 4bda5e3 Add a changelog by Tim Emiola · 9 years ago
  48. e1fd1bb Update the version to 0.6.1 by Tim Emiola · 9 years ago
  49. 4907df0 Update the version of googleauth to 0.4 by Tim Emiola · 9 years ago
  50. db9eb05 Update installation instructions to mention debian binary install by Tim Emiola · 10 years ago
  51. 2e50a7a Also fix rb_CallOps too. by Yuki Yugui Sonoda · 9 years ago
  52. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  53. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  54. b48e010 Fixed bad op reference by Tim Emiola · 9 years ago
  55. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 9 years ago
  56. 89cc873 Move timeout handling into the extension by Tim Emiola · 10 years ago
  57. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 10 years ago
  58. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 10 years ago
  59. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 10 years ago
  60. b22a21e Update RPC server to use the new call API by Tim Emiola · 10 years ago
  61. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 10 years ago
  62. 05e934f Rewrite client_server_spec to use the new call API by Tim Emiola · 10 years ago
  63. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 10 years ago
  64. 1dae4ac Adds Call#run_batch by Tim Emiola · 10 years ago
  65. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 10 years ago
  66. 6de558f Exposes the implementation of CompletionQueue#pluck by Tim Emiola · 10 years ago
  67. 6b493a3 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods by Tim Emiola · 10 years ago
  68. 37b09f4 Adds the call operation codes by Tim Emiola · 10 years ago
  69. 564719d Updates Channel#create_call to the new API by Tim Emiola · 10 years ago
  70. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  71. 14e941d Bump ruby version to match the new release by Tim Emiola · 10 years ago
  72. e6c108e Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefile by Michael Lumish · 10 years ago
  73. f20d760 Updates the Rakefile by Tim Emiola · 10 years ago
  74. f3770c3 Renables the test checking the server can send the initial bidi message by Tim Emiola · 10 years ago
  75. 601869b Enables some incorrectly disabled tests by Tim Emiola · 10 years ago
  76. 77e2fb0 Corrects the handling of metadata when the optional deadline is specified by Tim Emiola · 10 years ago
  77. 0e93c92 Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls by Michael Lumish · 10 years ago
  78. 6c398b3 Merge pull request #1079 from tbetbetbe/grpc_ruby_adds_metadata_server_active_call_view by Michael Lumish · 10 years ago
  79. e52995e Adds back calls to #finish at the end of server calls by Tim Emiola · 10 years ago
  80. 62e3cc8 Exposes the metadata method in server-side ActiveCall view classes by Tim Emiola · 10 years ago
  81. d5c733e Fixes reference to variable in the auth package by Tim Emiola · 10 years ago
  82. c20324e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  83. 3e0f48b Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependencies by Michael Lumish · 10 years ago
  84. dfa5efb Removes unused dependencies by Tim Emiola · 10 years ago
  85. 485f0ed Corrects the host used in the client_server spec tests by Tim Emiola · 10 years ago
  86. 4c7caf6 Fix for #804 by Tim Emiola · 10 years ago
  87. c32375c Decompose the ClientStub initialize method by Tim Emiola · 10 years ago
  88. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  89. 0ce8edc Updates ruby code affected by the secure server API change by Tim Emiola · 10 years ago
  90. 3a0d976 Updates the ruby C extension to match the new secure C server API by Tim Emiola · 10 years ago
  91. 8104988 Merge pull request #894 from mattn/ruby-2.2.0 by Tim Emiola · 10 years ago
  92. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 10 years ago
  93. b9e1563 Support ruby 2.2.0 by mattn · 10 years ago
  94. 6a4c4fa Added ruby tests to run_tests.py by murgatroid99 · 10 years ago
  95. 46566b8 Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.' by Aggelos Avgerinos · 10 years ago
  96. 866816f Merge pull request #826 from tbetbetbe/grpc-ruby-update-gemspec-licencse by Abhishek Kumar · 10 years ago
  97. c4a4288 Update grpc.gemspec by Tim Emiola · 10 years ago
  98. ed3671e Synchronize initial package versions by Tim Emiola · 10 years ago
  99. 7708998 Tmp fix: splits the hostname from the host before creating a call by Tim Emiola · 10 years ago
  100. 1d5f2d2 Removes a redundant canary test by Tim Emiola · 10 years ago