1. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  2. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  3. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  4. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  5. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  6. 046094d Merged with HEAD by Tim Emiola · 9 years ago
  7. be88526 adds ruby aliases of the propagation masks by Tim Emiola · 9 years ago
  8. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  9. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  10. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  11. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  12. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  13. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  14. f75df57 Working on ruby. by Nicolas "Pixel" Noble · 9 years ago
  15. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  16. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  17. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  18. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  19. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  20. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  21. d116a2d Merge pull request #2632 from marcinwyszynski/master by Michael Lumish · 9 years ago
  22. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  23. a5fea60 array_length and it's counter types should match by Marcin Wyszynski · 9 years ago
  24. 1a2ac33 Avoid stupid double conversion by Marcin Wyszynski · 9 years ago
  25. ea0c18b Make time_t to int conversion explicit on tv_nsec by Marcin Wyszynski · 9 years ago
  26. ac91edd Avoid implicit conversion on array_length by Marcin Wyszynski · 9 years ago
  27. 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 9 years ago
  28. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  29. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  30. 4368221 Merge pull request #2476 from murgatroid99/ruby_fix_warnings by Nicolas Noble · 9 years ago
  31. 87afb5d Clean up some warnings in the ruby wrapping code by murgatroid99 · 9 years ago
  32. 5a1e7fd Ruby fixes for new timespec by Craig Tiller · 9 years ago
  33. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  34. 354398f Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  35. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  36. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  37. 0f1c42e Fixed Rubocop errors in extconf.rb by murgatroid99 · 9 years ago
  38. 9e56ce0 Fixed ruby build when rebuilding C core by murgatroid99 · 9 years ago
  39. fa0fa18 Check more warnings in Ruby library, add -Werror by murgatroid99 · 9 years ago
  40. 0b90c1e Fixed ruby local build fallback case by murgatroid99 · 9 years ago
  41. 51dbf90 Use pkg-config if possible when building the ruby extension by murgatroid99 · 9 years ago
  42. a368bd2 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  43. f3756c1 Introduce multiple clocks to GPR by Craig Tiller · 9 years ago
  44. c544422 Added zlib as a linker dep. for Ruby by David Garcia Quintas · 9 years ago
  45. b1fa5d4 Ruby shutdown api migration by Tim Emiola · 9 years ago
  46. de52625 Added changes to c++ and ruby wrappers by David Garcia Quintas · 9 years ago
  47. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  48. 191c846 Re-organizes the GRPC_ROOT detection code in extconf.rb by Tim Emiola · 9 years ago
  49. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  50. 47b7bd9 Update ruby add_http2_port comments to use port 50051 by remi Taylor · 9 years ago
  51. 2e4b735 Enabling the ruby extension to automatically build grpc. by Nicolas "Pixel" Noble · 9 years ago
  52. 357cb81 Straightening out the includes. by Nicolas "Pixel" Noble · 9 years ago
  53. 6c66c0f Add accidentally deleted escape by Craig Tiller · 9 years ago
  54. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  55. 06b8b31 Remove unusable functions by Craig Tiller · 9 years ago
  56. 3211e94 Remove unusable functions by Craig Tiller · 9 years ago
  57. de4e3eb Fix Ruby compile error by Craig Tiller · 9 years ago
  58. c7df2b8 Ruby progress by Craig Tiller · 9 years ago
  59. 3c78b4e Ruby progress by Craig Tiller · 9 years ago
  60. 3a48808 Ruby progress by Craig Tiller · 9 years ago
  61. c4440d9 Fix ruby server by Craig Tiller · 9 years ago
  62. 997fab6 Port Ruby to new API by Craig Tiller · 9 years ago
  63. 71cb81c Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  64. 1a727fd clang-format by Craig Tiller · 9 years ago
  65. 932b13b Corrects bad return values in C error-handling block by Tim Emiola · 9 years ago
  66. 4f558f5 Merge pull request #1297 from yugui/fix/header by Tim Emiola · 9 years ago
  67. e8696fb Merge branch 'master' into fix/header by Yuki Yugui Sonoda · 9 years ago
  68. dca359c Merge branch 'master' into fix/typed-struct by Yuki Yugui Sonoda · 9 years ago
  69. 2288791 Avoid implicit function declarations by Yuki Yugui Sonoda · 9 years ago
  70. f0eee5f Make some functions static by Yuki Yugui Sonoda · 9 years ago
  71. 99eb9f9 Fix a linkage error with mac clang by Yuki Yugui Sonoda · 9 years ago
  72. 3c88e5d Make some global variables static by Yuki Yugui Sonoda · 9 years ago
  73. 29ee1db Use TypedData for GRPC::Core::ServerCredentials by Yuki Yugui Sonoda · 9 years ago
  74. 9232f12 Use TypedData for GRPC::Core::Server by Yuki Yugui Sonoda · 9 years ago
  75. d441c2e Use TypedData for GRPC::Core::TimeSpec by Yuki Yugui Sonoda · 9 years ago
  76. a87924e Use TypedData for GRPC::Core::Credentials by Yuki Yugui Sonoda · 9 years ago
  77. bf256ae Use TypedData for GRPC::Core::CompletionQueue by Yuki Yugui Sonoda · 9 years ago
  78. d98db4a Use TypedData for TmpChannelArgs by Yuki Yugui Sonoda · 9 years ago
  79. c9b7d1c Use TypedData for GRPC::Core::Channel by Yuki Yugui Sonoda · 9 years ago
  80. 961f0bc Use TypedData for GRPC::Core::MetadataArray by Yuki Yugui Sonoda · 9 years ago
  81. 76801d2 Use TypedData_XXX instead of Data_XXX for GRPC::Core::Call by Yuki Yugui Sonoda · 9 years ago
  82. 2e50a7a Also fix rb_CallOps too. by Yuki Yugui Sonoda · 9 years ago
  83. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  84. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  85. b48e010 Fixed bad op reference by Tim Emiola · 9 years ago
  86. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 9 years ago
  87. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  88. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 9 years ago
  89. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 9 years ago
  90. 1dae4ac Adds Call#run_batch by Tim Emiola · 9 years ago
  91. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 9 years ago
  92. 6de558f Exposes the implementation of CompletionQueue#pluck by Tim Emiola · 9 years ago
  93. 6b493a3 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods by Tim Emiola · 9 years ago
  94. 37b09f4 Adds the call operation codes by Tim Emiola · 9 years ago
  95. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  96. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  97. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  98. 3a0d976 Updates the ruby C extension to match the new secure C server API by Tim Emiola · 9 years ago
  99. b9e1563 Support ruby 2.2.0 by mattn · 9 years ago
  100. 6a4c4fa Added ruby tests to run_tests.py by murgatroid99 · 9 years ago