1. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  2. 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
  3. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  4. ec1588b Ruby: Moved completion queue entirely into extension code by murgatroid99 · 8 years ago
  5. dce1ee6 Fixed ruby fd bug by Ken Payson · 8 years ago
  6. 9fcdc87 Cleaning up includes. by Nicolas "Pixel" Noble · 8 years ago
  7. 336b744 Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method by Eric Richardson · 8 years ago
  8. bdfaf48 Short-circuit `peer_cert` if we're insecure or unauthenticated by Eric Richardson · 8 years ago
  9. 69d735a Add peer_cert method to Ruby call object by Eric Richardson · 8 years ago
  10. ac491d8 Raise on unexpected metadata values by Rafael Sales · 9 years ago
  11. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  12. 97daf35 Fix Ruby memory leaks by Zhuochun · 9 years ago
  13. 8c9edc2 Make channels and calls properly mark references to their credentials by murgatroid99 · 9 years ago
  14. d51d121 And the Windows extension finally loads. by Nicolas "Pixel" Noble · 9 years ago
  15. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  16. 7b92db6 Cleaning up ruby extension code a bit. by Nicolas "Pixel" Noble · 9 years ago
  17. 56fada5 Make the Ruby extension throw an error when passed invalid metadata by murgatroid99 · 9 years ago
  18. c2ea3ae Parital implementation of ruby header checking by murgatroid99 · 9 years ago
  19. 9946f2b Add CallCredentials class to Ruby wrapping code by murgatroid99 · 9 years ago
  20. 9161a82 Corrects compile error on ruby 2.0 by Tim Emiola · 9 years ago
  21. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  22. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  23. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  24. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  25. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  26. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  27. f75df57 Working on ruby. by Nicolas "Pixel" Noble · 9 years ago
  28. a5fea60 array_length and it's counter types should match by Marcin Wyszynski · 9 years ago
  29. ac91edd Avoid implicit conversion on array_length by Marcin Wyszynski · 9 years ago
  30. 87afb5d Clean up some warnings in the ruby wrapping code by murgatroid99 · 9 years ago
  31. de52625 Added changes to c++ and ruby wrappers by David Garcia Quintas · 9 years ago
  32. 357cb81 Straightening out the includes. by Nicolas "Pixel" Noble · 9 years ago
  33. c7df2b8 Ruby progress by Craig Tiller · 9 years ago
  34. 71cb81c Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  35. 1a727fd clang-format by Craig Tiller · 9 years ago
  36. 932b13b Corrects bad return values in C error-handling block by Tim Emiola · 9 years ago
  37. dca359c Merge branch 'master' into fix/typed-struct by Yuki Yugui Sonoda · 9 years ago
  38. f0eee5f Make some functions static by Yuki Yugui Sonoda · 9 years ago
  39. 3c88e5d Make some global variables static by Yuki Yugui Sonoda · 9 years ago
  40. 961f0bc Use TypedData for GRPC::Core::MetadataArray by Yuki Yugui Sonoda · 9 years ago
  41. 76801d2 Use TypedData_XXX instead of Data_XXX for GRPC::Core::Call by Yuki Yugui Sonoda · 9 years ago
  42. 2e50a7a Also fix rb_CallOps too. by Yuki Yugui Sonoda · 9 years ago
  43. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  44. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  45. b48e010 Fixed bad op reference by Tim Emiola · 9 years ago
  46. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 9 years ago
  47. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  48. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 9 years ago
  49. 1dae4ac Adds Call#run_batch by Tim Emiola · 9 years ago
  50. 37b09f4 Adds the call operation codes by Tim Emiola · 9 years ago
  51. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  52. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 10 years ago
  53. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  54. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  55. 409e6c8 Updates the module name in C extension, ensuring it compiles by Tim Emiola · 10 years ago
  56. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 10 years ago
  57. 2b56376 Updates ruby to stop using grpc_start_invoke by Tim Emiola · 10 years ago
  58. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  59. 21bb60c Exposes event#finish as #close. by temiola · 10 years ago
  60. 5832791 Adds support for trailing metadata by temiola · 10 years ago
  61. 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago
  62. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  63. 097ef9b Incorporating ruby into the master grpc repository. by nnoble · 10 years ago