1. e8bced7 Fix codegen test under gcov config by Alexander Polcyn · 6 years ago
  2. ae937d3 Never throw CallErrors for failed bidi reads or writes by Alexander Polcyn · 6 years ago
  3. a9d16cc Merge pull request #13634 from hassox/ruby-module-name by apolcyn · 6 years ago
  4. 8b7007a Updates the ruby generator RubyAsType to correctly account for underscores in packages by Daniel Neighman · 7 years ago
  5. 7b87bab Refactor ruby server shutdown to fix a race by Alexander Polcyn · 7 years ago
  6. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  7. b14f1ea Disable soreuseport in ruby unit tests by Alexander Polcyn · 7 years ago
  8. a2044f8 metadata plugin update statuses in wrapped langs by Jan Tattermusch · 7 years ago
  9. 9f4a8ee Add HealthChecker helpers for setting statuses by Marko Bogdanović · 7 years ago
  10. f1b1ab0 return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set by Alexander Polcyn · 7 years ago
  11. eec7a91 Add Ruby server interceptors by Shaun McCormick · 7 years ago
  12. c0f4278 Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time by apolcyn · 7 years ago
  13. a594ba0 add a client side utility for extracting a google rpc status from a grpc::Status by Alexander Polcyn · 7 years ago
  14. 67fa513 make sure calls created in ruby unit tests are completed timely by Alexander Polcyn · 7 years ago
  15. e387852 Catch NotImplementedError exceptions and forward them to the client. by John Millikin · 7 years ago
  16. 240f35d Merge pull request #10636 from apolcyn/alleviate_10526 by apolcyn · 7 years ago
  17. c6627ca cancel calls with an error message when bidi write loop fails with user error by Alexander Polcyn · 7 years ago
  18. 3908891 fix cancellation test flake by Alexander Polcyn · 7 years ago
  19. cace6a9 Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate by apolcyn · 7 years ago
  20. cd22f11 properly finish bidi calls when there is an initial error by Alexander Polcyn · 7 years ago
  21. f064af3 Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master by apolcyn · 7 years ago
  22. 11fade7 Fix a ruby test flake by Alexander Polcyn · 7 years ago
  23. 85cc143 fix memory leak with large metadata keys or values by Alexander Polcyn · 7 years ago
  24. 7cc83e0 add a standalone client auth test by Alexander Polcyn · 7 years ago
  25. 7cc30c1 add missing fields on server call context and improve robustness of finished calls by Alexander Polcyn · 7 years ago
  26. 59a19a9 make sure that client-side view of calls is robust by Alexander Polcyn · 7 years ago
  27. fb1e164 dont wait for gc to destroy calls on ruby server by Alexander Polcyn · 7 years ago
  28. 8d69a2f correct channel arg constructor calls in ruby channel creds test by Alexander Polcyn · 7 years ago
  29. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  30. 032f398 cleanup by Alexander Polcyn · 7 years ago
  31. b2c0b7b constant state watch without timeouts by Alexander Polcyn · 7 years ago
  32. 9b02001 get rid of racey sleep 5 and use a cv to wait forever by Alexander Polcyn · 7 years ago
  33. d6dd46a fix flakey race in ruby tests by Alexander Polcyn · 7 years ago
  34. 5b88146 make fewer lock/unlock calls and loop on cv_wait in watch conn state by Alexander Polcyn · 7 years ago
  35. be30114 fix up tests and remove two unlocks in a row bug by Alexander Polcyn · 7 years ago
  36. fcad579 in the middle of fixing watch and get connectivity state to work with new changes by Alexander Polcyn · 7 years ago
  37. 9f49866 add in background connectivity state poller by Alexander Polcyn · 7 years ago
  38. e57cd90 fix channel connectivity state function by Alexander Polcyn · 7 years ago
  39. d611160 Merge pull request #9018 from apolcyn/fix_ruby_pool_flake by apolcyn · 8 years ago
  40. 9383d2b Ruby: show error class and message instead of unknown by Yuan He · 8 years ago
  41. 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  42. 32b2ecc Merge pull request #8879 from apolcyn/ruby_subclass_badstatus by apolcyn · 8 years ago
  43. fa5e31c remove ruby thread pool unit test of exception on overload by Alexander Polcyn · 8 years ago
  44. d2537c1 turn on Thread.abort_on_exception in ruby unit tests by default by Alexander Polcyn · 8 years ago
  45. 174aa91 change client code to use specific exceptions and throw bad status if by Alexander Polcyn · 8 years ago
  46. acacd0d add factory method to bad status to create correct subclass by Alexander Polcyn · 8 years ago
  47. 6002b8f add ruby subclasses of bad status for each GPRC status code by Alexander Polcyn · 8 years ago
  48. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  49. a713b76 change per job sleep of 5 seconds back to 3 in unit test by Alexander Polcyn · 8 years ago
  50. 20457a1 clean up pool unit tests by Alexander Polcyn · 8 years ago
  51. 269e6cc remove wait queue from ruby thread pool to avoid deadlock by Alexander Polcyn · 8 years ago
  52. 5d6ae93 Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge by murgatroid99 · 8 years ago
  53. e5293c3 combine more core batch ops by Alex Polcyn · 8 years ago
  54. f6e14b7 fix write buffer ruby test by Alexander Polcyn · 8 years ago
  55. 9d36eb5 remove comment, for issues with pushing updates by Alexander Polcyn · 8 years ago
  56. 088416d surface more exception info for call creds errors by Alexander Polcyn · 8 years ago
  57. 9c74487 Use thread pool from concurrent-ruby on ruby server by Alexander Polcyn · 8 years ago
  58. 69a2fc8 Merge pull request #7293 from apolcyn/send_metadata_from_server_handler by kpayson64 · 8 years ago
  59. 17d5c07 use sent flag only under mutex and dont fail in send_initial_metadata by Alexander Polcyn · 8 years ago
  60. a9bc030 add mutex wrapper around sending and modifying of initial metadata by Alexander Polcyn · 8 years ago
  61. 8302b12 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  62. 5a2c918 Updated ruby protos to use new _pb filename by Ken Payson · 8 years ago
  63. d9892bd Moved sending of initial metadata from server into server handler methods by Alex Polcyn · 8 years ago
  64. 7c55ab0 removed unnecessary public methods removed tests of non api methods by Alex Polcyn · 8 years ago
  65. a0a0e1f Removed expectations of entire provided algorithms list in tests by Alexander Polcyn · 8 years ago
  66. 6c4709e replaced constant compress level names with ids by Alexander Polcyn · 8 years ago
  67. d788b45 Replaced private ruby methods with internal c functions by Alexander Polcyn · 8 years ago
  68. 0dccf10 Added ruby wrapper for grpc_compression_options by Alexander Polcyn · 8 years ago
  69. 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
  70. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  71. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  72. d9d9ba9 Updated compression tests with batch API changes by murgatroid99 · 8 years ago
  73. 13c22ae Resolved merge conflicts with master by murgatroid99 · 8 years ago
  74. 2cecece Add a unit test for compression. by yang-g · 8 years ago
  75. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  76. ae34a37 Finished updating code and tests with keyword argument changes by murgatroid99 · 8 years ago
  77. b19f181 Avoid using unspecified keyword args where possible by murgatroid99 · 8 years ago
  78. cf239e7 Add a default handler to Ruby services that returns UNIMPLEMENTED by murgatroid99 · 8 years ago
  79. c086285 ruby: Add test case for referring external package by Jun Mukai · 8 years ago
  80. aa4a7f5 Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadata by Jan Tattermusch · 8 years ago
  81. 895c111 Make ruby library conform to status code spec by murgatroid99 · 8 years ago
  82. bc846f7 Add spec to make sure invalid metadata values raise ArgumentError by Rafael Sales · 8 years ago
  83. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  84. 3c77ff4 Fix copyright by murgatroid99 · 8 years ago
  85. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 8 years ago
  86. f4fc61c fix ruby impl and test by yang-g · 8 years ago
  87. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  88. cce7fe0 Fix copyright by Craig Tiller · 8 years ago
  89. 5738c50 Fix Ruby test that failed to read initial metadata by murgatroid99 · 8 years ago
  90. d212b33 Re-add missing newline in ruby file by murgatroid99 · 9 years ago
  91. 4080921 Update copyrights by murgatroid99 · 9 years ago
  92. 24e826e Updated dependencies, fixed a couple of tests by murgatroid99 · 9 years ago
  93. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
  94. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
  95. f3cfb70 update channel_credentials_spec by Jan Tattermusch · 9 years ago
  96. cfa26e1 Plumb CallCredentials through Ruby code, replacing metadata_updater functionality by murgatroid99 · 9 years ago
  97. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  98. 802f6b6 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert by Julien Boeuf · 9 years ago
  99. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  100. b48236a Fixes an issue running the tests on Ruby2.2 by Tim Emiola · 9 years ago