1. 3ed874c sync up with master by Yang Gao · 10 years ago
  2. c060e07 Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flags by Michael Lumish · 10 years ago
  3. 426167c Allows production certificates to be specified by Tim Emiola · 10 years ago
  4. 2854ad7 Adds support for overriding the server host name during SSL by Tim Emiola · 10 years ago
  5. 6e1f10d Adds a dependency on signet. It's to be used for auth, but for now it sslconfig module is required by Tim Emiola · 10 years ago
  6. 4eecb5d Adds a flag for running all the tests by Tim Emiola · 10 years ago
  7. 965dda6 Removes the test state tracking, that's available on Jenkins by Tim Emiola · 10 years ago
  8. 9cae580 Added the use_tls flag toggle connecting securely by Tim Emiola · 10 years ago
  9. a398a34 Remove port_picker.rb by Tim Emiola · 10 years ago
  10. a816818 Removes remaining references to port_picker by Tim Emiola · 10 years ago
  11. 72f14c3 Removes port_picker from channel_spec by Tim Emiola · 10 years ago
  12. d02d1d5 Removes port_picker from call_spec.rb, removes a redundant test by Tim Emiola · 10 years ago
  13. 61ddba3 Removed port_picker from server_spec.rb by Tim Emiola · 10 years ago
  14. f875aa3 Removed port_picker from active_call_spec, fixed some style issues by Tim Emiola · 10 years ago
  15. a8ecbe9 Removes port_picker from rpc_server_spec by Tim Emiola · 10 years ago
  16. a679f9f Removed port_picker form client_stub_spec by Tim Emiola · 10 years ago
  17. 2b90e30 Completes merge by Tim Emiola · 10 years ago
  18. 0343b10 Updates client_server_spec to use the server_port by Tim Emiola · 10 years ago
  19. 75d7f9a Resolves issues that stopped that stopped tests from running ok by Tim Emiola · 10 years ago
  20. 6aa182f Cleans up some compiler warnings by Tim Emiola · 10 years ago
  21. 0a7d858 Updates rb_server.c to return the created port when it's non-zero by Tim Emiola · 10 years ago
  22. 0343f7f Fixes markdown sytax errors by Tim Emiola · 10 years ago
  23. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  24. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  25. 5d11f8e fix a typo by Tim Emiola · 10 years ago
  26. d428c54 removed a reference to a google3 dir by Tim Emiola · 10 years ago
  27. 5d11c1a Remove Go links by Tim Emiola · 10 years ago
  28. 9fe5178 Removes google3 specifics from the README.md, aligns the description with an open source release by Tim Emiola · 10 years ago
  29. eaed637 Removes Google username from TODOs, removes defunct TODOs by Tim Emiola · 10 years ago
  30. 1bbe9ea Removed beefcake extension hook, it was no longer needed by Tim Emiola · 10 years ago
  31. 48c9c4a Resolved merge conflicts with master by murgatroid99 · 10 years ago
  32. 85eea08 Merge pull request #141 from jboeuf/ssl_server_creds_integration by Craig Tiller · 10 years ago
  33. c6a33a2 Removed unexpected reference to auth.rb by Tim Emiola · 10 years ago
  34. 2b56376 Updates ruby to stop using grpc_start_invoke by Tim Emiola · 10 years ago
  35. 073d7b6 Fixing node and ruby builds. by Julien Boeuf · 10 years ago
  36. 5de3a1d Corrects the ruby interop tests by Tim Emiola · 10 years ago
  37. 6c57f6b Fixes a regression in the style pull request by Tim Emiola · 10 years ago
  38. 1fdb1e6 Fix a typo by Tim Emiola · 10 years ago
  39. e2860c5 Adds rubocop and fixes most style violations it detected by Tim Emiola · 10 years ago
  40. cd85bb9 Updates to use the latest version of protobuf-ruby by Tim Emiola · 10 years ago
  41. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  42. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  43. 3acf05a Fixes the shebang line by Tim Emiola · 10 years ago
  44. 4dee157 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  45. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  46. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  47. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  48. 8232204 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  49. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  50. 6e48a42 Switches to using protobuf-ruby. by temiola · 10 years ago
  51. f8b66ea Updates extconf.rb to use grpc from the make install locations by temiola · 10 years ago
  52. 21bb60c Exposes event#finish as #close. by temiola · 10 years ago
  53. 5832791 Adds support for trailing metadata by temiola · 10 years ago
  54. 350e1a7 Switches the ruby docker build to run from the new all-in-one repo. by temiola · 10 years ago
  55. 4cd6035 Fixes the ping_pong test. by temiola · 10 years ago
  56. 66335e1 Corrects the incorrect duplex behaviour of bidi_call.rb by temiola · 10 years ago
  57. 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago
  58. 4a3be1c Update modules and packages to allow for a single grpc import by temiola · 10 years ago
  59. 6919c75 Adds support for metadata to the surface APIs by temiola · 10 years ago
  60. ba22e87 Adds ruby versions of the interop server and client by temiola · 10 years ago
  61. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  62. 097ef9b Incorporating ruby into the master grpc repository. by nnoble · 10 years ago