1. 10cab13 Merge pull request #3013 from tbetbetbe/grpc-ruby-support-per-message-compression by Michael Lumish · 9 years ago
  2. 7840a55 Adds support for per message compression by Tim Emiola · 9 years ago
  3. 1894f18 update installation instructions, review feedback by Stanley Cheung · 9 years ago
  4. 5329e4b update installation instructions, review feedback by Stanley Cheung · 9 years ago
  5. a79a896 update installation instructions, review feedback by Stanley Cheung · 9 years ago
  6. dbeb1cd update debian install instructions by Stanley Cheung · 9 years ago
  7. 89bede0 Merge pull request #2983 from tbetbetbe/grpc-ruby-correct-logconfig-fix-interop-tests by Michael Lumish · 9 years ago
  8. 27ccd19 Corrects logconfig from #2956 by Tim Emiola · 9 years ago
  9. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  10. 25f5011 Remove the runtime dependency on the logging gem. by Tim Emiola · 9 years ago
  11. ac1a8d3 Adds a test for ruby code generation. by Tim Emiola · 9 years ago
  12. 19e436d Removes the dependency on Minitest by Tim Emiola · 9 years ago
  13. f4ee961 Reorganize interop test files. by Tim Emiola · 9 years ago
  14. 53c85d6 Update the generated code for the interop service. by Tim Emiola · 9 years ago
  15. 723569b Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-service by Jan Tattermusch · 9 years ago
  16. a5d39f7 Merges timeout interop test change by Tim Emiola · 9 years ago
  17. 975d0cb Add a health checker service implementation. by Tim Emiola · 9 years ago
  18. cdb7ccc Adds the ruby timeout interop test. by Tim Emiola · 9 years ago
  19. 49b7650 Breaks API - switches timeout to a keyword arg. by Tim Emiola · 9 years ago
  20. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  21. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  22. 046094d Merged with HEAD by Tim Emiola · 9 years ago
  23. 9fbfb5b Fixes a lint issue. by Tim Emiola · 9 years ago
  24. be88526 adds ruby aliases of the propagation masks by Tim Emiola · 9 years ago
  25. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  26. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  27. bc447de Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host by Jan Tattermusch · 9 years ago
  28. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  29. 73578f7 Merge pull request #2887 from tbetbetbe/grpc-ruby-default-timeout-of-infinity-will-clearly-not-suprise-most-users by Nathaniel Manista · 9 years ago
  30. 17b1659 Corrects the way the gemspec references files by Tim Emiola · 9 years ago
  31. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  32. 23e0f88 Aligns with the cognoscenti on timeouts by Tim Emiola · 9 years ago
  33. 844c449 Merge pull request #2886 from tbetbetbe/grpc-ruby-add-primary-user-agent-key by Stanley Cheung · 9 years ago
  34. 10ddfde Adds grpc.primary_user_agent key during stub creation by Tim Emiola · 9 years ago
  35. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  36. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  37. f75df57 Working on ruby. by Nicolas "Pixel" Noble · 9 years ago
  38. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  39. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  40. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  41. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  42. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  43. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  44. d116a2d Merge pull request #2632 from marcinwyszynski/master by Michael Lumish · 9 years ago
  45. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  46. a5fea60 array_length and it's counter types should match by Marcin Wyszynski · 9 years ago
  47. 1a2ac33 Avoid stupid double conversion by Marcin Wyszynski · 9 years ago
  48. ea0c18b Make time_t to int conversion explicit on tv_nsec by Marcin Wyszynski · 9 years ago
  49. ac91edd Avoid implicit conversion on array_length by Marcin Wyszynski · 9 years ago
  50. 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 9 years ago
  51. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  52. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  53. b4fdd32 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  54. 4368221 Merge pull request #2476 from murgatroid99/ruby_fix_warnings by Nicolas Noble · 9 years ago
  55. 83ac705 Only check metadata that we want: its allowed to have extra elements by Craig Tiller · 9 years ago
  56. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  57. 87afb5d Clean up some warnings in the ruby wrapping code by murgatroid99 · 9 years ago
  58. 8092af8 Updates the requirements comment before releasing on the release branch by Tim Emiola · 9 years ago
  59. 1cbeeb5 Merge pull request #2336 from murgatroid99/ruby_error_codes by Abhishek Kumar · 9 years ago
  60. 5a1e7fd Ruby fixes for new timespec by Craig Tiller · 9 years ago
  61. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  62. 354398f Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  63. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  64. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  65. f88eecd Changed found? to implemented? by murgatroid99 · 9 years ago
  66. 7f27db2 Bumped Ruby package version to 0.10.0 by murgatroid99 · 9 years ago
  67. f4d7da9 Merge branch 'master' into ruby_error_codes by murgatroid99 · 9 years ago
  68. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  69. 0f1c42e Fixed Rubocop errors in extconf.rb by murgatroid99 · 9 years ago
  70. 3d6d058 Made ruby server return correct error code for unimplemented method by murgatroid99 · 9 years ago
  71. 9e56ce0 Fixed ruby build when rebuilding C core by murgatroid99 · 9 years ago
  72. fa0fa18 Check more warnings in Ruby library, add -Werror by murgatroid99 · 9 years ago
  73. 0b90c1e Fixed ruby local build fallback case by murgatroid99 · 9 years ago
  74. 51dbf90 Use pkg-config if possible when building the ruby extension by murgatroid99 · 9 years ago
  75. a368bd2 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  76. d1dd3a6 Merge pull request #2117 from dgquintas/bb_from_bbreader by Craig Tiller · 9 years ago
  77. f3756c1 Introduce multiple clocks to GPR by Craig Tiller · 9 years ago
  78. c544422 Added zlib as a linker dep. for Ruby by David Garcia Quintas · 9 years ago
  79. 27243c2 Bump version of grpc ruby for release on the release branch by Tim Emiola · 9 years ago
  80. f3fac56 Merge pull request #1577 from ctiller/we-dont-need-no-backup by Nicolas Noble · 9 years ago
  81. aa57bab Corrects the cancel_after_first_response behaviour by Tim Emiola · 9 years ago
  82. b6b3015 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  83. f1a4955 Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-output by donnadionne · 9 years ago
  84. 821e4a7 Prints test names as ruby tests run by Tim Emiola · 9 years ago
  85. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  86. b1fa5d4 Ruby shutdown api migration by Tim Emiola · 9 years ago
  87. de52625 Added changes to c++ and ruby wrappers by David Garcia Quintas · 9 years ago
  88. 4671122 Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  89. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  90. 2c42ef3 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  91. 1a2988d Update version; fix dependency advisory comment by Tim Emiola · 9 years ago
  92. 191c846 Re-organizes the GRPC_ROOT detection code in extconf.rb by Tim Emiola · 9 years ago
  93. 9341045 bump grpc ruby version by Tim Emiola · 9 years ago
  94. ab14dde Merge pull request #1889 from tbetbetbe/grpc-ruby-update-readme-install by Jayant Kolhe · 9 years ago
  95. 50773e6 Update INSTALL on Ruby README.md by Tim Emiola · 9 years ago
  96. 669c139 Merge pull request #1866 from dgquintas/stack-allocate-bb-reader by Craig Tiller · 9 years ago
  97. 8cc6f42 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  98. d62d345 Corrects the cancel_after_first_response test by Tim Emiola · 9 years ago
  99. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  100. 43de01a Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago