1. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  2. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago
  3. f624a79 Merge pull request #6537 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  4. 0840b85 Merge pull request #6500 from murgatroid99/ruby_user_agent by Jan Tattermusch · 8 years ago
  5. 38c6cfb Merge pull request #6536 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  6. 7573dfc Fixed references in grpc-tools gemspec by murgatroid99 · 8 years ago
  7. 2c75731 The release branch is now 0.14.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  8. 5ecdda7 Processing the 0.14 release. by Nicolas "Pixel" Noble · 8 years ago
  9. fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  10. de88da9 Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing by Nicolas Noble · 8 years ago
  11. 585ceca Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby by murgatroid99 · 8 years ago
  12. 3080ede Allow Ruby client code to set a user agent by murgatroid99 · 8 years ago
  13. 0545d7f Revert "Merge pull request #6214 from makdharma/master" by Nicolas "Pixel" Noble · 8 years ago
  14. 03f7e99 Merge pull request #6472 from murgatroid99/ruby_signal_handling2 by Jan Tattermusch · 8 years ago
  15. 42342cb Revert "cronet wrapper code" by Craig Tiller · 8 years ago
  16. cf239e7 Add a default handler to Ruby services that returns UNIMPLEMENTED by murgatroid99 · 8 years ago
  17. 41fd37b Poll for signals more frequently, for greater responsiveness by murgatroid99 · 8 years ago
  18. 873e419 Added explanation about handling signals in C by murgatroid99 · 8 years ago
  19. 6bbe369 Make Ruby library terminate on Ctrl+C on client and server by murgatroid99 · 8 years ago
  20. 19c46c3 Merge remote-tracking branch 'google/release-0_14' by Nicolas "Pixel" Noble · 8 years ago
  21. 24ccbed Merge pull request #6458 from nicolasnoble/ruby-fixes by Nicolas Noble · 8 years ago
  22. 16caa50 Master is now 0.15.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  23. 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  24. 48d833a Merge pull request #6214 from makdharma/master by Nicolas Noble · 8 years ago
  25. 9fcdc87 Cleaning up includes. by Nicolas "Pixel" Noble · 8 years ago
  26. 88f56e5 'exception_info' is a bad word for Windows... by Nicolas "Pixel" Noble · 8 years ago
  27. d8b07cb Let's not compile grpc under Windows - it's taken care of already. by Nicolas "Pixel" Noble · 8 years ago
  28. 2b6a2ab Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby by murgatroid99 · 8 years ago
  29. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 8 years ago
  30. 59dfee8 Fixed rubocop issues with newest changes by murgatroid99 · 8 years ago
  31. 38281cf Ruby: improve server error handling, fix a reference error by murgatroid99 · 8 years ago
  32. 70f697b reran generate_projects.sh after @nnoble's fix in PR6399. by Makarand Dharmapurikar · 8 years ago
  33. 1c4dfc6 Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2 by Nicolas Noble · 8 years ago
  34. 3f2fad6 Merge pull request #6371 from murgatroid99/ruby_tools_gem by Nicolas Noble · 8 years ago
  35. 791e93e Always build the grpc library when building the ruby extension. by Nicolas "Pixel" Noble · 9 years ago
  36. 8e4512b Reversed premature removal of a file by murgatroid99 · 8 years ago
  37. edb8b76 Simplified Ruby tools extension checking by murgatroid99 · 8 years ago
  38. 63ee8ce Reran tools/buildgen/generate_projects.sh again. by Makarand Dharmapurikar · 8 years ago
  39. faf3bfc Fixed grpc-tools.gemspec by murgatroid99 · 8 years ago
  40. 3b29325 Created grpc-tools ruby gem for distributing protoc and the plugin by murgatroid99 · 8 years ago
  41. 9003768 Fixed unused parameter error by murgatroid99 · 8 years ago
  42. 9e3538c Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  43. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  44. e6077b8 Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby by Jan Tattermusch · 8 years ago
  45. 8cc7332 Merge pull request #6266 from murgatroid99/ruby_stress_client by Jan Tattermusch · 8 years ago
  46. deadbcd Wrap delegate line to fix a Rubocop error about line length by Eric Richardson · 8 years ago
  47. 79108d0 Changed some 'require' to 'require_relative' and modified rpc_server slightly by murgatroid99 · 8 years ago
  48. ddaa69f Got Ruby stress client working, with some modifications to interop tests by murgatroid99 · 8 years ago
  49. e621f13 Simplified ruby interop test files by murgatroid99 · 8 years ago
  50. 336b744 Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method by Eric Richardson · 8 years ago
  51. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 8 years ago
  52. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  53. bdfaf48 Short-circuit `peer_cert` if we're insecure or unauthenticated by Eric Richardson · 8 years ago
  54. b2f3a02 Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView by Eric Richardson · 8 years ago
  55. 69d735a Add peer_cert method to Ruby call object by Eric Richardson · 8 years ago
  56. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  57. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 9 years ago
  58. 5aff099 Merge pull request #6189 from y-zeng/default-verbosity by Yuchen Zeng · 8 years ago
  59. b54f2ae actually stop benchmark server by Jan Tattermusch · 8 years ago
  60. 3849335 remove trailing whitespaces by Jan Tattermusch · 8 years ago
  61. 2e7d957 Provide a function that converts grpc_call_error values into a string by Yuchen Zeng · 8 years ago
  62. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  63. 8079afa New CQ for each client call by vjpai · 8 years ago
  64. c086285 ruby: Add test case for referring external package by Jun Mukai · 9 years ago
  65. aa4a7f5 Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadata by Jan Tattermusch · 9 years ago
  66. abb4f5f Merge pull request #6070 from ctiller/head-of-line-blocking by Jan Tattermusch · 9 years ago
  67. 895c111 Make ruby library conform to status code spec by murgatroid99 · 9 years ago
  68. 725aaf2 Fix codegen by Craig Tiller · 9 years ago
  69. eddcd85 Merge pull request #6010 from vjpai/i_know_rubies by Jan Tattermusch · 9 years ago
  70. bc846f7 Add spec to make sure invalid metadata values raise ArgumentError by Rafael Sales · 9 years ago
  71. ac491d8 Raise on unexpected metadata values by Rafael Sales · 9 years ago
  72. 5562807 Support many oustanding RPCs per channel - forgot to do this last time by Vijay Pai · 9 years ago
  73. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 9 years ago
  74. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  75. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 9 years ago
  76. 828558a Merge branch 'master' into i_know_rubies by Vijay Pai · 9 years ago
  77. d9389a8 Support secure client by vjpai · 9 years ago
  78. cf36f85 Support server-side secure test. by vjpai · 9 years ago
  79. ed25a33 Improved formatting by vjpai · 9 years ago
  80. 5286eee Add streaming client by vjpai · 9 years ago
  81. ad1c1cc Add support for unary client, closed-loop or poisson by vjpai · 9 years ago
  82. e33f936 Merge branch 'release-0_13' into manual-upmerge by Nicolas "Pixel" Noble · 9 years ago
  83. d7f43b3 Fix scoping for client, in preparation for implementation by vjpai · 9 years ago
  84. e8ff388 Fix scope on an each - no need for class scope by vjpai · 9 years ago
  85. 45be26e Working ruby server implementation by vjpai · 9 years ago
  86. 691387a Make histogram more canonically Ruby-style by vjpai · 9 years ago
  87. 375d1f4 Better memory management for grpc_rb_byte_buffer_to_s. by Nicolas "Pixel" Noble · 9 years ago
  88. 97daf35 Fix Ruby memory leaks by Zhuochun · 9 years ago
  89. 343718e Merge branch 'master' into i_know_rubies by vjpai · 9 years ago
  90. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 9 years ago
  91. 8c9edc2 Make channels and calls properly mark references to their credentials by murgatroid99 · 9 years ago
  92. 05afaa8 Add GC marking for composite credentials by murgatroid99 · 9 years ago
  93. 3eaaf39 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 9 years ago
  94. 6586599 Merge pull request #5744 from murgatroid99/ruby_gc_mark_credentials_callback by Jan Tattermusch · 9 years ago
  95. c6b1a71 Merge pull request #5490 from murgatroid99/ruby_call_credentials_log_error by Jan Tattermusch · 9 years ago
  96. 75291c9 Initial skeleton of benchmark client and server by vjpai · 9 years ago
  97. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 9 years ago
  98. fdeacd9 Initial work for Ruby performance testing by vjpai · 9 years ago
  99. a36ec16 regenerated projects by David Garcia Quintas · 9 years ago
  100. 2c24743 Merge branch 'master' into ruby_call_credentials_log_error by murgatroid99 · 9 years ago