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