1. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  2. 25f5011 Remove the runtime dependency on the logging gem. by Tim Emiola · 9 years ago
  3. ac1a8d3 Adds a test for ruby code generation. by Tim Emiola · 9 years ago
  4. 723569b Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-service by Jan Tattermusch · 9 years ago
  5. 975d0cb Add a health checker service implementation. by Tim Emiola · 9 years ago
  6. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  7. 49b7650 Breaks API - switches timeout to a keyword arg. by Tim Emiola · 9 years ago
  8. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  9. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  10. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  11. 83ac705 Only check metadata that we want: its allowed to have extra elements by Craig Tiller · 9 years ago
  12. b6b3015 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  13. f1a4955 Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-output by donnadionne · 9 years ago
  14. 821e4a7 Prints test names as ruby tests run by Tim Emiola · 9 years ago
  15. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  16. b1fa5d4 Ruby shutdown api migration by Tim Emiola · 9 years ago
  17. a22bd9c Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  18. 8b5276c Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  19. 4aba356 Various tweaks to improve server stability by Tim Emiola · 9 years ago
  20. f233d96 Encapsulate logger within GRPC module by Nick Gauthier · 9 years ago
  21. 09600be Ensure that there's always a poller for completion by Craig Tiller · 9 years ago
  22. 4749c8b Getting rid of more seemingly dead code by Craig Tiller · 9 years ago
  23. 13363e3 make underscore a class method of GenericService by Tim Emiola · 9 years ago
  24. 9cb56f8 Move Notifier into its own file by Tim Emiola · 9 years ago
  25. 291800b Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md by Jan Tattermusch · 9 years ago
  26. 3bb4059 Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverage by Jan Tattermusch · 9 years ago
  27. b572fcb Merge pull request #1315 from jboeuf/security_connector by Craig Tiller · 9 years ago
  28. aab1edc Fixing inaccurate ruby test. by Julien Boeuf · 9 years ago
  29. 154db73 Remove usage of xray by Tim Emiola · 9 years ago
  30. c85c1ae Add SimpleCov coverage set up for gRPC ruby by Tim Emiola · 9 years ago
  31. a80aa7d clarify test descriptions by Tim Emiola · 9 years ago
  32. 9a0ae03 Adds support for updating the output metadata to calls by Tim Emiola · 9 years ago
  33. 8661a43 Propagate metadata in BadStatus by Tim Emiola · 9 years ago
  34. 3fd2be2 Adds a hook for returning the client connect metadata by Tim Emiola · 9 years ago
  35. e6be7f3 Refactor: Move the Pool out from RpcServer by Tim Emiola · 9 years ago
  36. 1b39916 Adds an explicit Cancellation exception by Tim Emiola · 9 years ago
  37. 72d70fc Adds a tests that demonstrates successful cancellation by Tim Emiola · 9 years ago
  38. 7db18b4 Automatically adds a key for the jwt_aud_uri to the metadata handled by the metadata_update_proc by Tim Emiola · 9 years ago
  39. 1e09812 Correct style errors identified by the latest version of RuboCop by Tim Emiola · 9 years ago
  40. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  41. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 9 years ago
  42. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 9 years ago
  43. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 9 years ago
  44. 05e934f Rewrite client_server_spec to use the new call API by Tim Emiola · 9 years ago
  45. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 9 years ago
  46. 37b09f4 Adds the call operation codes by Tim Emiola · 9 years ago
  47. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  48. f3770c3 Renables the test checking the server can send the initial bidi message by Tim Emiola · 9 years ago
  49. 601869b Enables some incorrectly disabled tests by Tim Emiola · 9 years ago
  50. 77e2fb0 Corrects the handling of metadata when the optional deadline is specified by Tim Emiola · 9 years ago
  51. 0e93c92 Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls by Michael Lumish · 9 years ago
  52. e52995e Adds back calls to #finish at the end of server calls by Tim Emiola · 9 years ago
  53. 62e3cc8 Exposes the metadata method in server-side ActiveCall view classes by Tim Emiola · 9 years ago
  54. 0ce8edc Updates ruby code affected by the secure server API change by Tim Emiola · 9 years ago
  55. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 9 years ago
  56. 1d5f2d2 Removes a redundant canary test by Tim Emiola · 9 years ago
  57. 8861445 Merge pull request #783 from tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby by Michael Lumish · 9 years ago
  58. 494f2f9 Remove the ruby gRPC auth implementation by Tim Emiola · 9 years ago
  59. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 9 years ago
  60. 18180f0 Temporarily suspend some tests that started failing because during the final shutdown by Tim Emiola · 9 years ago
  61. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  62. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 9 years ago
  63. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  64. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  65. 7e7911f Updates the module name in the idiomatic and stub layers by Tim Emiola · 9 years ago
  66. 67dc149 Temporarily pauses some tests by Tim Emiola · 9 years ago
  67. 1a22275 Stop calling finish on server calls by Tim Emiola · 10 years ago
  68. 5d66df8 updates the client server spec to reflect that status is no longer shown by Tim Emiola · 10 years ago
  69. b24054a Disable failing wrapping level tests by Tim Emiola · 10 years ago
  70. c3ac185 Fixes a event compiler error by Tim Emiola · 10 years ago
  71. 11f75fa Ensures the auth modules are available with just require 'grpc' by Tim Emiola · 10 years ago
  72. 4694df3 Adds compute engine auth implementation that extends the signet auth class by Tim Emiola · 10 years ago
  73. 720bc81 Adds a signet based service_account creds implementation by Tim Emiola · 10 years ago
  74. 5d6dfd5 Extends signet with an apply/apply! methods by Tim Emiola · 10 years ago
  75. 3606653 Fix lint errors, other cleanups by Tim Emiola · 10 years ago
  76. 6f06a7e Attempts to remove a little of this tests flakiness by Tim Emiola · 10 years ago
  77. 91044c1 Add tagging to rpc_server multi-threading tests to isolate in their own test suite by Tim Emiola · 10 years ago
  78. dd73f10 Fix a test that aborts on Docker images by Tim Emiola · 10 years ago
  79. a398a34 Remove port_picker.rb by Tim Emiola · 10 years ago
  80. a816818 Removes remaining references to port_picker by Tim Emiola · 10 years ago
  81. 72f14c3 Removes port_picker from channel_spec by Tim Emiola · 10 years ago
  82. d02d1d5 Removes port_picker from call_spec.rb, removes a redundant test by Tim Emiola · 10 years ago
  83. 61ddba3 Removed port_picker from server_spec.rb by Tim Emiola · 10 years ago
  84. f875aa3 Removed port_picker from active_call_spec, fixed some style issues by Tim Emiola · 10 years ago
  85. a8ecbe9 Removes port_picker from rpc_server_spec by Tim Emiola · 10 years ago
  86. a679f9f Removed port_picker form client_stub_spec by Tim Emiola · 10 years ago
  87. 2b90e30 Completes merge by Tim Emiola · 10 years ago
  88. 0343b10 Updates client_server_spec to use the server_port by Tim Emiola · 10 years ago
  89. 75d7f9a Resolves issues that stopped that stopped tests from running ok by Tim Emiola · 10 years ago
  90. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  91. 5d11c1a Remove Go links by Tim Emiola · 10 years ago
  92. eaed637 Removes Google username from TODOs, removes defunct TODOs by Tim Emiola · 10 years ago
  93. 2b56376 Updates ruby to stop using grpc_start_invoke by Tim Emiola · 10 years ago
  94. 1fdb1e6 Fix a typo by Tim Emiola · 10 years ago
  95. e2860c5 Adds rubocop and fixes most style violations it detected by Tim Emiola · 10 years ago
  96. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  97. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  98. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  99. 5832791 Adds support for trailing metadata by temiola · 10 years ago
  100. 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago