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. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  5. b44b385 Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  6. 9a2320e regenerated projects by David Garcia Quintas · 8 years ago
  7. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  8. 5756c68 Added a comment about Ruby queue destruction by murgatroid99 · 8 years ago
  9. 9acc40f Simplified Ruby completion queue destruction code by murgatroid99 · 8 years ago
  10. 13c22ae Resolved merge conflicts with master by murgatroid99 · 8 years ago
  11. 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
  12. 89f7cc5 Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes by murgatroid99 · 8 years ago
  13. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  14. 812c66b Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  15. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  16. 1fa96c5 Removed an extra mark object, fixed some documentation by murgatroid99 · 8 years ago
  17. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  18. 654db3d Regenerate build files by Yuchen Zeng · 8 years ago
  19. 492fd96 generate_projects.sh after adding grpc_use_signal() API by Sree Kuchibhotla · 8 years ago
  20. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  21. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  22. bf10c82 implement support for adding external fd to server by Adam Michalik · 8 years ago
  23. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 8 years ago
  24. 46cc2ac add tests by Adam Michalik · 8 years ago
  25. 2888bd5 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  26. ec1588b Ruby: Moved completion queue entirely into extension code by murgatroid99 · 8 years ago
  27. 87ec3b7 Merge pull request #6750 from makdharma/cronet by Jan Tattermusch · 8 years ago
  28. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  29. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  30. 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
  31. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  32. 75584a4 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  33. 2a2599b incremental fix - removed cronet dependency from grpc_secure by Makarand Dharmapurikar · 8 years ago
  34. dce1ee6 Fixed ruby fd bug by Ken Payson · 8 years ago
  35. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  36. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  37. 139040b Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  38. 2477c3c Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  39. e68a715 Fixed a couple of issues, removed ruby-level signal handling again by murgatroid99 · 8 years ago
  40. c0ecedb Made signal handling properly handle non-killing signals by murgatroid99 · 8 years ago
  41. d595fb6 Handle signals properly when dropping GVL by murgatroid99 · 8 years ago
  42. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  43. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  44. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago
  45. 8dbe2cb Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  46. 0545d7f Revert "Merge pull request #6214 from makdharma/master" by Nicolas "Pixel" Noble · 8 years ago
  47. 03f7e99 Merge pull request #6472 from murgatroid99/ruby_signal_handling2 by Jan Tattermusch · 8 years ago
  48. 873e419 Added explanation about handling signals in C by murgatroid99 · 8 years ago
  49. 6bbe369 Make Ruby library terminate on Ctrl+C on client and server by murgatroid99 · 8 years ago
  50. 24ccbed Merge pull request #6458 from nicolasnoble/ruby-fixes by Nicolas Noble · 8 years ago
  51. 48d833a Merge pull request #6214 from makdharma/master by Nicolas Noble · 8 years ago
  52. 9fcdc87 Cleaning up includes. by Nicolas "Pixel" Noble · 8 years ago
  53. 88f56e5 'exception_info' is a bad word for Windows... by Nicolas "Pixel" Noble · 8 years ago
  54. d8b07cb Let's not compile grpc under Windows - it's taken care of already. by Nicolas "Pixel" Noble · 8 years ago
  55. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 8 years ago
  56. b69251c Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  57. 70f697b reran generate_projects.sh after @nnoble's fix in PR6399. by Makarand Dharmapurikar · 8 years ago
  58. 791e93e Always build the grpc library when building the ruby extension. by Nicolas "Pixel" Noble · 8 years ago
  59. 63ee8ce Reran tools/buildgen/generate_projects.sh again. by Makarand Dharmapurikar · 8 years ago
  60. a2b5495 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  61. 9003768 Fixed unused parameter error by murgatroid99 · 8 years ago
  62. 9e3538c Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  63. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  64. cfa6401 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  65. 12dfdc3 Change win32 file suffix by Yuchen Zeng · 8 years ago
  66. e6077b8 Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby by Jan Tattermusch · 8 years ago
  67. 3049976 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  68. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  69. 336b744 Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method by Eric Richardson · 8 years ago
  70. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  71. bdfaf48 Short-circuit `peer_cert` if we're insecure or unauthenticated by Eric Richardson · 8 years ago
  72. 69d735a Add peer_cert method to Ruby call object by Eric Richardson · 8 years ago
  73. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  74. 2e7d957 Provide a function that converts grpc_call_error values into a string by Yuchen Zeng · 8 years ago
  75. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  76. aa4a7f5 Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadata by Jan Tattermusch · 8 years ago
  77. 725aaf2 Fix codegen by Craig Tiller · 8 years ago
  78. ac491d8 Raise on unexpected metadata values by Rafael Sales · 8 years ago
  79. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  80. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  81. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 8 years ago
  82. e33f936 Merge branch 'release-0_13' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  83. 375d1f4 Better memory management for grpc_rb_byte_buffer_to_s. by Nicolas "Pixel" Noble · 8 years ago
  84. 97daf35 Fix Ruby memory leaks by Zhuochun · 8 years ago
  85. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  86. 8c9edc2 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  87. 05afaa8 Add GC marking for composite credentials by murgatroid99 · 8 years ago
  88. 3eaaf39 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  89. 6586599 Merge pull request #5744 from murgatroid99/ruby_gc_mark_credentials_callback by Jan Tattermusch · 8 years ago
  90. c6b1a71 Merge pull request #5490 from murgatroid99/ruby_call_credentials_log_error by Jan Tattermusch · 8 years ago
  91. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  92. a36ec16 regenerated projects by David Garcia Quintas · 8 years ago
  93. 2c24743 Merge branch 'master' into ruby_call_credentials_log_error by murgatroid99 · 8 years ago
  94. a00d7c0 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  95. 096386f Add GC marking for composite credentials by murgatroid99 · 8 years ago
  96. 93019f7 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  97. 7885ea5 Add a place for tests by Craig Tiller · 8 years ago
  98. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  99. 011641b Minor fix to backtrace retreival code by murgatroid99 · 8 years ago
  100. f0ca4d5 Merge pull request #5441 from a-veitch/no_binary_tags by Bogdan Drutu · 8 years ago