1. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  2. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  3. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  4. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 9 years ago
  5. d74896f Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api by Jan Tattermusch · 9 years ago
  6. 05f2d9f Merge pull request #1257 from yang-g/codegennamespace by Nicolas Noble · 9 years ago
  7. fd8f0ef Merge pull request #1260 from donnadionne/python by Tim Emiola · 9 years ago
  8. 1df5689 Merge branch 'master' of github.com:google/grpc into python by Donna Dionne · 9 years ago
  9. a6f49da Merge pull request #1253 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  10. b48e010 Fixed bad op reference by Tim Emiola · 9 years ago
  11. e8382de Also fixing docker file to ensure service account is copied. by Donna Dionne · 9 years ago
  12. 5887383 python auth test command change by Donna Dionne · 9 years ago
  13. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 9 years ago
  14. c8095bd Merge pull request #1258 from yang-g/interop by jboeuf · 9 years ago
  15. 702c709 It turns out I missed an indirect dependency after all in 1244 by Yang Gao · 9 years ago
  16. 1dc1a43 When the proto file does not contain a package, do not generate namespace by Yang Gao · 9 years ago
  17. e8a0b40 Merge pull request #1016 from dklempner/no_kick_self by Nicolas Noble · 9 years ago
  18. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 9 years ago
  19. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  20. 046c665 Merge pull request #1255 from yang-g/headers by Nicolas Noble · 9 years ago
  21. fa4549d Add missing public headers by Yang Gao · 9 years ago
  22. f017551 Merge pull request #1248 from mzhaom/bazel-build by Nicolas Noble · 9 years ago
  23. 746f5cb Fix wrong docker instance in Python interop tests by Masood Malekghassemi · 9 years ago
  24. 3c0ba0c Extend bazel BUILD file to build all the C/C++ libraries as well as by Ming Zhao · 9 years ago
  25. 6392d50 add indirect dependencies by Yang Gao · 9 years ago
  26. 0a43b34 Merge pull request #1251 from donnadionne/logs by Michael Lumish · 9 years ago
  27. 1c96a8f Adding php client to interop tests. by Donna Dionne · 9 years ago
  28. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  29. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 9 years ago
  30. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 9 years ago
  31. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 9 years ago
  32. b22a21e Update RPC server to use the new call API by Tim Emiola · 9 years ago
  33. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 9 years ago
  34. 05e934f Rewrite client_server_spec to use the new call API by Tim Emiola · 9 years ago
  35. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 9 years ago
  36. 1dae4ac Adds Call#run_batch by Tim Emiola · 9 years ago
  37. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 9 years ago
  38. 6de558f Exposes the implementation of CompletionQueue#pluck by Tim Emiola · 9 years ago
  39. 6b493a3 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods by Tim Emiola · 9 years ago
  40. 37b09f4 Adds the call operation codes by Tim Emiola · 9 years ago
  41. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  42. b5d5fb3 Merge pull request #1240 from ctiller/qps by Vijay Pai · 9 years ago
  43. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  44. ffda067 Merge remote-tracking branch 'upstream/master' into interop by Yang Gao · 9 years ago
  45. bad86a0 Merge pull request #1243 from jboeuf/cpp_creds_refactor by Yang Gao · 9 years ago
  46. da0bebc Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns by Michael Lumish · 9 years ago
  47. 820e3d6 Fixes the Makefile template to link .so.<MAJOR_VERSION> by Tim Emiola · 9 years ago
  48. fce25ee Addressing comments. by Julien Boeuf · 9 years ago
  49. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  50. 66048f4 Add reporting library, use it by Craig Tiller · 9 years ago
  51. 8158c6b depend on what I use by Yang Gao · 9 years ago
  52. 41faf0f s/11/1 by Craig Tiller · 9 years ago
  53. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  54. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  55. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 9 years ago
  56. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 9 years ago
  57. 176f921 Revert openssl by Craig Tiller · 9 years ago
  58. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 9 years ago
  59. 4cc8a17 Tweaks by Craig Tiller · 9 years ago
  60. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 9 years ago
  61. d344bcc Merge pull request #1234 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  62. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  63. 206d59a fine tuning by Craig Tiller · 9 years ago
  64. e6b0038 Add OAuth interop tests to Python by Masood Malekghassemi · 9 years ago
  65. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 9 years ago
  66. 1c61af7 Dont sleep forever on async cq by Craig Tiller · 9 years ago
  67. 8a5a666 Handle errors better on client by Craig Tiller · 9 years ago
  68. aa2fca5 Remove asserts by Craig Tiller · 9 years ago
  69. 2c2cf6d Smoke test initial version by Craig Tiller · 9 years ago
  70. e4b1cd0 Merge pull request #1237 from tbetbetbe/grpc_tools_deb_compute_release_tag by Jan Tattermusch · 9 years ago
  71. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 9 years ago
  72. 2f4811f Merge pull request #1233 from murgatroid99/php_generator_script by Tim Emiola · 9 years ago
  73. 2a9102c Merge pull request #1236 from ctiller/qps by Vijay Pai · 9 years ago
  74. c76b565 Use the release tag specified by the version by Tim Emiola · 9 years ago
  75. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 9 years ago
  76. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 9 years ago
  77. fb0edb8 Merge pull request #1231 from nicolasnoble/msys2-fix by Craig Tiller · 9 years ago
  78. 35d06e9 Simplified script by murgatroid99 · 9 years ago
  79. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 9 years ago
  80. 7dde627 Merge pull request #1230 from tbetbetbe/grpc_tools_update_deb_release by Jan Tattermusch · 9 years ago
  81. c8f95e3 Fixing msys2 compilation... by Nicolas "Pixel" Noble · 9 years ago
  82. e6dc81f Merge pull request #1219 from ejona86/integration-test-docs by Nathaniel Manista · 9 years ago
  83. 2821309 Add interoperability test case descriptions by Eric Anderson · 9 years ago
  84. 0f6a1cc Merge pull request #1226 from murgatroid99/objective_c_plugin by Tim Emiola · 9 years ago
  85. 0de5407 Merge pull request #1221 from jtattermusch/math_server by Tim Emiola · 9 years ago
  86. ded5169 Update the libgrpc debian package to depend on the experimental version of openssl by Tim Emiola · 9 years ago
  87. 0c62832 Updated the version to 0.6.0 by Tim Emiola · 9 years ago
  88. 1e3361c Use the local version of the distpackages when build debian files by Tim Emiola · 9 years ago
  89. 9973aa3 Merge pull request #1223 from soltanmm/mac-dylib by Nicolas Noble · 9 years ago
  90. d1be74f Enable dylib installation on MacOS by Masood Malekghassemi · 9 years ago
  91. c02c1d8 clang-format by Craig Tiller · 9 years ago
  92. 6d97916 Update Windows build for interface changes by Craig Tiller · 9 years ago
  93. aec96aa Fix server shutdown by Craig Tiller · 9 years ago
  94. 1068828 Merge pull request #1202 from atombender/fix-python-build-on-mac by Masood Malekghassemi · 9 years ago
  95. ac0002a Made Objective C plugin build without error by murgatroid99 · 9 years ago
  96. 9a532af Merge pull request #1220 from jtattermusch/csharp_calltype_fix by Michael Lumish · 9 years ago
  97. 8c5d68b add calltype decl where missing by Jan Tattermusch · 9 years ago
  98. 8eac91e OS X doesn't have librt, so don't link to it. by Alexander Staubo · 9 years ago
  99. d3efd0a Created Objective C stub code generators by murgatroid99 · 9 years ago
  100. bc83a5e Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0 by Abhishek Kumar · 9 years ago