1. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  2. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  3. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  4. 82fef0b tentative fix for global side effect on interrupted constructor by Alexander Polcyn · 7 years ago
  5. d7455ab make get conn state always safe to call by Alexander Polcyn · 7 years ago
  6. c24d53b api watch unblock func kills only its own channel by Alexander Polcyn · 7 years ago
  7. 032f398 cleanup by Alexander Polcyn · 7 years ago
  8. 7e44480 clang format by Alexander Polcyn · 7 years ago
  9. 5c6dda8 fix tentative startup bug by Alexander Polcyn · 7 years ago
  10. 7b3629e fix lack-of-abort bug by Alexander Polcyn · 7 years ago
  11. 0e2b6a2 remove debug prints by Alexander Polcyn · 7 years ago
  12. b2c0b7b constant state watch without timeouts by Alexander Polcyn · 7 years ago
  13. f5521c3 Revert "Merge branch 'master' into v1.3.x" by Alexander Polcyn · 7 years ago
  14. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 7 years ago
  15. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  16. deeed7f don't hold the gil while waiting for bg thread to start by Alexander Polcyn · 7 years ago
  17. c7fcebe fix bug in which gc of channel sleeps on cv before bg thread signaling has started by Alexander Polcyn · 7 years ago
  18. 2a9b5d7 defer grpc_init and background threads until first grpc object init by Alexander Polcyn · 7 years ago
  19. 944a56f Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  20. 604abf4 add generated imports header to be able to build on mingw by Alexander Polcyn · 7 years ago
  21. 8d8bb7a Ruby changes by Sree Kuchibhotla · 7 years ago
  22. 513070c get rid of time check increment in watch connectivity state loop by Alexander Polcyn · 7 years ago
  23. 06d4edd fix setting of time_check_increment in watch conn state loop by Alexander Polcyn · 7 years ago
  24. 5b88146 make fewer lock/unlock calls and loop on cv_wait in watch conn state by Alexander Polcyn · 7 years ago
  25. b862b6a use RTEST with channel watch arg to capture larger set of truthy args by Alexander Polcyn · 7 years ago
  26. af3213f remove now-unused channel completion queues by Alexander Polcyn · 7 years ago
  27. 563ec53 stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock by Alexander Polcyn · 7 years ago
  28. f3147b3 watch channel state without the gil to fix deadlock on abrupt SIGTERM by Alexander Polcyn · 7 years ago
  29. be30114 fix up tests and remove two unlocks in a row bug by Alexander Polcyn · 7 years ago
  30. fcad579 in the middle of fixing watch and get connectivity state to work with new changes by Alexander Polcyn · 7 years ago
  31. 427ec5e change if to while to avoid unsafe wakeup by Alexander Polcyn · 7 years ago
  32. 6971908 remove a TODO by Alexander Polcyn · 7 years ago
  33. 9f49866 add in background connectivity state poller by Alexander Polcyn · 7 years ago
  34. e57cd90 fix channel connectivity state function by Alexander Polcyn · 7 years ago
  35. 98ab520 Ruby: Completion queue creation API changes by Sree Kuchibhotla · 7 years ago
  36. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  37. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  38. 70f4d26 convert char* to grpc_slice in ruby by Alexander Polcyn · 8 years ago
  39. 7331a7a Change wrapped languages to use the new channel arg macro name. by Mark D. Roth · 8 years ago
  40. 91633cb Fix undefined reference in Ruby code, add linker warning by murgatroid99 · 8 years ago
  41. 9acc40f Simplified Ruby completion queue destruction code by murgatroid99 · 8 years ago
  42. 89f7cc5 Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes by murgatroid99 · 8 years ago
  43. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  44. cc0f4e1 Remove Ruby copy initializers. They don't make sense with wrapped structs, and we don't use them anyway by murgatroid99 · 8 years ago
  45. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  46. 9fcdc87 Cleaning up includes. by Nicolas "Pixel" Noble · 8 years ago
  47. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  48. a00d7c0 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  49. 86cbe30 Fixing Mac build for Ruby. by Nicolas Noble · 8 years ago
  50. d51d121 And the Windows extension finally loads. by Nicolas "Pixel" Noble · 8 years ago
  51. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 9 years ago
  52. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  53. 9161a82 Corrects compile error on ruby 2.0 by Tim Emiola · 9 years ago
  54. 9332ea6 Updates channel credentials by Tim Emiola · 9 years ago
  55. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  56. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  57. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  58. 046094d Merged with HEAD by Tim Emiola · 9 years ago
  59. be88526 adds ruby aliases of the propagation masks by Tim Emiola · 9 years ago
  60. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  61. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  62. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  63. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  64. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  65. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  66. f75df57 Working on ruby. by Nicolas "Pixel" Noble · 9 years ago
  67. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  68. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  69. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  70. 87afb5d Clean up some warnings in the ruby wrapping code by murgatroid99 · 9 years ago
  71. 357cb81 Straightening out the includes. by Nicolas "Pixel" Noble · 9 years ago
  72. dca359c Merge branch 'master' into fix/typed-struct by Yuki Yugui Sonoda · 9 years ago
  73. 3c88e5d Make some global variables static by Yuki Yugui Sonoda · 9 years ago
  74. c9b7d1c Use TypedData for GRPC::Core::Channel by Yuki Yugui Sonoda · 9 years ago
  75. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  76. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  77. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  78. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  79. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 9 years ago
  80. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  81. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  82. 409e6c8 Updates the module name in C extension, ensuring it compiles by Tim Emiola · 9 years ago
  83. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 9 years ago
  84. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  85. 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago
  86. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  87. 097ef9b Incorporating ruby into the master grpc repository. by nnoble · 10 years ago