1. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  2. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  3. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  4. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  5. 74c92f6 Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x by Nicolas Noble · 8 years ago
  6. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  7. d10f177 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  8. d57bbe7 Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master by kpayson64 · 8 years ago
  9. 7331a7a Change wrapped languages to use the new channel arg macro name. by Mark D. Roth · 8 years ago
  10. e3817f4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  11. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  12. 38ba85c allow choosing config of ruby package builds from environment variable by Alexander Polcyn · 8 years ago
  13. d9f9076 Update documentation by Craig Tiller · 8 years ago
  14. cdbe6b3 Merge branch 'v1.0.x' into upmerge-from-v1.0.x by Nicolas "Pixel" Noble · 8 years ago
  15. 701951f Merge pull request #7800 from apolcyn/dont_catch_load_error by Nicolas Noble · 8 years ago
  16. e61aab2 convert match data to string by Alexander Polcyn · 8 years ago
  17. 8dd2126 fix directory check by Alexander Polcyn · 8 years ago
  18. 8067d72 dont catch load error when loading grpc lib in grpc gem by Alexander Polcyn · 8 years ago
  19. 398dde4 Restoring require_relative. by Nicolas "Pixel" Noble · 8 years ago
  20. 4712750 Fixing loading precompiled Ruby extension on 2.x.10+ by Nicolas "Pixel" Noble · 8 years ago
  21. 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  22. 9c74487 Use thread pool from concurrent-ruby on ruby server by Alexander Polcyn · 8 years ago
  23. 0f9337b Removing pre2 flag. by Nicolas "Pixel" Noble · 8 years ago
  24. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  25. 69a2fc8 Merge pull request #7293 from apolcyn/send_metadata_from_server_handler by kpayson64 · 8 years ago
  26. 17d5c07 use sent flag only under mutex and dont fail in send_initial_metadata by Alexander Polcyn · 8 years ago
  27. a9bc030 add mutex wrapper around sending and modifying of initial metadata by Alexander Polcyn · 8 years ago
  28. dc3d561 remove dedicated thread for read loop in ruby bidi calls by Alexander Polcyn · 8 years ago
  29. 329d647 Merge pull request #6774 from a-veitch/add_resource by kpayson64 · 8 years ago
  30. 1f32ae4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  31. b3a0fd6 codegen/alloc.h -> support/alloc.h for ruby by David Garcia Quintas · 8 years ago
  32. 2ee99f4 regenerated projects by David Garcia Quintas · 8 years ago
  33. 3260a17 Bumping to 1.0.0-pre2. by Nicolas "Pixel" Noble · 8 years ago
  34. 8302b12 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  35. d8bc223 Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_arg by murgatroid99 · 8 years ago
  36. e8fd66b removed codegen/slice_buffer.h and scrubbed codegen/slice.h by David Garcia Quintas · 8 years ago
  37. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  38. 1399e46 removed codegen/time.h by David Garcia Quintas · 8 years ago
  39. 3b31fdf removed codegen/byte_buffer.h by David Garcia Quintas · 8 years ago
  40. a4d9e4b Merge pull request #7534 from murgatroid99/ruby_tools_script_naming by kpayson64 · 8 years ago
  41. 0b316b0 Ruby Tools: automatically include plugin argument in protoc command by murgatroid99 · 8 years ago
  42. 5a2c918 Updated ruby protos to use new _pb filename by Ken Payson · 8 years ago
  43. b5282c7 Remove .rb suffix from grpc-tools scripts, to be consistent with other gems by murgatroid99 · 8 years ago
  44. 1533e6a Rerun generate_projects.sh by murgatroid99 · 8 years ago
  45. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  46. 3abd27e merge to upstream/master by Alistair Veitch · 8 years ago
  47. d9892bd Moved sending of initial metadata from server into server handler methods by Alex Polcyn · 8 years ago
  48. 90e5b2e Remove undefined reference warning in Ruby build by murgatroid99 · 8 years ago
  49. 8a16ce2 Make new linker warning linux-only by murgatroid99 · 8 years ago
  50. 91633cb Fix undefined reference in Ruby code, add linker warning by murgatroid99 · 8 years ago
  51. f3f5c18 Merge pull request #7284 from ewr/FixRubyTimeConversion by kpayson64 · 8 years ago
  52. 69d897d Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests by kpayson64 · 8 years ago
  53. 535b71d changed compression request streaming enumerable to set write flag on every message by Alexander Polcyn · 8 years ago
  54. 3403565 updated inner class comment by Alexander Polcyn · 8 years ago
  55. 81aab14 simplified client streaming compression request enumerable by Alexander Polcyn · 8 years ago
  56. 580a64a Improved some Ruby inline documentation by murgatroid99 · 8 years ago
  57. cdff92f added ruby client compression interop tests by Alexander Polcyn · 8 years ago
  58. 7c55ab0 removed unnecessary public methods removed tests of non api methods by Alex Polcyn · 8 years ago
  59. 8e769fd Fix arguments for calls to Ruby's `Time.at` by Eric Richardson · 8 years ago
  60. 49bfb92 Master is now 1.1.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  61. 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  62. a0a0e1f Removed expectations of entire provided algorithms list in tests by Alexander Polcyn · 8 years ago
  63. 6c4709e replaced constant compress level names with ids by Alexander Polcyn · 8 years ago
  64. b72cc3d fixed unreferenced self C parameters by Alex Polcyn · 8 years ago
  65. d788b45 Replaced private ruby methods with internal c functions by Alexander Polcyn · 8 years ago
  66. 0dccf10 Added ruby wrapper for grpc_compression_options by Alexander Polcyn · 8 years ago
  67. 19787c7 Merge branch 'master' into ruby_api_review_changes by murgatroid99 · 8 years ago
  68. ae466c8 Revert changes to SingleReqView and MultiReqView by murgatroid99 · 8 years ago
  69. 34967b7 Merge pull request #7270 from kpayson64/ruby_ga_change by kpayson64 · 8 years ago
  70. e69f088 Split incoming initial and trailing metadata in Ruby calls by murgatroid99 · 8 years ago
  71. b156671 Change cancelled to cancelled? by Ken Payson · 8 years ago
  72. b44b385 Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  73. 9a2320e regenerated projects by David Garcia Quintas · 8 years ago
  74. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  75. 5756c68 Added a comment about Ruby queue destruction by murgatroid99 · 8 years ago
  76. 9acc40f Simplified Ruby completion queue destruction code by murgatroid99 · 8 years ago
  77. d9d9ba9 Updated compression tests with batch API changes by murgatroid99 · 8 years ago
  78. 13c22ae Resolved merge conflicts with master by murgatroid99 · 8 years ago
  79. 0033865 Fix bug that occasionally caused a call to be deleted twice by murgatroid99 · 8 years ago
  80. 2cecece Add a unit test for compression. by yang-g · 8 years ago
  81. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  82. d29a3bf Update master branch to 0.16.0-dev by murgatroid99 · 8 years ago
  83. 67e2525 Fix handling of one error in bidi calls, and one interop server method by murgatroid99 · 8 years ago
  84. 674f55a Fixed missing variable propagation by murgatroid99 · 8 years ago
  85. 89f7cc5 Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes by murgatroid99 · 8 years ago
  86. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  87. 812c66b Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  88. 635c1ca Fixed ruby timeout_on_sleeping_server implementation by murgatroid99 · 8 years ago
  89. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  90. 1fa96c5 Removed an extra mark object, fixed some documentation by murgatroid99 · 8 years ago
  91. 5ea4a99 Finished removing CompletionQueue from Ruby API, made some changes for clarity by murgatroid99 · 8 years ago
  92. 654db3d Regenerate build files by Yuchen Zeng · 8 years ago
  93. 492fd96 generate_projects.sh after adding grpc_use_signal() API by Sree Kuchibhotla · 8 years ago
  94. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  95. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  96. bf10c82 implement support for adding external fd to server by Adam Michalik · 8 years ago
  97. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 8 years ago
  98. 46cc2ac add tests by Adam Michalik · 8 years ago
  99. 2888bd5 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  100. ef1c860 merge to master by Alistair Veitch · 8 years ago