1. 1c4dfc6 Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2 by Nicolas Noble · 8 years ago
  2. 3f2fad6 Merge pull request #6371 from murgatroid99/ruby_tools_gem by Nicolas Noble · 8 years ago
  3. 791e93e Always build the grpc library when building the ruby extension. by Nicolas "Pixel" Noble · 8 years ago
  4. 8e4512b Reversed premature removal of a file by murgatroid99 · 8 years ago
  5. edb8b76 Simplified Ruby tools extension checking by murgatroid99 · 8 years ago
  6. faf3bfc Fixed grpc-tools.gemspec by murgatroid99 · 8 years ago
  7. 3b29325 Created grpc-tools ruby gem for distributing protoc and the plugin by murgatroid99 · 8 years ago
  8. 9003768 Fixed unused parameter error by murgatroid99 · 8 years ago
  9. 9e3538c Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  10. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  11. e6077b8 Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby by Jan Tattermusch · 8 years ago
  12. 8cc7332 Merge pull request #6266 from murgatroid99/ruby_stress_client by Jan Tattermusch · 8 years ago
  13. deadbcd Wrap delegate line to fix a Rubocop error about line length by Eric Richardson · 8 years ago
  14. 79108d0 Changed some 'require' to 'require_relative' and modified rpc_server slightly by murgatroid99 · 8 years ago
  15. ddaa69f Got Ruby stress client working, with some modifications to interop tests by murgatroid99 · 8 years ago
  16. e621f13 Simplified ruby interop test files by murgatroid99 · 8 years ago
  17. 336b744 Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method by Eric Richardson · 8 years ago
  18. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 8 years ago
  19. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  20. bdfaf48 Short-circuit `peer_cert` if we're insecure or unauthenticated by Eric Richardson · 8 years ago
  21. b2f3a02 Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView by Eric Richardson · 8 years ago
  22. 69d735a Add peer_cert method to Ruby call object by Eric Richardson · 8 years ago
  23. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  24. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  25. 5aff099 Merge pull request #6189 from y-zeng/default-verbosity by Yuchen Zeng · 8 years ago
  26. b54f2ae actually stop benchmark server by Jan Tattermusch · 8 years ago
  27. 3849335 remove trailing whitespaces by Jan Tattermusch · 8 years ago
  28. 2e7d957 Provide a function that converts grpc_call_error values into a string by Yuchen Zeng · 8 years ago
  29. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  30. 8079afa New CQ for each client call by vjpai · 8 years ago
  31. c086285 ruby: Add test case for referring external package by Jun Mukai · 8 years ago
  32. aa4a7f5 Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadata by Jan Tattermusch · 8 years ago
  33. abb4f5f Merge pull request #6070 from ctiller/head-of-line-blocking by Jan Tattermusch · 8 years ago
  34. 895c111 Make ruby library conform to status code spec by murgatroid99 · 8 years ago
  35. 725aaf2 Fix codegen by Craig Tiller · 8 years ago
  36. eddcd85 Merge pull request #6010 from vjpai/i_know_rubies by Jan Tattermusch · 8 years ago
  37. bc846f7 Add spec to make sure invalid metadata values raise ArgumentError by Rafael Sales · 8 years ago
  38. ac491d8 Raise on unexpected metadata values by Rafael Sales · 8 years ago
  39. 5562807 Support many oustanding RPCs per channel - forgot to do this last time by Vijay Pai · 8 years ago
  40. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  41. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  42. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 8 years ago
  43. 828558a Merge branch 'master' into i_know_rubies by Vijay Pai · 8 years ago
  44. d9389a8 Support secure client by vjpai · 8 years ago
  45. cf36f85 Support server-side secure test. by vjpai · 8 years ago
  46. ed25a33 Improved formatting by vjpai · 8 years ago
  47. 5286eee Add streaming client by vjpai · 8 years ago
  48. ad1c1cc Add support for unary client, closed-loop or poisson by vjpai · 8 years ago
  49. e33f936 Merge branch 'release-0_13' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  50. d7f43b3 Fix scoping for client, in preparation for implementation by vjpai · 8 years ago
  51. e8ff388 Fix scope on an each - no need for class scope by vjpai · 8 years ago
  52. 45be26e Working ruby server implementation by vjpai · 8 years ago
  53. 691387a Make histogram more canonically Ruby-style by vjpai · 8 years ago
  54. 375d1f4 Better memory management for grpc_rb_byte_buffer_to_s. by Nicolas "Pixel" Noble · 8 years ago
  55. 97daf35 Fix Ruby memory leaks by Zhuochun · 8 years ago
  56. 343718e Merge branch 'master' into i_know_rubies by vjpai · 8 years ago
  57. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  58. 8c9edc2 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  59. 05afaa8 Add GC marking for composite credentials by murgatroid99 · 8 years ago
  60. 3eaaf39 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  61. 6586599 Merge pull request #5744 from murgatroid99/ruby_gc_mark_credentials_callback by Jan Tattermusch · 8 years ago
  62. c6b1a71 Merge pull request #5490 from murgatroid99/ruby_call_credentials_log_error by Jan Tattermusch · 8 years ago
  63. 75291c9 Initial skeleton of benchmark client and server by vjpai · 8 years ago
  64. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  65. fdeacd9 Initial work for Ruby performance testing by vjpai · 8 years ago
  66. a36ec16 regenerated projects by David Garcia Quintas · 8 years ago
  67. 2c24743 Merge branch 'master' into ruby_call_credentials_log_error by murgatroid99 · 8 years ago
  68. 4f7ffa0 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  69. a00d7c0 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  70. 096386f Add GC marking for composite credentials by murgatroid99 · 8 years ago
  71. 93019f7 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  72. 9f0f1e3 Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  73. 7885ea5 Add a place for tests by Craig Tiller · 8 years ago
  74. 280eedd Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  75. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 8 years ago
  76. 3c77ff4 Fix copyright by murgatroid99 · 8 years ago
  77. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 8 years ago
  78. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  79. 011641b Minor fix to backtrace retreival code by murgatroid99 · 8 years ago
  80. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 8 years ago
  81. 8b28076 Add error output for failed ruby credentials plugin by murgatroid99 · 8 years ago
  82. 0cc8242 regenerate imports by Alistair Veitch · 8 years ago
  83. 84a74f8 Merge pull request #5327 from yang-g/v1alpha_to_v1 by Yang Gao · 8 years ago
  84. 88966ab Merge pull request #5348 from nicolasnoble/backport-merge by Nicolas Noble · 8 years ago
  85. 1280fdb Merge branch 'master' into backport-merge by Nicolas "Pixel" Noble · 8 years ago
  86. 88dc3c5 Adding an explanatory comment. by Nicolas "Pixel" Noble · 8 years ago
  87. cb90397 Adding the init / destruct of grpc for ruby in a gpr_once. by Nicolas "Pixel" Noble · 8 years ago
  88. 6f4f02c Slightly better workaround given the circumstances. by Nicolas "Pixel" Noble · 8 years ago
  89. b5b6272 Fixing a reported ruby crash when using ruby_vm_at_exit. by Nicolas "Pixel" Noble · 8 years ago
  90. f4fc61c fix ruby impl and test by yang-g · 8 years ago
  91. 3165c09 regenerate csharp and ruby service from proto by yang-g · 8 years ago
  92. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  93. 6397660 Flagging the missing API entries. by Nicolas "Pixel" Noble · 8 years ago
  94. 73f5d7c Fix copyrights by murgatroid99 · 8 years ago
  95. 4999ba9 Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular import warning by murgatroid99 · 8 years ago
  96. 6910ce8 Flagging 0.13.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  97. 7a925f7 Flagging the release. by Nicolas "Pixel" Noble · 8 years ago
  98. 017f84e Merge pull request #5078 from ctiller/compatibility_mode by Craig Tiller · 8 years ago
  99. b14ea1d Revert Ruby version specialization by Masood Malekghassemi · 8 years ago
  100. c0473cc Merge github.com:grpc/grpc into compress by Craig Tiller · 8 years ago