1. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  2. 046c665 Merge pull request #1255 from yang-g/headers by Nicolas Noble · 9 years ago
  3. fa4549d Add missing public headers by Yang Gao · 9 years ago
  4. f017551 Merge pull request #1248 from mzhaom/bazel-build by Nicolas Noble · 9 years ago
  5. 3c0ba0c Extend bazel BUILD file to build all the C/C++ libraries as well as by Ming Zhao · 9 years ago
  6. 0a43b34 Merge pull request #1251 from donnadionne/logs by Michael Lumish · 9 years ago
  7. 1c96a8f Adding php client to interop tests. by Donna Dionne · 9 years ago
  8. b5d5fb3 Merge pull request #1240 from ctiller/qps by Vijay Pai · 9 years ago
  9. bad86a0 Merge pull request #1243 from jboeuf/cpp_creds_refactor by Yang Gao · 9 years ago
  10. da0bebc Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns by Michael Lumish · 9 years ago
  11. 820e3d6 Fixes the Makefile template to link .so.<MAJOR_VERSION> by Tim Emiola · 9 years ago
  12. fce25ee Addressing comments. by Julien Boeuf · 9 years ago
  13. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  14. 66048f4 Add reporting library, use it by Craig Tiller · 9 years ago
  15. 41faf0f s/11/1 by Craig Tiller · 9 years ago
  16. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 9 years ago
  17. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 9 years ago
  18. 176f921 Revert openssl by Craig Tiller · 9 years ago
  19. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 9 years ago
  20. 4cc8a17 Tweaks by Craig Tiller · 9 years ago
  21. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 9 years ago
  22. d344bcc Merge pull request #1234 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  23. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  24. 206d59a fine tuning by Craig Tiller · 9 years ago
  25. e6b0038 Add OAuth interop tests to Python by Masood Malekghassemi · 9 years ago
  26. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 9 years ago
  27. 1c61af7 Dont sleep forever on async cq by Craig Tiller · 9 years ago
  28. 8a5a666 Handle errors better on client by Craig Tiller · 9 years ago
  29. aa2fca5 Remove asserts by Craig Tiller · 9 years ago
  30. 2c2cf6d Smoke test initial version by Craig Tiller · 9 years ago
  31. e4b1cd0 Merge pull request #1237 from tbetbetbe/grpc_tools_deb_compute_release_tag by Jan Tattermusch · 9 years ago
  32. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 9 years ago
  33. 2f4811f Merge pull request #1233 from murgatroid99/php_generator_script by Tim Emiola · 9 years ago
  34. 2a9102c Merge pull request #1236 from ctiller/qps by Vijay Pai · 9 years ago
  35. c76b565 Use the release tag specified by the version by Tim Emiola · 9 years ago
  36. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 9 years ago
  37. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 9 years ago
  38. fb0edb8 Merge pull request #1231 from nicolasnoble/msys2-fix by Craig Tiller · 9 years ago
  39. 35d06e9 Simplified script by murgatroid99 · 9 years ago
  40. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 9 years ago
  41. 7dde627 Merge pull request #1230 from tbetbetbe/grpc_tools_update_deb_release by Jan Tattermusch · 9 years ago
  42. c8f95e3 Fixing msys2 compilation... by Nicolas "Pixel" Noble · 9 years ago
  43. e6dc81f Merge pull request #1219 from ejona86/integration-test-docs by Nathaniel Manista · 9 years ago
  44. 2821309 Add interoperability test case descriptions by Eric Anderson · 9 years ago
  45. 0f6a1cc Merge pull request #1226 from murgatroid99/objective_c_plugin by Tim Emiola · 9 years ago
  46. 0de5407 Merge pull request #1221 from jtattermusch/math_server by Tim Emiola · 9 years ago
  47. ded5169 Update the libgrpc debian package to depend on the experimental version of openssl by Tim Emiola · 9 years ago
  48. 0c62832 Updated the version to 0.6.0 by Tim Emiola · 9 years ago
  49. 1e3361c Use the local version of the distpackages when build debian files by Tim Emiola · 9 years ago
  50. 9973aa3 Merge pull request #1223 from soltanmm/mac-dylib by Nicolas Noble · 9 years ago
  51. d1be74f Enable dylib installation on MacOS by Masood Malekghassemi · 9 years ago
  52. c02c1d8 clang-format by Craig Tiller · 9 years ago
  53. 6d97916 Update Windows build for interface changes by Craig Tiller · 9 years ago
  54. aec96aa Fix server shutdown by Craig Tiller · 9 years ago
  55. 1068828 Merge pull request #1202 from atombender/fix-python-build-on-mac by Masood Malekghassemi · 9 years ago
  56. ac0002a Made Objective C plugin build without error by murgatroid99 · 9 years ago
  57. 9a532af Merge pull request #1220 from jtattermusch/csharp_calltype_fix by Michael Lumish · 9 years ago
  58. 8c5d68b add calltype decl where missing by Jan Tattermusch · 9 years ago
  59. 8eac91e OS X doesn't have librt, so don't link to it. by Alexander Staubo · 9 years ago
  60. d3efd0a Created Objective C stub code generators by murgatroid99 · 9 years ago
  61. bc83a5e Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0 by Abhishek Kumar · 9 years ago
  62. 0c66514 Merge pull request #1217 from soltanmm/pypi by Tim Emiola · 9 years ago
  63. 81e9a74 Merge pull request #1216 from jtattermusch/csharp_version_bump by Tim Emiola · 9 years ago
  64. 14e941d Bump ruby version to match the new release by Tim Emiola · 9 years ago
  65. 2b34e5a Version update to 0.5.0 by Masood Malekghassemi · 9 years ago
  66. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 9 years ago
  67. 6fa875d Merge pull request #1214 from nicolasnoble/06 by Abhishek Kumar · 9 years ago
  68. 5e51518 Bumping library version to 0.6. by Nicolas "Pixel" Noble · 9 years ago
  69. 2132a21 Merge pull request #1213 from murgatroid99/php_version_0_5 by Abhishek Kumar · 9 years ago
  70. 2db4ebd Updated composer.json to version 0.5.0 by murgatroid99 · 9 years ago
  71. c71121c Merge pull request #1185 from nicolasnoble/the-purge by Vijay Pai · 9 years ago
  72. 2e14249 Merge pull request #1207 from nicolasnoble/macos-fix by Craig Tiller · 9 years ago
  73. a397330 Fixing MacOS build breakage introduced in #1191. by Nicolas Noble · 9 years ago
  74. cee05a4 Merge pull request #1206 from tony612/grpc by Nicolas Noble · 9 years ago
  75. d448247 change gflags in .gitmodules to github by Tony Han · 9 years ago
  76. b092916 Addressing concerns. by Nicolas "Pixel" Noble · 9 years ago
  77. e4f2f15 Merge pull request #1154 from soltanmm/pypi by Tim Emiola · 9 years ago
  78. 451887b Enable PyPI package management by Masood Malekghassemi · 9 years ago
  79. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 9 years ago
  80. 4c64d46 Added example math server by Jan Tattermusch · 9 years ago
  81. fdd65f3 Merge pull request #1203 from nathanielmanistaatgoogle/update-interop-generated-code by Masood Malekghassemi · 9 years ago
  82. dce2f52 Merge pull request #1204 from jtattermusch/examples_cleanup by Michael Lumish · 9 years ago
  83. 5180df4 Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformer by Masood Malekghassemi · 9 years ago
  84. 89ad057 Update the generated Python interop code. by Nathaniel Manista · 9 years ago
  85. 14832f8 Merge pull request #1191 from nicolasnoble/gpr_thd_join by Jan Tattermusch · 9 years ago
  86. 9a6b60d Merge pull request #1194 from tbetbetbe/grpc_tools_simplify_deb_building by Jan Tattermusch · 9 years ago
  87. 0d8d958 Merge pull request #1198 from atombender/master by Michael Lumish · 9 years ago
  88. d6a5636 Merge pull request #1199 from atombender/gyp-fix-mac by Michael Lumish · 9 years ago
  89. 425e46c Fix compilation of Node package conditionally on Mac: by Alexander Staubo · 9 years ago
  90. cd7096d Add a metadata_transformer to the Python stub. by Nathaniel Manista · 9 years ago
  91. 378a7d0 Merge pull request #1186 from theRealWardo/patch-1 by LisaFC · 9 years ago
  92. 3f670f4 Remove unused references to malloc.h (which is non-standard, Linux-specific and generally deprecated; use <cstdlib> instead). by Alexander Staubo · 9 years ago
  93. 6c963cd Merge pull request #1196 from vjpai/fix-time-race by Nicolas Noble · 9 years ago
  94. cf1a7e0 Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. by Vijay Pai · 9 years ago
  95. cc6017b Merge pull request #1189 from soltanmm/remove-semicolons by Nathaniel Manista · 9 years ago
  96. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  97. 0bfdfa1 Simplifies the work needed to create a new deb by Tim Emiola · 9 years ago
  98. 7cf25a6 Merge pull request #1193 from tbetbetbe/grpc_tools_deb_builder_configure_version by Jorge Canizales · 9 years ago
  99. f82b378 Add the version of the built deb to be configured by a file by Tim Emiola · 9 years ago
  100. 2a113f6 Add the version of the built deb to be configured by a file by Tim Emiola · 9 years ago