1. e5293c3 combine more core batch ops by Alex Polcyn · 8 years ago
  2. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  3. d57bbe7 Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master by kpayson64 · 8 years ago
  4. 5c8efc1 remove log statements that showing contents of messages by Alexander Polcyn · 8 years ago
  5. 9c74487 Use thread pool from concurrent-ruby on ruby server by Alexander Polcyn · 8 years ago
  6. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  7. 69a2fc8 Merge pull request #7293 from apolcyn/send_metadata_from_server_handler by kpayson64 · 8 years ago
  8. 17d5c07 use sent flag only under mutex and dont fail in send_initial_metadata by Alexander Polcyn · 8 years ago
  9. a9bc030 add mutex wrapper around sending and modifying of initial metadata by Alexander Polcyn · 8 years ago
  10. dc3d561 remove dedicated thread for read loop in ruby bidi calls by Alexander Polcyn · 8 years ago
  11. d9892bd Moved sending of initial metadata from server into server handler methods by Alex Polcyn · 8 years ago
  12. 580a64a Improved some Ruby inline documentation by murgatroid99 · 8 years ago
  13. 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
  14. ae466c8 Revert changes to SingleReqView and MultiReqView by murgatroid99 · 8 years ago
  15. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  16. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  17. 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
  18. 67e2525 Fix handling of one error in bidi calls, and one interop server method by murgatroid99 · 8 years ago
  19. 674f55a Fixed missing variable propagation by murgatroid99 · 8 years ago
  20. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  21. dce1ee6 Fixed ruby fd bug by Ken Payson · 8 years ago
  22. ae34a37 Finished updating code and tests with keyword argument changes by murgatroid99 · 8 years ago
  23. b0b5380 Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args by murgatroid99 · 8 years ago
  24. 76733cf Removed remaining references to old server handling code by murgatroid99 · 8 years ago
  25. b19f181 Avoid using unspecified keyword args where possible by murgatroid99 · 8 years ago
  26. 3080ede Allow Ruby client code to set a user agent by murgatroid99 · 8 years ago
  27. 03f7e99 Merge pull request #6472 from murgatroid99/ruby_signal_handling2 by Jan Tattermusch · 8 years ago
  28. cf239e7 Add a default handler to Ruby services that returns UNIMPLEMENTED by murgatroid99 · 9 years ago
  29. 6bbe369 Make Ruby library terminate on Ctrl+C on client and server by murgatroid99 · 9 years ago
  30. 59dfee8 Fixed rubocop issues with newest changes by murgatroid99 · 9 years ago
  31. 38281cf Ruby: improve server error handling, fix a reference error by murgatroid99 · 9 years ago
  32. e6077b8 Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby by Jan Tattermusch · 9 years ago
  33. deadbcd Wrap delegate line to fix a Rubocop error about line length by Eric Richardson · 9 years ago
  34. 79108d0 Changed some 'require' to 'require_relative' and modified rpc_server slightly by murgatroid99 · 9 years ago
  35. b2f3a02 Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView by Eric Richardson · 9 years ago
  36. 8079afa New CQ for each client call by vjpai · 9 years ago
  37. 895c111 Make ruby library conform to status code spec by murgatroid99 · 9 years ago
  38. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  39. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 9 years ago
  40. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 9 years ago
  41. fb2d8f5 Fixing copyrights. by Nicolas "Pixel" Noble · 9 years ago
  42. 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
  43. d899dce Few more fixes to the Ruby installation. by Nicolas "Pixel" Noble · 9 years ago
  44. 7fac30d Update copyright by murgatroid99 · 9 years ago
  45. a4d3d2c Fix typo in method call by murgatroid99 · 9 years ago
  46. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
  47. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
  48. f88008c Fixed a busy-wait in Ruby server run_till_terminated by murgatroid99 · 9 years ago
  49. cfa26e1 Plumb CallCredentials through Ruby code, replacing metadata_updater functionality by murgatroid99 · 9 years ago
  50. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  51. 75065d4 Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test by Michael Lumish · 9 years ago
  52. 7d21c04 Fixes a multithreading bug in the ruby rpc_server by Tim Emiola · 9 years ago
  53. 24fdc17 Ensures that bidi calls obtain metadata. by Tim Emiola · 9 years ago
  54. 43a7e4e Ruby wrapping of core credentials API change. by Tim Emiola · 9 years ago
  55. 3c09a64 Fixed previous change, altered RuboCop settings to let me do so by murgatroid99 · 9 years ago
  56. 59e339b Made ruby server stop waiting for calls when it starts getting null calls by murgatroid99 · 9 years ago
  57. bfe8a9f Fixes the broken ruby interop tests by Tim Emiola · 9 years ago
  58. 383d7da Bugfix: correct circular arg ref by Tim Emiola · 9 years ago
  59. 391664a Improves test stability by Tim Emiola · 9 years ago
  60. 81d950a Updates server shutdown handling by Tim Emiola · 9 years ago
  61. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  62. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  63. 49b7650 Breaks API - switches timeout to a keyword arg. by Tim Emiola · 9 years ago
  64. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  65. bc447de Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host by Jan Tattermusch · 9 years ago
  66. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  67. 23e0f88 Aligns with the cognoscenti on timeouts by Tim Emiola · 9 years ago
  68. 10ddfde Adds grpc.primary_user_agent key during stub creation by Tim Emiola · 9 years ago
  69. f88eecd Changed found? to implemented? by murgatroid99 · 9 years ago
  70. 3d6d058 Made ruby server return correct error code for unimplemented method by murgatroid99 · 9 years ago
  71. aa57bab Corrects the cancel_after_first_response behaviour by Tim Emiola · 9 years ago
  72. b1fa5d4 Ruby shutdown api migration by Tim Emiola · 9 years ago
  73. d62d345 Corrects the cancel_after_first_response test by Tim Emiola · 9 years ago
  74. dd7a036 Add's logging tweaks thread interaction for bidi_server by Tim Emiola · 9 years ago
  75. 4aba356 Various tweaks to improve server stability by Tim Emiola · 9 years ago
  76. f233d96 Encapsulate logger within GRPC module by Nick Gauthier · 9 years ago
  77. 57e7dc8 Ruby style changes: replace `== 0` with `zero?` by Aggelos Avgerinos · 10 years ago
  78. bae3a61 Really removes the string monkey-patch by Tim Emiola · 10 years ago
  79. 13363e3 make underscore a class method of GenericService by Tim Emiola · 10 years ago
  80. 9cb56f8 Move Notifier into its own file by Tim Emiola · 10 years ago
  81. 0a65578 Simplify debugging, avoid inspecting C-backed objects. by Tim Emiola · 10 years ago
  82. 117cc12 Fix failing interop servers by Tim Emiola · 10 years ago
  83. 291800b Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md by Jan Tattermusch · 10 years ago
  84. 154db73 Remove usage of xray by Tim Emiola · 10 years ago
  85. 9a0ae03 Adds support for updating the output metadata to calls by Tim Emiola · 10 years ago
  86. 8661a43 Propagate metadata in BadStatus by Tim Emiola · 10 years ago
  87. 3fd2be2 Adds a hook for returning the client connect metadata by Tim Emiola · 10 years ago
  88. f9e77b3 Refactor: Shorter methods in RpcServer by Tim Emiola · 10 years ago
  89. e6be7f3 Refactor: Move the Pool out from RpcServer by Tim Emiola · 10 years ago
  90. bf6d78c Fixes error with the keep-alive by Tim Emiola · 10 years ago
  91. 9558460 Adds a #run_till_terminated func to RpcServer by Tim Emiola · 10 years ago
  92. a10a843 Corrects handling of status during bidi call orchestration. by Tim Emiola · 10 years ago
  93. 1b39916 Adds an explicit Cancellation exception by Tim Emiola · 10 years ago
  94. 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
  95. 89cc873 Move timeout handling into the extension by Tim Emiola · 10 years ago
  96. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 10 years ago
  97. b22a21e Update RPC server to use the new call API by Tim Emiola · 10 years ago
  98. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 10 years ago
  99. 564719d Updates Channel#create_call to the new API by Tim Emiola · 10 years ago
  100. 601869b Enables some incorrectly disabled tests by Tim Emiola · 10 years ago