1. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 9 years ago
  2. 3c77ff4 Fix copyright by murgatroid99 · 9 years ago
  3. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 9 years ago
  4. 0cb803d Always ref writable streams by Craig Tiller · 9 years ago
  5. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 9 years ago
  6. 0cc8242 regenerate imports by Alistair Veitch · 9 years ago
  7. 84a74f8 Merge pull request #5327 from yang-g/v1alpha_to_v1 by Yang Gao · 9 years ago
  8. 88966ab Merge pull request #5348 from nicolasnoble/backport-merge by Nicolas Noble · 9 years ago
  9. 1280fdb Merge branch 'master' into backport-merge by Nicolas "Pixel" Noble · 9 years ago
  10. 88dc3c5 Adding an explanatory comment. by Nicolas "Pixel" Noble · 9 years ago
  11. cb90397 Adding the init / destruct of grpc for ruby in a gpr_once. by Nicolas "Pixel" Noble · 9 years ago
  12. 6f4f02c Slightly better workaround given the circumstances. by Nicolas "Pixel" Noble · 9 years ago
  13. b5b6272 Fixing a reported ruby crash when using ruby_vm_at_exit. by Nicolas "Pixel" Noble · 9 years ago
  14. f4fc61c fix ruby impl and test by yang-g · 9 years ago
  15. 3165c09 regenerate csharp and ruby service from proto by yang-g · 9 years ago
  16. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 9 years ago
  17. 6397660 Flagging the missing API entries. by Nicolas "Pixel" Noble · 9 years ago
  18. 73f5d7c Fix copyrights by murgatroid99 · 9 years ago
  19. 4999ba9 Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular import warning by murgatroid99 · 9 years ago
  20. 6910ce8 Flagging 0.13.1-pre1. by Nicolas "Pixel" Noble · 9 years ago
  21. 7a925f7 Flagging the release. by Nicolas "Pixel" Noble · 9 years ago
  22. 017f84e Merge pull request #5078 from ctiller/compatibility_mode by Craig Tiller · 9 years ago
  23. b14ea1d Revert Ruby version specialization by Masood Malekghassemi · 9 years ago
  24. c0473cc Merge github.com:grpc/grpc into compress by Craig Tiller · 9 years ago
  25. b718c8a Merge github.com:grpc/grpc into compatibility_mode by Craig Tiller · 9 years ago
  26. 32b3f67 Merge remote-tracking branch 'google/release-0_13' into merge-and-regen by Nicolas "Pixel" Noble · 9 years ago
  27. ca144fd Fixing Ruby binary build (again). by Nicolas "Pixel" Noble · 9 years ago
  28. f9e3c23 Fixing ruby versionning. by Nicolas "Pixel" Noble · 9 years ago
  29. 1935c36 Flagging master as 0.14.0-dev. by Nicolas "Pixel" Noble · 9 years ago
  30. cda4bad Flagging 0.13 as pre1. by Nicolas "Pixel" Noble · 9 years ago
  31. f008f06 build.yaml centric versioning by Craig Tiller · 9 years ago
  32. 55e813f Merge pull request #5088 from murgatroid99/core_long_int64_t by Craig Tiller · 9 years ago
  33. 1be9265 Versionning Ruby from build.yaml, and regenerating broken files after census merge. by Nicolas "Pixel" Noble · 9 years ago
  34. 86cbe30 Fixing Mac build for Ruby. by Nicolas Noble · 9 years ago
  35. 5219c6d Properly compiling distributable native gems. by Nicolas "Pixel" Noble · 9 years ago
  36. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 9 years ago
  37. cce7fe0 Fix copyright by Craig Tiller · 9 years ago
  38. b15af6f Merge branch 'compress' of github.com:ctiller/grpc into compress by Craig Tiller · 9 years ago
  39. 71ea4a1 Make binary compatibility not the default by Craig Tiller · 9 years ago
  40. e4fdcd9 Merge pull request #5013 from a-veitch/tag_set_to_context by Bogdan Drutu · 9 years ago
  41. 5738c50 Fix Ruby test that failed to read initial metadata by murgatroid99 · 9 years ago
  42. 6f2b899 merge by Alistair Veitch · 9 years ago
  43. 2bc107f Making the ruby gem for MacOS work again. by Nicolas Noble · 9 years ago
  44. d355497 Removing memcpy's wrapper for windows-ruby. by Nicolas "Pixel" Noble · 9 years ago
  45. 89d8ed1 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  46. 75d5c0f post merge by Alistair Veitch · 9 years ago
  47. 72c920f Copyright, clang-format by Craig Tiller · 9 years ago
  48. 4bef7ce Use old memcpy for wrappers by Craig Tiller · 9 years ago
  49. fb2d8f5 Fixing copyrights. by Nicolas "Pixel" Noble · 9 years ago
  50. 76559cf Regenerate files. by Nicolas "Pixel" Noble · 9 years ago
  51. d51d121 And the Windows extension finally loads. by Nicolas "Pixel" Noble · 9 years ago
  52. b51ec5a Removing zookeeper's API for now. by Nicolas "Pixel" Noble · 9 years ago
  53. d2f20ef Regenerating files. by Nicolas "Pixel" Noble · 9 years ago
  54. b8e9e9c Fixing the Ruby build after all these merges. by Nicolas "Pixel" Noble · 9 years ago
  55. 1e60261 Merge branch 'autogen' into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  56. d14b6ac Finalizing this a bit. by Nicolas "Pixel" Noble · 9 years ago
  57. 11b87bf Usable API list by Craig Tiller · 9 years ago
  58. efa1f16 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 9 years ago
  59. 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
  60. 2283ff6 Fixing dll hell. by Nicolas "Pixel" Noble · 9 years ago
  61. 1723044 Allowing for debug builds. by Nicolas "Pixel" Noble · 9 years ago
  62. d899dce Few more fixes to the Ruby installation. by Nicolas "Pixel" Noble · 9 years ago
  63. c1a89b8 Tidy. by Nicolas "Pixel" Noble · 9 years ago
  64. e7a91a2 Properly building the gem file under mingw using rake-compiler-dock. by Nicolas "Pixel" Noble · 9 years ago
  65. cb287a1 Allowing for creation of pre-compiled gems, using rack-compiler-dock. by Nicolas "Pixel" Noble · 9 years ago
  66. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  67. 7b92db6 Cleaning up ruby extension code a bit. by Nicolas "Pixel" Noble · 9 years ago
  68. 7c60b27 Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changes by Jan Tattermusch · 9 years ago
  69. d8521e7 Update Ruby README with simpler install instructions by murgatroid99 · 9 years ago
  70. d212b33 Re-add missing newline in ruby file by murgatroid99 · 9 years ago
  71. 4080921 Update copyrights by murgatroid99 · 9 years ago
  72. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  73. c357749 Merge pull request #4625 from murgatroid99/ruby_client_stub_fix_typo by Craig Tiller · 9 years ago
  74. 9a781b7 Merge pull request #4620 from murgatroid99/ruby_auth_plugin_event_loop by Craig Tiller · 9 years ago
  75. 69108a3 Resolved merge conflicts with upstream/release-0_12 by murgatroid99 · 9 years ago
  76. cc2b8d4 Fixed mutex and cond var usage by murgatroid99 · 9 years ago
  77. 24e826e Updated dependencies, fixed a couple of tests by murgatroid99 · 9 years ago
  78. 56fada5 Make the Ruby extension throw an error when passed invalid metadata by murgatroid99 · 9 years ago
  79. c2ea3ae Parital implementation of ruby header checking by murgatroid99 · 9 years ago
  80. 7fac30d Update copyright by murgatroid99 · 9 years ago
  81. 00450af Made ruby per-rpc creds interop use auth plugin API by murgatroid99 · 9 years ago
  82. a4d3d2c Fix typo in method call by murgatroid99 · 9 years ago
  83. f58404e Free what we alloc by murgatroid99 · 9 years ago
  84. 9b83bd7 Use specific ruby thread to handle auth metadata plugin callbacks by murgatroid99 · 9 years ago
  85. 73cefb8 Updated copyright in Ruby version file by murgatroid99 · 9 years ago
  86. 0e59927 Update Ruby library version for next release by murgatroid99 · 9 years ago
  87. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  88. b570322 Include roots.pem with Ruby package by murgatroid99 · 9 years ago
  89. d7e1a10 Bundled C core with Ruby library by murgatroid99 · 9 years ago
  90. d24424f Fixed stub construction in interop client by murgatroid99 · 9 years ago
  91. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
  92. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 9 years ago
  93. 46ab778 Merge pull request #4397 from jtattermusch/tv_sec_64bit by Craig Tiller · 9 years ago
  94. 5e61f28 Merge pull request #4413 from jtattermusch/remove_ssl_cert_file_env by Michael Lumish · 9 years ago
  95. 64342dd Fixed arguments passed to Ruby auth plugin callback by murgatroid99 · 9 years ago
  96. f3cfb70 update channel_credentials_spec by Jan Tattermusch · 9 years ago
  97. 0a02371 Address comments by Jan Tattermusch · 9 years ago
  98. a6b2c4c Get rid of SSL_CERT_FILE env entirely by Jan Tattermusch · 9 years ago
  99. 303e3cb Merge pull request #4396 from murgatroid99/ruby_server_fix_hang by Jan Tattermusch · 9 years ago
  100. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago