1. 7b87bab Refactor ruby server shutdown to fix a race by Alexander Polcyn · 7 years ago
  2. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  3. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  4. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 7 years ago
  5. 792c7e3 add new test where client forks after require grpc, to test that lib startup by Alexander Polcyn · 7 years ago
  6. 2a9b5d7 defer grpc_init and background threads until first grpc object init by Alexander Polcyn · 7 years ago
  7. 8d8bb7a Ruby changes by Sree Kuchibhotla · 7 years ago
  8. 98ab520 Ruby: Completion queue creation API changes by Sree Kuchibhotla · 7 years ago
  9. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  10. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  11. ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  12. 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  13. 70f4d26 convert char* to grpc_slice in ruby by Alexander Polcyn · 8 years ago
  14. a868c04 keep old behavior to not destroy ruby server if not instantiated by Alex Polcyn · 8 years ago
  15. 7f8a628 fix race between app and GC on ruby server shutdown by Alexander Polcyn · 8 years ago
  16. 8e769fd Fix arguments for calls to Ruby's `Time.at` by Eric Richardson · 8 years ago
  17. 9acc40f Simplified Ruby completion queue destruction code by murgatroid99 · 8 years ago
  18. 1fa96c5 Removed an extra mark object, fixed some documentation by murgatroid99 · 8 years ago
  19. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  20. ec1588b Ruby: Moved completion queue entirely into extension code by murgatroid99 · 8 years ago
  21. 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
  22. dce1ee6 Fixed ruby fd bug by Ken Payson · 8 years ago
  23. c0ecedb Made signal handling properly handle non-killing signals by murgatroid99 · 8 years ago
  24. d595fb6 Handle signals properly when dropping GVL by murgatroid99 · 8 years ago
  25. 9fcdc87 Cleaning up includes. by Nicolas "Pixel" Noble · 8 years ago
  26. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  27. d51d121 And the Windows extension finally loads. by Nicolas "Pixel" Noble · 9 years ago
  28. 9161a82 Corrects compile error on ruby 2.0 by Tim Emiola · 9 years ago
  29. 519e27d Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certs by Michael Lumish · 9 years ago
  30. 643ebb6 Fixes a comment by Tim Emiola · 9 years ago
  31. 934ae9a Make insecure construction explicit, to address #2614 by Tim Emiola · 9 years ago
  32. 81d950a Updates server shutdown handling by Tim Emiola · 9 years ago
  33. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  34. f75df57 Working on ruby. by Nicolas "Pixel" Noble · 9 years ago
  35. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  36. 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 9 years ago
  37. 87afb5d Clean up some warnings in the ruby wrapping code by murgatroid99 · 9 years ago
  38. fa0fa18 Check more warnings in Ruby library, add -Werror by murgatroid99 · 9 years ago
  39. b1fa5d4 Ruby shutdown api migration by Tim Emiola · 9 years ago
  40. 47b7bd9 Update ruby add_http2_port comments to use port 50051 by remi Taylor · 9 years ago
  41. 357cb81 Straightening out the includes. by Nicolas "Pixel" Noble · 9 years ago
  42. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  43. 3c78b4e Ruby progress by Craig Tiller · 9 years ago
  44. c4440d9 Fix ruby server by Craig Tiller · 9 years ago
  45. 997fab6 Port Ruby to new API by Craig Tiller · 9 years ago
  46. dca359c Merge branch 'master' into fix/typed-struct by Yuki Yugui Sonoda · 9 years ago
  47. 3c88e5d Make some global variables static by Yuki Yugui Sonoda · 9 years ago
  48. 9232f12 Use TypedData for GRPC::Core::Server by Yuki Yugui Sonoda · 9 years ago
  49. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  50. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  51. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 9 years ago
  52. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  53. 3a0d976 Updates the ruby C extension to match the new secure C server API by Tim Emiola · 9 years ago
  54. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 9 years ago
  55. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  56. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  57. 409e6c8 Updates the module name in C extension, ensuring it compiles by Tim Emiola · 9 years ago
  58. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 10 years ago
  59. 0a7d858 Updates rb_server.c to return the created port when it's non-zero by Tim Emiola · 10 years ago
  60. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  61. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  62. 097ef9b Incorporating ruby into the master grpc repository. by nnoble · 10 years ago