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