1. d788b45 Replaced private ruby methods with internal c functions by Alexander Polcyn · 8 years ago
  2. 0dccf10 Added ruby wrapper for grpc_compression_options by Alexander Polcyn · 8 years ago
  3. 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
  4. ae466c8 Revert changes to SingleReqView and MultiReqView by murgatroid99 · 8 years ago
  5. 34967b7 Merge pull request #7270 from kpayson64/ruby_ga_change by kpayson64 · 8 years ago
  6. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  7. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  8. b44b385 Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  9. 9a2320e regenerated projects by David Garcia Quintas · 8 years ago
  10. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  11. 5756c68 Added a comment about Ruby queue destruction by murgatroid99 · 8 years ago
  12. 9acc40f Simplified Ruby completion queue destruction code by murgatroid99 · 8 years ago
  13. d9d9ba9 Updated compression tests with batch API changes by murgatroid99 · 8 years ago
  14. 13c22ae Resolved merge conflicts with master by murgatroid99 · 8 years ago
  15. 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
  16. 2cecece Add a unit test for compression. by yang-g · 8 years ago
  17. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  18. d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
  19. 67e2525 Fix handling of one error in bidi calls, and one interop server method by murgatroid99 · 8 years ago
  20. 674f55a Fixed missing variable propagation by murgatroid99 · 8 years ago
  21. 89f7cc5 Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes by murgatroid99 · 8 years ago
  22. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  23. 812c66b Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  24. 635c1ca Fixed ruby timeout_on_sleeping_server implementation by murgatroid99 · 8 years ago
  25. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  26. 1fa96c5 Removed an extra mark object, fixed some documentation by murgatroid99 · 8 years ago
  27. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  28. 654db3d Regenerate build files by Yuchen Zeng · 8 years ago
  29. 492fd96 generate_projects.sh after adding grpc_use_signal() API by Sree Kuchibhotla · 8 years ago
  30. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  31. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  32. bf10c82 implement support for adding external fd to server by Adam Michalik · 8 years ago
  33. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 8 years ago
  34. 46cc2ac add tests by Adam Michalik · 8 years ago
  35. 2888bd5 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  36. ec1588b Ruby: Moved completion queue entirely into extension code by murgatroid99 · 8 years ago
  37. 87ec3b7 Merge pull request #6750 from makdharma/cronet by Jan Tattermusch · 8 years ago
  38. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  39. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  40. 11ca9d8 Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments by Jan Tattermusch · 8 years ago
  41. 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
  42. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  43. 75584a4 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  44. 2a2599b incremental fix - removed cronet dependency from grpc_secure by Makarand Dharmapurikar · 8 years ago
  45. dce1ee6 Fixed ruby fd bug by Ken Payson · 8 years ago
  46. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  47. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  48. 6db0232 Merge pull request #6662 from murgatroid99/ruby_explicit_kw_args by Jan Tattermusch · 8 years ago
  49. 2939e2f Update ruby perf code with keyword args changes by murgatroid99 · 8 years ago
  50. 74cb8f5 Removed remaining reference to timeout argument from ruby interop client by murgatroid99 · 8 years ago
  51. fb2877d Updated ruby interop client with keyword argument changes by murgatroid99 · 8 years ago
  52. b39ad70 Added comments to ruby code generation by murgatroid99 · 8 years ago
  53. 139040b Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  54. ae34a37 Finished updating code and tests with keyword argument changes by murgatroid99 · 8 years ago
  55. 2477c3c Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  56. 83939ce Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args by murgatroid99 · 8 years ago
  57. 746ea97 Finished removing ruby-level signal handlers again by murgatroid99 · 8 years ago
  58. e68a715 Fixed a couple of issues, removed ruby-level signal handling again by murgatroid99 · 8 years ago
  59. 19bf00b Re-added signal handlers to cancel calls and shut down servers by murgatroid99 · 8 years ago
  60. b0b5380 Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args by murgatroid99 · 8 years ago
  61. c0ecedb Made signal handling properly handle non-killing signals by murgatroid99 · 8 years ago
  62. 76733cf Removed remaining references to old server handling code by murgatroid99 · 8 years ago
  63. d595fb6 Handle signals properly when dropping GVL by murgatroid99 · 8 years ago
  64. b19f181 Avoid using unspecified keyword args where possible by murgatroid99 · 8 years ago
  65. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  66. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  67. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago
  68. f624a79 Merge pull request #6537 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  69. 0840b85 Merge pull request #6500 from murgatroid99/ruby_user_agent by Jan Tattermusch · 8 years ago
  70. 38c6cfb Merge pull request #6536 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  71. 8dbe2cb Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  72. 7573dfc Fixed references in grpc-tools gemspec by murgatroid99 · 8 years ago
  73. 2c75731 The release branch is now 0.14.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  74. 5ecdda7 Processing the 0.14 release. by Nicolas "Pixel" Noble · 8 years ago
  75. fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  76. de88da9 Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing by Nicolas Noble · 8 years ago
  77. 585ceca Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby by murgatroid99 · 8 years ago
  78. 3080ede Allow Ruby client code to set a user agent by murgatroid99 · 8 years ago
  79. 0545d7f Revert "Merge pull request #6214 from makdharma/master" by Nicolas "Pixel" Noble · 8 years ago
  80. 03f7e99 Merge pull request #6472 from murgatroid99/ruby_signal_handling2 by Jan Tattermusch · 8 years ago
  81. 42342cb Revert "cronet wrapper code" by Craig Tiller · 8 years ago
  82. cf239e7 Add a default handler to Ruby services that returns UNIMPLEMENTED by murgatroid99 · 8 years ago
  83. 41fd37b Poll for signals more frequently, for greater responsiveness by murgatroid99 · 8 years ago
  84. 873e419 Added explanation about handling signals in C by murgatroid99 · 8 years ago
  85. 6bbe369 Make Ruby library terminate on Ctrl+C on client and server by murgatroid99 · 8 years ago
  86. 19c46c3 Merge remote-tracking branch 'google/release-0_14' by Nicolas "Pixel" Noble · 8 years ago
  87. 24ccbed Merge pull request #6458 from nicolasnoble/ruby-fixes by Nicolas Noble · 8 years ago
  88. 16caa50 Master is now 0.15.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  89. 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  90. 48d833a Merge pull request #6214 from makdharma/master by Nicolas Noble · 8 years ago
  91. 9fcdc87 Cleaning up includes. by Nicolas "Pixel" Noble · 8 years ago
  92. 88f56e5 'exception_info' is a bad word for Windows... by Nicolas "Pixel" Noble · 8 years ago
  93. d8b07cb Let's not compile grpc under Windows - it's taken care of already. by Nicolas "Pixel" Noble · 8 years ago
  94. 2b6a2ab Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby by murgatroid99 · 8 years ago
  95. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 8 years ago
  96. 59dfee8 Fixed rubocop issues with newest changes by murgatroid99 · 8 years ago
  97. 38281cf Ruby: improve server error handling, fix a reference error by murgatroid99 · 8 years ago
  98. b69251c Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  99. 70f697b reran generate_projects.sh after @nnoble's fix in PR6399. by Makarand Dharmapurikar · 8 years ago
  100. 1c4dfc6 Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2 by Nicolas Noble · 8 years ago