1. 6586599 Merge pull request #5744 from murgatroid99/ruby_gc_mark_credentials_callback by Jan Tattermusch · 9 years ago
  2. c6b1a71 Merge pull request #5490 from murgatroid99/ruby_call_credentials_log_error by Jan Tattermusch · 9 years ago
  3. a36ec16 regenerated projects by David Garcia Quintas · 9 years ago
  4. 2c24743 Merge branch 'master' into ruby_call_credentials_log_error by murgatroid99 · 9 years ago
  5. a00d7c0 Make channels and calls properly mark references to their credentials by murgatroid99 · 9 years ago
  6. 096386f Add GC marking for composite credentials by murgatroid99 · 9 years ago
  7. 93019f7 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 9 years ago
  8. 0cb803d Always ref writable streams by Craig Tiller · 9 years ago
  9. 011641b Minor fix to backtrace retreival code by murgatroid99 · 9 years ago
  10. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 9 years ago
  11. 8b28076 Add error output for failed ruby credentials plugin by murgatroid99 · 9 years ago
  12. 0cc8242 regenerate imports by Alistair Veitch · 9 years ago
  13. 1280fdb Merge branch 'master' into backport-merge by Nicolas "Pixel" Noble · 9 years ago
  14. 88dc3c5 Adding an explanatory comment. by Nicolas "Pixel" Noble · 9 years ago
  15. cb90397 Adding the init / destruct of grpc for ruby in a gpr_once. by Nicolas "Pixel" Noble · 9 years ago
  16. 6f4f02c Slightly better workaround given the circumstances. by Nicolas "Pixel" Noble · 9 years ago
  17. b5b6272 Fixing a reported ruby crash when using ruby_vm_at_exit. by Nicolas "Pixel" Noble · 9 years ago
  18. 6397660 Flagging the missing API entries. by Nicolas "Pixel" Noble · 9 years ago
  19. b718c8a Merge github.com:grpc/grpc into compatibility_mode by Craig Tiller · 9 years ago
  20. 55e813f Merge pull request #5088 from murgatroid99/core_long_int64_t by Craig Tiller · 9 years ago
  21. 86cbe30 Fixing Mac build for Ruby. by Nicolas Noble · 9 years ago
  22. 5219c6d Properly compiling distributable native gems. by Nicolas "Pixel" Noble · 9 years ago
  23. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 9 years ago
  24. 71ea4a1 Make binary compatibility not the default by Craig Tiller · 9 years ago
  25. e4fdcd9 Merge pull request #5013 from a-veitch/tag_set_to_context by Bogdan Drutu · 9 years ago
  26. 6f2b899 merge by Alistair Veitch · 9 years ago
  27. 2bc107f Making the ruby gem for MacOS work again. by Nicolas Noble · 9 years ago
  28. d355497 Removing memcpy's wrapper for windows-ruby. by Nicolas "Pixel" Noble · 9 years ago
  29. 89d8ed1 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  30. 75d5c0f post merge by Alistair Veitch · 9 years ago
  31. 72c920f Copyright, clang-format by Craig Tiller · 9 years ago
  32. 4bef7ce Use old memcpy for wrappers by Craig Tiller · 9 years ago
  33. 76559cf Regenerate files. by Nicolas "Pixel" Noble · 9 years ago
  34. d51d121 And the Windows extension finally loads. by Nicolas "Pixel" Noble · 9 years ago
  35. b51ec5a Removing zookeeper's API for now. by Nicolas "Pixel" Noble · 9 years ago
  36. d2f20ef Regenerating files. by Nicolas "Pixel" Noble · 9 years ago
  37. b8e9e9c Fixing the Ruby build after all these merges. by Nicolas "Pixel" Noble · 9 years ago
  38. 1e60261 Merge branch 'autogen' into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  39. d14b6ac Finalizing this a bit. by Nicolas "Pixel" Noble · 9 years ago
  40. 11b87bf Usable API list by Craig Tiller · 9 years ago
  41. efa1f16 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  42. eade6e0 Renaming the Ruby grpc extension to grpc_c, and renaming its loader from loader.rb to grpc.rb by Nicolas "Pixel" Noble · 9 years ago
  43. 2283ff6 Fixing dll hell. by Nicolas "Pixel" Noble · 9 years ago
  44. 1723044 Allowing for debug builds. by Nicolas "Pixel" Noble · 9 years ago
  45. d899dce Few more fixes to the Ruby installation. by Nicolas "Pixel" Noble · 9 years ago
  46. c1a89b8 Tidy. by Nicolas "Pixel" Noble · 9 years ago
  47. e7a91a2 Properly building the gem file under mingw using rake-compiler-dock. by Nicolas "Pixel" Noble · 9 years ago
  48. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  49. 7b92db6 Cleaning up ruby extension code a bit. by Nicolas "Pixel" Noble · 9 years ago
  50. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  51. 9a781b7 Merge pull request #4620 from murgatroid99/ruby_auth_plugin_event_loop by Craig Tiller · 9 years ago
  52. cc2b8d4 Fixed mutex and cond var usage by murgatroid99 · 9 years ago
  53. 56fada5 Make the Ruby extension throw an error when passed invalid metadata by murgatroid99 · 9 years ago
  54. c2ea3ae Parital implementation of ruby header checking by murgatroid99 · 9 years ago
  55. f58404e Free what we alloc by murgatroid99 · 9 years ago
  56. 9b83bd7 Use specific ruby thread to handle auth metadata plugin callbacks by murgatroid99 · 9 years ago
  57. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  58. d7e1a10 Bundled C core with Ruby library by murgatroid99 · 9 years ago
  59. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
  60. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
  61. 46ab778 Merge pull request #4397 from jtattermusch/tv_sec_64bit by Craig Tiller · 9 years ago
  62. 64342dd Fixed arguments passed to Ruby auth plugin callback by murgatroid99 · 9 years ago
  63. 0a02371 Address comments by Jan Tattermusch · 9 years ago
  64. a6b2c4c Get rid of SSL_CERT_FILE env entirely by Jan Tattermusch · 9 years ago
  65. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  66. e389b04 Fixed bug with composing credentials by murgatroid99 · 9 years ago
  67. ca72d6c Fixed a hash key by murgatroid99 · 9 years ago
  68. 9946f2b Add CallCredentials class to Ruby wrapping code by murgatroid99 · 9 years ago
  69. 96847ef Making ruby's gcov configuration work. by Nicolas "Pixel" Noble · 9 years ago
  70. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  71. 9161a82 Corrects compile error on ruby 2.0 by Tim Emiola · 9 years ago
  72. 9332ea6 Updates channel credentials by Tim Emiola · 9 years ago
  73. 519e27d Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certs by Michael Lumish · 9 years ago
  74. 643ebb6 Fixes a comment by Tim Emiola · 9 years ago
  75. 934ae9a Make insecure construction explicit, to address #2614 by Tim Emiola · 9 years ago
  76. 14d0a3c Updates implementation of rb_server_credentials by Tim Emiola · 9 years ago
  77. 81d950a Updates server shutdown handling by Tim Emiola · 9 years ago
  78. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  79. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  80. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  81. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  82. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  83. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  84. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  85. 046094d Merged with HEAD by Tim Emiola · 9 years ago
  86. be88526 adds ruby aliases of the propagation masks by Tim Emiola · 9 years ago
  87. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  88. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  89. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  90. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  91. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  92. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  93. f75df57 Working on ruby. by Nicolas "Pixel" Noble · 9 years ago
  94. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  95. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  96. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  97. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  98. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  99. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  100. d116a2d Merge pull request #2632 from marcinwyszynski/master by Michael Lumish · 9 years ago