1. 291800b Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md by Jan Tattermusch · 9 years ago
  2. 154db73 Remove usage of xray by Tim Emiola · 9 years ago
  3. 9a0ae03 Adds support for updating the output metadata to calls by Tim Emiola · 9 years ago
  4. 8661a43 Propagate metadata in BadStatus by Tim Emiola · 9 years ago
  5. 1c5faea Allow BadStatus to contain metadata by Tim Emiola · 9 years ago
  6. 3fd2be2 Adds a hook for returning the client connect metadata by Tim Emiola · 9 years ago
  7. f9e77b3 Refactor: Shorter methods in RpcServer by Tim Emiola · 9 years ago
  8. e6be7f3 Refactor: Move the Pool out from RpcServer by Tim Emiola · 9 years ago
  9. bf6d78c Fixes error with the keep-alive by Tim Emiola · 9 years ago
  10. 9558460 Adds a #run_till_terminated func to RpcServer by Tim Emiola · 9 years ago
  11. a10a843 Corrects handling of status during bidi call orchestration. by Tim Emiola · 9 years ago
  12. 1b39916 Adds an explicit Cancellation exception by Tim Emiola · 9 years ago
  13. 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
  14. e1fd1bb Update the version to 0.6.1 by Tim Emiola · 9 years ago
  15. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  16. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 9 years ago
  17. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 9 years ago
  18. b22a21e Update RPC server to use the new call API by Tim Emiola · 9 years ago
  19. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 9 years ago
  20. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  21. 14e941d Bump ruby version to match the new release by Tim Emiola · 9 years ago
  22. 601869b Enables some incorrectly disabled tests by Tim Emiola · 9 years ago
  23. 77e2fb0 Corrects the handling of metadata when the optional deadline is specified by Tim Emiola · 9 years ago
  24. 0e93c92 Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls by Michael Lumish · 9 years ago
  25. e52995e Adds back calls to #finish at the end of server calls by Tim Emiola · 9 years ago
  26. 62e3cc8 Exposes the metadata method in server-side ActiveCall view classes by Tim Emiola · 9 years ago
  27. c20324e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  28. 4c7caf6 Fix for #804 by Tim Emiola · 10 years ago
  29. c32375c Decompose the ClientStub initialize method by Tim Emiola · 10 years ago
  30. 0ce8edc Updates ruby code affected by the secure server API change by Tim Emiola · 10 years ago
  31. 46566b8 Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.' by Aggelos Avgerinos · 10 years ago
  32. ed3671e Synchronize initial package versions by Tim Emiola · 10 years ago
  33. 7708998 Tmp fix: splits the hostname from the host before creating a call by Tim Emiola · 10 years ago
  34. 494f2f9 Remove the ruby gRPC auth implementation by Tim Emiola · 10 years ago
  35. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 10 years ago
  36. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  37. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  38. 638a68b Removes the line that sed could not fix by Tim Emiola · 10 years ago
  39. 7e7911f Updates the module name in the idiomatic and stub layers by Tim Emiola · 10 years ago
  40. 1a22275 Stop calling finish on server calls by Tim Emiola · 10 years ago
  41. 03d70c6 Adds updater_proc, to simplify the setup of credentials during stub creation by Tim Emiola · 10 years ago
  42. 11f75fa Ensures the auth modules are available with just require 'grpc' by Tim Emiola · 10 years ago
  43. 4694df3 Adds compute engine auth implementation that extends the signet auth class by Tim Emiola · 10 years ago
  44. 720bc81 Adds a signet based service_account creds implementation by Tim Emiola · 10 years ago
  45. 5d6dfd5 Extends signet with an apply/apply! methods by Tim Emiola · 10 years ago
  46. f875aa3 Removed port_picker from active_call_spec, fixed some style issues by Tim Emiola · 10 years ago
  47. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  48. eaed637 Removes Google username from TODOs, removes defunct TODOs by Tim Emiola · 10 years ago
  49. 1bbe9ea Removed beefcake extension hook, it was no longer needed by Tim Emiola · 10 years ago
  50. c6a33a2 Removed unexpected reference to auth.rb by Tim Emiola · 10 years ago
  51. 2b56376 Updates ruby to stop using grpc_start_invoke by Tim Emiola · 10 years ago
  52. e2860c5 Adds rubocop and fixes most style violations it detected by Tim Emiola · 10 years ago
  53. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  54. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  55. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  56. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  57. 6e48a42 Switches to using protobuf-ruby. by temiola · 10 years ago
  58. 21bb60c Exposes event#finish as #close. by temiola · 10 years ago
  59. 5832791 Adds support for trailing metadata by temiola · 10 years ago
  60. 66335e1 Corrects the incorrect duplex behaviour of bidi_call.rb by temiola · 10 years ago
  61. 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago
  62. 4a3be1c Update modules and packages to allow for a single grpc import by temiola · 10 years ago
  63. 6919c75 Adds support for metadata to the surface APIs by temiola · 10 years ago
  64. ba22e87 Adds ruby versions of the interop server and client by temiola · 10 years ago
  65. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  66. 097ef9b Incorporating ruby into the master grpc repository. by nnoble · 10 years ago