1. 8cc7332 Merge pull request #6266 from murgatroid99/ruby_stress_client by Jan Tattermusch · 8 years ago
  2. 79108d0 Changed some 'require' to 'require_relative' and modified rpc_server slightly by murgatroid99 · 8 years ago
  3. ddaa69f Got Ruby stress client working, with some modifications to interop tests by murgatroid99 · 8 years ago
  4. e621f13 Simplified ruby interop test files by murgatroid99 · 8 years ago
  5. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 8 years ago
  6. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  7. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  8. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  9. 5aff099 Merge pull request #6189 from y-zeng/default-verbosity by Yuchen Zeng · 8 years ago
  10. b54f2ae actually stop benchmark server by Jan Tattermusch · 8 years ago
  11. 3849335 remove trailing whitespaces by Jan Tattermusch · 8 years ago
  12. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  13. 8079afa New CQ for each client call by vjpai · 8 years ago
  14. c086285 ruby: Add test case for referring external package by Jun Mukai · 8 years ago
  15. aa4a7f5 Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadata by Jan Tattermusch · 8 years ago
  16. abb4f5f Merge pull request #6070 from ctiller/head-of-line-blocking by Jan Tattermusch · 8 years ago
  17. 895c111 Make ruby library conform to status code spec by murgatroid99 · 8 years ago
  18. 725aaf2 Fix codegen by Craig Tiller · 8 years ago
  19. eddcd85 Merge pull request #6010 from vjpai/i_know_rubies by Jan Tattermusch · 8 years ago
  20. bc846f7 Add spec to make sure invalid metadata values raise ArgumentError by Rafael Sales · 8 years ago
  21. ac491d8 Raise on unexpected metadata values by Rafael Sales · 8 years ago
  22. 5562807 Support many oustanding RPCs per channel - forgot to do this last time by Vijay Pai · 8 years ago
  23. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  24. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  25. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 8 years ago
  26. 828558a Merge branch 'master' into i_know_rubies by Vijay Pai · 8 years ago
  27. d9389a8 Support secure client by vjpai · 8 years ago
  28. cf36f85 Support server-side secure test. by vjpai · 8 years ago
  29. ed25a33 Improved formatting by vjpai · 8 years ago
  30. 5286eee Add streaming client by vjpai · 8 years ago
  31. ad1c1cc Add support for unary client, closed-loop or poisson by vjpai · 8 years ago
  32. e33f936 Merge branch 'release-0_13' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  33. d7f43b3 Fix scoping for client, in preparation for implementation by vjpai · 8 years ago
  34. e8ff388 Fix scope on an each - no need for class scope by vjpai · 8 years ago
  35. 45be26e Working ruby server implementation by vjpai · 8 years ago
  36. 691387a Make histogram more canonically Ruby-style by vjpai · 8 years ago
  37. 375d1f4 Better memory management for grpc_rb_byte_buffer_to_s. by Nicolas "Pixel" Noble · 8 years ago
  38. 97daf35 Fix Ruby memory leaks by Zhuochun · 8 years ago
  39. 343718e Merge branch 'master' into i_know_rubies by vjpai · 8 years ago
  40. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  41. 8c9edc2 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  42. 05afaa8 Add GC marking for composite credentials by murgatroid99 · 8 years ago
  43. 3eaaf39 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  44. 6586599 Merge pull request #5744 from murgatroid99/ruby_gc_mark_credentials_callback by Jan Tattermusch · 8 years ago
  45. c6b1a71 Merge pull request #5490 from murgatroid99/ruby_call_credentials_log_error by Jan Tattermusch · 8 years ago
  46. 75291c9 Initial skeleton of benchmark client and server by vjpai · 8 years ago
  47. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  48. fdeacd9 Initial work for Ruby performance testing by vjpai · 8 years ago
  49. a36ec16 regenerated projects by David Garcia Quintas · 8 years ago
  50. 2c24743 Merge branch 'master' into ruby_call_credentials_log_error by murgatroid99 · 8 years ago
  51. 4f7ffa0 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  52. a00d7c0 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  53. 096386f Add GC marking for composite credentials by murgatroid99 · 8 years ago
  54. 93019f7 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  55. 9f0f1e3 Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  56. 7885ea5 Add a place for tests by Craig Tiller · 8 years ago
  57. 280eedd Merge branch 'master' into pre-0.13.1-downmerge by Nicolas "Pixel" Noble · 8 years ago
  58. 1d68520 Remove extraneous mutex, restrict state transitions by murgatroid99 · 8 years ago
  59. 3c77ff4 Fix copyright by murgatroid99 · 8 years ago
  60. d48d84d Ruby: fix some synchronization code in server implementation by murgatroid99 · 8 years ago
  61. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  62. 011641b Minor fix to backtrace retreival code by murgatroid99 · 8 years ago
  63. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 8 years ago
  64. 8b28076 Add error output for failed ruby credentials plugin by murgatroid99 · 8 years ago
  65. 0cc8242 regenerate imports by Alistair Veitch · 8 years ago
  66. 84a74f8 Merge pull request #5327 from yang-g/v1alpha_to_v1 by Yang Gao · 8 years ago
  67. 88966ab Merge pull request #5348 from nicolasnoble/backport-merge by Nicolas Noble · 9 years ago
  68. 1280fdb Merge branch 'master' into backport-merge by Nicolas "Pixel" Noble · 9 years ago
  69. 88dc3c5 Adding an explanatory comment. by Nicolas "Pixel" Noble · 9 years ago
  70. cb90397 Adding the init / destruct of grpc for ruby in a gpr_once. by Nicolas "Pixel" Noble · 9 years ago
  71. 6f4f02c Slightly better workaround given the circumstances. by Nicolas "Pixel" Noble · 9 years ago
  72. b5b6272 Fixing a reported ruby crash when using ruby_vm_at_exit. by Nicolas "Pixel" Noble · 9 years ago
  73. f4fc61c fix ruby impl and test by yang-g · 9 years ago
  74. 3165c09 regenerate csharp and ruby service from proto by yang-g · 9 years ago
  75. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 9 years ago
  76. 6397660 Flagging the missing API entries. by Nicolas "Pixel" Noble · 9 years ago
  77. 73f5d7c Fix copyrights by murgatroid99 · 9 years ago
  78. 4999ba9 Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular import warning by murgatroid99 · 9 years ago
  79. 6910ce8 Flagging 0.13.1-pre1. by Nicolas "Pixel" Noble · 9 years ago
  80. 7a925f7 Flagging the release. by Nicolas "Pixel" Noble · 9 years ago
  81. 017f84e Merge pull request #5078 from ctiller/compatibility_mode by Craig Tiller · 9 years ago
  82. b14ea1d Revert Ruby version specialization by Masood Malekghassemi · 9 years ago
  83. c0473cc Merge github.com:grpc/grpc into compress by Craig Tiller · 9 years ago
  84. b718c8a Merge github.com:grpc/grpc into compatibility_mode by Craig Tiller · 9 years ago
  85. 32b3f67 Merge remote-tracking branch 'google/release-0_13' into merge-and-regen by Nicolas "Pixel" Noble · 9 years ago
  86. ca144fd Fixing Ruby binary build (again). by Nicolas "Pixel" Noble · 9 years ago
  87. f9e3c23 Fixing ruby versionning. by Nicolas "Pixel" Noble · 9 years ago
  88. 1935c36 Flagging master as 0.14.0-dev. by Nicolas "Pixel" Noble · 9 years ago
  89. cda4bad Flagging 0.13 as pre1. by Nicolas "Pixel" Noble · 9 years ago
  90. f008f06 build.yaml centric versioning by Craig Tiller · 9 years ago
  91. 55e813f Merge pull request #5088 from murgatroid99/core_long_int64_t by Craig Tiller · 9 years ago
  92. 1be9265 Versionning Ruby from build.yaml, and regenerating broken files after census merge. by Nicolas "Pixel" Noble · 9 years ago
  93. 86cbe30 Fixing Mac build for Ruby. by Nicolas Noble · 9 years ago
  94. 5219c6d Properly compiling distributable native gems. by Nicolas "Pixel" Noble · 9 years ago
  95. 309830f Replace 'long' with 'int64_t' in public core headers by murgatroid99 · 9 years ago
  96. cce7fe0 Fix copyright by Craig Tiller · 9 years ago
  97. b15af6f Merge branch 'compress' of github.com:ctiller/grpc into compress by Craig Tiller · 9 years ago
  98. 71ea4a1 Make binary compatibility not the default by Craig Tiller · 9 years ago
  99. e4fdcd9 Merge pull request #5013 from a-veitch/tag_set_to_context by Bogdan Drutu · 9 years ago
  100. 5738c50 Fix Ruby test that failed to read initial metadata by murgatroid99 · 9 years ago