1. a4c2d7d Fixed encoding for bytes fields in the ruby interop server by murgatroid99 · 9 years ago
  2. 59e5472 Fix encoding for bytes fields in ruby interop client by murgatroid99 · 9 years ago
  3. de95cb0 update ruby to new position of math.proto and health.proto by Jan Tattermusch · 9 years ago
  4. 8956122 consolidate math.proto and health.proto by Jan Tattermusch · 9 years ago
  5. c78b683 Added explicit dependency on signet to gemspec by murgatroid99 · 9 years ago
  6. 96847ef Making ruby's gcov configuration work. by Nicolas "Pixel" Noble · 9 years ago
  7. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  8. 802f6b6 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert by Julien Boeuf · 9 years ago
  9. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  10. 06029a0 Merge pull request #4120 from tbetbetbe/grpc_ruby_fix_compile_on_2_0_typed_free_immediately by Michael Lumish · 9 years ago
  11. 9161a82 Corrects compile error on ruby 2.0 by Tim Emiola · 9 years ago
  12. 75065d4 Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test by Michael Lumish · 9 years ago
  13. a082435 Updates interop client/server logging by Tim Emiola · 9 years ago
  14. 69a672e Adds standard logging to the client/server by Tim Emiola · 9 years ago
  15. 7d21c04 Fixes a multithreading bug in the ruby rpc_server by Tim Emiola · 9 years ago
  16. 24fdc17 Ensures that bidi calls obtain metadata. by Tim Emiola · 9 years ago
  17. b48236a Fixes an issue running the tests on Ruby2.2 by Tim Emiola · 9 years ago
  18. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  19. 785d8ae Merge pull request #4009 from jtattermusch/add_badges by Michael Lumish · 9 years ago
  20. a9b933e Add gem badge by Jan Tattermusch · 9 years ago
  21. 43a7e4e Ruby wrapping of core credentials API change. by Tim Emiola · 9 years ago
  22. 9332ea6 Updates channel credentials by Tim Emiola · 9 years ago
  23. fe3d9ea fix ruby per_rpc_creds by Jan Tattermusch · 9 years ago
  24. 651ebdd Merge pull request #3861 from jtattermusch/ruby_use_tls by Michael Lumish · 9 years ago
  25. 73b3eea accept --use_tls=true and --use_test_ca=true in ruby by Jan Tattermusch · 9 years ago
  26. aad1a34 Add newline to .rubocop.yml by murgatroid99 · 9 years ago
  27. 3c09a64 Fixed previous change, altered RuboCop settings to let me do so by murgatroid99 · 9 years ago
  28. 59e339b Made ruby server stop waiting for calls when it starts getting null calls by murgatroid99 · 9 years ago
  29. bfe8a9f Fixes the broken ruby interop tests by Tim Emiola · 9 years ago
  30. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  31. 383d7da Bugfix: correct circular arg ref by Tim Emiola · 9 years ago
  32. 557d26f Remove a bad flaky rpc server test by Tim Emiola · 9 years ago
  33. 495ad77 Merge pull request #3475 from tbetbetbe/release-0_11 by Stanley Cheung · 9 years ago
  34. 0deeb04 Bump version to reflect changes to the gRPC ruby package by Tim Emiola · 9 years ago
  35. c03138a Fixes bins in the grpc beta package by Tim Emiola · 9 years ago
  36. 98ef7a2 Update status to Beta by Tim Emiola · 9 years ago
  37. 581846b Update debian install instructions, jessie-backports by Stanley Cheung · 9 years ago
  38. c88e834 Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability by Stanley Cheung · 9 years ago
  39. cbdfaba Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_version by Michael Lumish · 9 years ago
  40. bab6706 Bumps the ruby version to beta by Tim Emiola · 9 years ago
  41. 391664a Improves test stability by Tim Emiola · 9 years ago
  42. 519e27d Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certs by Michael Lumish · 9 years ago
  43. 643ebb6 Fixes a comment by Tim Emiola · 9 years ago
  44. 934ae9a Make insecure construction explicit, to address #2614 by Tim Emiola · 9 years ago
  45. 73a540a Update sites using ServerCredentials.new by Tim Emiola · 9 years ago
  46. 14d0a3c Updates implementation of rb_server_credentials by Tim Emiola · 9 years ago
  47. a058162 Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-server by Stanley Cheung · 9 years ago
  48. 81d950a Updates server shutdown handling by Tim Emiola · 9 years ago
  49. aec4ac8 update debian unstable to testing by Stanley Cheung · 9 years ago
  50. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  51. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  52. 10cab13 Merge pull request #3013 from tbetbetbe/grpc-ruby-support-per-message-compression by Michael Lumish · 9 years ago
  53. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  54. 1894f18 update installation instructions, review feedback by Stanley Cheung · 9 years ago
  55. 5329e4b update installation instructions, review feedback by Stanley Cheung · 9 years ago
  56. a79a896 update installation instructions, review feedback by Stanley Cheung · 9 years ago
  57. dbeb1cd update debian install instructions by Stanley Cheung · 9 years ago
  58. 89bede0 Merge pull request #2983 from tbetbetbe/grpc-ruby-correct-logconfig-fix-interop-tests by Michael Lumish · 9 years ago
  59. 27ccd19 Corrects logconfig from #2956 by Tim Emiola · 9 years ago
  60. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  61. 25f5011 Remove the runtime dependency on the logging gem. by Tim Emiola · 9 years ago
  62. ac1a8d3 Adds a test for ruby code generation. by Tim Emiola · 9 years ago
  63. 19e436d Removes the dependency on Minitest by Tim Emiola · 9 years ago
  64. f4ee961 Reorganize interop test files. by Tim Emiola · 9 years ago
  65. 53c85d6 Update the generated code for the interop service. by Tim Emiola · 9 years ago
  66. 723569b Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-service by Jan Tattermusch · 9 years ago
  67. a5d39f7 Merges timeout interop test change by Tim Emiola · 9 years ago
  68. 975d0cb Add a health checker service implementation. by Tim Emiola · 9 years ago
  69. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  70. 49b7650 Breaks API - switches timeout to a keyword arg. by Tim Emiola · 9 years ago
  71. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  72. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  73. 046094d Merged with HEAD by Tim Emiola · 9 years ago
  74. 9fbfb5b Fixes a lint issue. by Tim Emiola · 9 years ago
  75. be88526 adds ruby aliases of the propagation masks by Tim Emiola · 9 years ago
  76. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  77. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  78. bc447de Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host by Jan Tattermusch · 9 years ago
  79. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  80. 73578f7 Merge pull request #2887 from tbetbetbe/grpc-ruby-default-timeout-of-infinity-will-clearly-not-suprise-most-users by Nathaniel Manista · 9 years ago
  81. 17b1659 Corrects the way the gemspec references files by Tim Emiola · 9 years ago
  82. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  83. 23e0f88 Aligns with the cognoscenti on timeouts by Tim Emiola · 9 years ago
  84. 844c449 Merge pull request #2886 from tbetbetbe/grpc-ruby-add-primary-user-agent-key by Stanley Cheung · 9 years ago
  85. 10ddfde Adds grpc.primary_user_agent key during stub creation by Tim Emiola · 9 years ago
  86. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  87. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  88. f75df57 Working on ruby. by Nicolas "Pixel" Noble · 9 years ago
  89. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  90. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  91. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  92. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  93. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  94. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  95. d116a2d Merge pull request #2632 from marcinwyszynski/master by Michael Lumish · 9 years ago
  96. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  97. a5fea60 array_length and it's counter types should match by Marcin Wyszynski · 9 years ago
  98. 1a2ac33 Avoid stupid double conversion by Marcin Wyszynski · 9 years ago
  99. ea0c18b Make time_t to int conversion explicit on tv_nsec by Marcin Wyszynski · 9 years ago
  100. ac91edd Avoid implicit conversion on array_length by Marcin Wyszynski · 9 years ago