1. eec7a91 Add Ruby server interceptors by Shaun McCormick · 7 years ago
  2. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  3. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  4. 8f3f2f4 Fix ruby:{python,csharp,csharpcoreclr}_server behavior by ncteisen · 8 years ago
  5. 9dc0ca0 Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side by ncteisen · 8 years ago
  6. 56610d4 Address github comments by ncteisen · 8 years ago
  7. 46b716d Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_server_side by ncteisen · 8 years ago
  8. 2e3972a Add advanced interop test behavior for Ruby server side by ncteisen · 8 years ago
  9. ef4ceda Add advanced interop tests for Ruby client by Noah Eisen · 8 years ago
  10. 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  11. 174aa91 change client code to use specific exceptions and throw bad status if by Alexander Polcyn · 8 years ago
  12. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  13. 689e89c dont create extra thread on bidi call in benchmark, and change suggested by Alexander Polcyn · 8 years ago
  14. 8302b12 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  15. 5a2c918 Updated ruby protos to use new _pb filename by Ken Payson · 8 years ago
  16. 535b71d changed compression request streaming enumerable to set write flag on every message by Alexander Polcyn · 8 years ago
  17. 3403565 updated inner class comment by Alexander Polcyn · 8 years ago
  18. 81aab14 simplified client streaming compression request enumerable by Alexander Polcyn · 8 years ago
  19. cdff92f added ruby client compression interop tests by Alexander Polcyn · 8 years ago
  20. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  21. 67e2525 Fix handling of one error in bidi calls, and one interop server method by murgatroid99 · 8 years ago
  22. 89f7cc5 Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes by murgatroid99 · 8 years ago
  23. 635c1ca Fixed ruby timeout_on_sleeping_server implementation by murgatroid99 · 8 years ago
  24. 11ca9d8 Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments by Jan Tattermusch · 8 years ago
  25. 74cb8f5 Removed remaining reference to timeout argument from ruby interop client by murgatroid99 · 8 years ago
  26. fb2877d Updated ruby interop client with keyword argument changes by murgatroid99 · 8 years ago
  27. b39ad70 Added comments to ruby code generation by murgatroid99 · 8 years ago
  28. ddaa69f Got Ruby stress client working, with some modifications to interop tests by murgatroid99 · 8 years ago
  29. e621f13 Simplified ruby interop test files by murgatroid99 · 8 years ago
  30. c086285 ruby: Add test case for referring external package by Jun Mukai · 8 years ago
  31. eddcd85 Merge pull request #6010 from vjpai/i_know_rubies by Jan Tattermusch · 8 years ago
  32. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  33. fdeacd9 Initial work for Ruby performance testing by vjpai · 8 years ago
  34. f4fc61c fix ruby impl and test by yang-g · 8 years ago
  35. 3165c09 regenerate csharp and ruby service from proto by yang-g · 8 years ago
  36. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  37. 69108a3 Resolved merge conflicts with upstream/release-0_12 by murgatroid99 · 9 years ago
  38. 24e826e Updated dependencies, fixed a couple of tests by murgatroid99 · 9 years ago
  39. 00450af Made ruby per-rpc creds interop use auth plugin API by murgatroid99 · 9 years ago
  40. d24424f Fixed stub construction in interop client by murgatroid99 · 9 years ago
  41. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
  42. a6b2c4c Get rid of SSL_CERT_FILE env entirely by Jan Tattermusch · 9 years ago
  43. a4c2d7d Fixed encoding for bytes fields in the ruby interop server by murgatroid99 · 9 years ago
  44. 59e5472 Fix encoding for bytes fields in ruby interop client by murgatroid99 · 9 years ago
  45. de95cb0 update ruby to new position of math.proto and health.proto by Jan Tattermusch · 9 years ago
  46. 8956122 consolidate math.proto and health.proto by Jan Tattermusch · 9 years ago
  47. cfa26e1 Plumb CallCredentials through Ruby code, replacing metadata_updater functionality by murgatroid99 · 9 years ago
  48. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  49. a082435 Updates interop client/server logging by Tim Emiola · 9 years ago
  50. 69a672e Adds standard logging to the client/server by Tim Emiola · 9 years ago
  51. 43a7e4e Ruby wrapping of core credentials API change. by Tim Emiola · 9 years ago
  52. fe3d9ea fix ruby per_rpc_creds by Jan Tattermusch · 9 years ago
  53. 73b3eea accept --use_tls=true and --use_test_ca=true in ruby by Jan Tattermusch · 9 years ago
  54. c03138a Fixes bins in the grpc beta package by Tim Emiola · 9 years ago
  55. 73a540a Update sites using ServerCredentials.new by Tim Emiola · 9 years ago
  56. 19e436d Removes the dependency on Minitest by Tim Emiola · 9 years ago
  57. f4ee961 Reorganize interop test files. by Tim Emiola · 9 years ago
  58. 53c85d6 Update the generated code for the interop service. by Tim Emiola · 9 years ago
  59. 975d0cb Add a health checker service implementation. by Tim Emiola · 9 years ago