1. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago
  2. 0981f9f Bump version to 1.8.1 by Mehrdad Afshari · 7 years ago
  3. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  4. 5663eac Merge pull request #13696 from apolcyn/update_ruby_for_cpp_core by apolcyn · 7 years ago
  5. ebcc6b3 Update extconf.rb for c++ conversion, move CFLAGS to CPPFLAGS when by Alexander Polcyn · 7 years ago
  6. 7d199c9 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x by Nicolas "Pixel" Noble · 7 years ago
  7. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  8. 17f9491 Merge pull request #13153 from bmarkons/patch-1 by apolcyn · 7 years ago
  9. 1972e5c Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests by apolcyn · 7 years ago
  10. 81e9581 Remove some sleeps in ruby tests and fix test server shutdown by Alex Polcyn · 7 years ago
  11. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  12. 552a7ca Bump 1.8.0-dev to 1.8.0-pre1 by Mehrdad Afshari · 7 years ago
  13. fba9677 generate_projects by Muxi Yan · 7 years ago
  14. 9f4a8ee Add HealthChecker helpers for setting statuses by Marko Bogdanović · 7 years ago
  15. 2e8bef1 Merge pull request #13204 from apolcyn/fix_broken_ruby_20_for_master by apolcyn · 7 years ago
  16. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  17. 44ab6a5 fix by Craig Tiller · 7 years ago
  18. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  19. b32d72e Sanity fixes by Craig Tiller · 7 years ago
  20. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  21. 2f921a3 Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to by Yash Tibrewal · 7 years ago
  22. 99fdda8 remove use of keyword args by Alexander Polcyn · 7 years ago
  23. 8886913 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  24. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago
  25. 268685b Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  26. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  27. 52620b6 Merge branch 'master' into census_update by Jim King · 7 years ago
  28. 3318979 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  29. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago
  30. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  31. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  32. 692bbf9 Merge pull request #12896 from pongad/ruby-php-bin by Feng Li · 7 years ago
  33. bb7d088 Cleaning up census code. by Vizerai · 7 years ago
  34. 40d3062 Fix call object memory leak in ruby, when call object is closed by Alexander Polcyn · 7 years ago
  35. 410ba6d format by Michael Darakananda · 7 years ago
  36. fbf8128 Add OpenBSD support by Frank Groeneveld · 7 years ago
  37. 5e33a3b Merge branch 'master' into ruby-php-bin by Michael Darakananda · 7 years ago
  38. bf6185c make ruby proxy worker accept script location by Michael Darakananda · 7 years ago
  39. d015389 exclude uploading stats, add unconstained php benchmark by ZhouyihaiDing · 7 years ago
  40. 8c12d9e Add a test under ruby GC stress mode and fix non-GC-rooted variable bug by Alexander Polcyn · 7 years ago
  41. e2b4e49 Merge pull request #12493 from apolcyn/fix_ruby_call_mem_leak by apolcyn · 7 years ago
  42. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  43. f9a39ac Merge pull request #12718 from ZhouyihaiDing/c_ext_php by Zhouyihai Ding · 7 years ago
  44. 6456e49 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  45. f1b1ab0 return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set by Alexander Polcyn · 7 years ago
  46. c8e145b add protobuf c_ext to php benchmark by ZhouyihaiDing · 7 years ago
  47. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  48. eec7a91 Add Ruby server interceptors by Shaun McCormick · 7 years ago
  49. 3e0905e Merge pull request #12681 from apolcyn/fix_ruby_sigint_mask_in_test by apolcyn · 7 years ago
  50. 2f3e588 Dont assume that sigint wasnt masked when invoking ruby tests by Alexander Polcyn · 7 years ago
  51. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  52. c0f4278 Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time by apolcyn · 7 years ago
  53. aafa875 Merge pull request #12452 from apolcyn/google_rpc_status_in_ruby by apolcyn · 7 years ago
  54. a594ba0 add a client side utility for extracting a google rpc status from a grpc::Status by Alexander Polcyn · 7 years ago
  55. dc1cd54 Running generate_projects.sh by Yash Tibrewal · 7 years ago
  56. 67fa513 make sure calls created in ruby unit tests are completed timely by Alexander Polcyn · 7 years ago
  57. 1c87515 add php extension by ZhouyihaiDing · 7 years ago
  58. d24e966 fix memory leak of ruby call objects by Alexander Polcyn · 7 years ago
  59. 0aee498 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  60. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  61. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  62. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  63. 66e08cb add rubocop warnings to TODO config file by Jan Tattermusch · 7 years ago
  64. 010ea65 remove calls to optional paramaters so that the test is compatible with ruby versions < 2.1 by Alexander Polcyn · 7 years ago
  65. 2caf021 Change plugin credentials API to support both sync and async modes. by Mark D. Roth · 7 years ago
  66. ba23e79 Sanity fixes by Yuchen Zeng · 7 years ago
  67. f28955d Merge pull request #12237 from andremedeiros/fix-gc-eager-sweep by apolcyn · 7 years ago
  68. 7c62a35 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  69. b0eae8a Mark error code details as global by Andre Medeiros · 7 years ago
  70. 0f924b7 Merge pull request #12213 from dgquintas/v1.7.x-version-bump by David G. Quintas · 7 years ago
  71. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  72. e387852 Catch NotImplementedError exceptions and forward them to the client. by John Millikin · 7 years ago
  73. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  74. 240f35d Merge pull request #10636 from apolcyn/alleviate_10526 by apolcyn · 7 years ago
  75. c6627ca cancel calls with an error message when bidi write loop fails with user error by Alexander Polcyn · 7 years ago
  76. 69b8fe0 Merge branch 'master' into stream_compression_config by Muxi Yan · 7 years ago
  77. 3908891 fix cancellation test flake by Alexander Polcyn · 7 years ago
  78. cace6a9 Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate by apolcyn · 7 years ago
  79. cd22f11 properly finish bidi calls when there is an initial error by Alexander Polcyn · 7 years ago
  80. 0603895 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  81. b32c23a generate_project by Muxi Yan · 7 years ago
  82. 16149ad regenerate projects by yang-g · 7 years ago
  83. f064af3 Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master by apolcyn · 7 years ago
  84. 11fade7 Fix a ruby test flake by Alexander Polcyn · 7 years ago
  85. 85cc143 fix memory leak with large metadata keys or values by Alexander Polcyn · 7 years ago
  86. d238d84 Merge pull request #11764 from apolcyn/fix_ruby_socket_leak by apolcyn · 7 years ago
  87. 7cc83e0 add a standalone client auth test by Alexander Polcyn · 7 years ago
  88. 7cc30c1 add missing fields on server call context and improve robustness of finished calls by Alexander Polcyn · 7 years ago
  89. 59a19a9 make sure that client-side view of calls is robust by Alexander Polcyn · 7 years ago
  90. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  91. da0c0ec Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_master by apolcyn · 7 years ago
  92. 77349cd fix ruby memory leaks when composing credentials by Alexander Polcyn · 7 years ago
  93. 8ffb7c1 Merge pull request #11759 from apolcyn/ruby_cleanup by apolcyn · 7 years ago
  94. fb1e164 dont wait for gc to destroy calls on ruby server by Alexander Polcyn · 7 years ago
  95. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  96. 59827dd generate project by Muxi Yan · 7 years ago
  97. 600ae82 remove an unused method by Alexander Polcyn · 7 years ago
  98. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  99. 8d69a2f correct channel arg constructor calls in ruby channel creds test by Alexander Polcyn · 7 years ago
  100. c02e39d Merge pull request #9823 from mjkim/fix_unkown by Mehrdad Afshari · 7 years ago