1. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 9 years ago
  2. fdd65f3 Merge pull request #1203 from nathanielmanistaatgoogle/update-interop-generated-code by Masood Malekghassemi · 9 years ago
  3. dce2f52 Merge pull request #1204 from jtattermusch/examples_cleanup by Michael Lumish · 9 years ago
  4. 5180df4 Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformer by Masood Malekghassemi · 9 years ago
  5. 89ad057 Update the generated Python interop code. by Nathaniel Manista · 9 years ago
  6. 14832f8 Merge pull request #1191 from nicolasnoble/gpr_thd_join by Jan Tattermusch · 9 years ago
  7. 9a6b60d Merge pull request #1194 from tbetbetbe/grpc_tools_simplify_deb_building by Jan Tattermusch · 9 years ago
  8. 0d8d958 Merge pull request #1198 from atombender/master by Michael Lumish · 9 years ago
  9. d6a5636 Merge pull request #1199 from atombender/gyp-fix-mac by Michael Lumish · 9 years ago
  10. 425e46c Fix compilation of Node package conditionally on Mac: by Alexander Staubo · 9 years ago
  11. cd7096d Add a metadata_transformer to the Python stub. by Nathaniel Manista · 9 years ago
  12. 378a7d0 Merge pull request #1186 from theRealWardo/patch-1 by LisaFC · 9 years ago
  13. 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
  14. 6c963cd Merge pull request #1196 from vjpai/fix-time-race by Nicolas Noble · 9 years ago
  15. cf1a7e0 Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. by Vijay Pai · 9 years ago
  16. cc6017b Merge pull request #1189 from soltanmm/remove-semicolons by Nathaniel Manista · 9 years ago
  17. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  18. 0bfdfa1 Simplifies the work needed to create a new deb by Tim Emiola · 9 years ago
  19. 7cf25a6 Merge pull request #1193 from tbetbetbe/grpc_tools_deb_builder_configure_version by Jorge Canizales · 9 years ago
  20. f82b378 Add the version of the built deb to be configured by a file by Tim Emiola · 9 years ago
  21. 2a113f6 Add the version of the built deb to be configured by a file by Tim Emiola · 9 years ago
  22. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 9 years ago
  23. 300ebc4 Merge pull request #1140 from murgatroid99/node_trailing_metadata by Tim Emiola · 9 years ago
  24. ef38504 Merge pull request #1190 from nicolasnoble/shared-cleanup by Jan Tattermusch · 9 years ago
  25. 49388b3 Reworded test case descriptions by murgatroid99 · 9 years ago
  26. 8be9887 Merge pull request #1178 from murgatroid99/php_camel_case_methods by Tim Emiola · 9 years ago
  27. 3a00f60 Merge pull request #1181 from murgatroid99/php_gen_code_test_update by Tim Emiola · 9 years ago
  28. 660a33e Satisfy C90 pedantry in Python adapter by Masood Malekghassemi · 9 years ago
  29. ad1d7d9 Actually removing shared project files now. by Nicolas "Pixel" Noble · 9 years ago
  30. a4b0909 Merge pull request #1180 from vjpai/perf-0402 by Yang Gao · 9 years ago
  31. 7c26b0e move Documentation up in the readme by Matt Ward · 9 years ago
  32. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 9 years ago
  33. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 9 years ago
  34. 74c14e5 Add in a racy check for min deadline in run_some_expired_alarms before by Vijay Pai · 9 years ago
  35. e80fdd3 Updated GeneratedCodeTest to match (not so) recent stub changes by murgatroid99 · 9 years ago
  36. 1fa0c08 Merge pull request #1173 from nicolasnoble/vs2010 by Jan Tattermusch · 9 years ago
  37. 7d3d9ca Eliminate a redundant unlock-lock pair since this code is only invoked from by Vijay Pai · 9 years ago
  38. dc7110f Add new CONFIG for building with mutrace by Vijay Pai · 9 years ago
  39. f2554d0 Revive proper SIGINT handling by Vijay Pai · 9 years ago
  40. 63adffe Merge pull request #1177 from yang-g/bugfix by Vijay Pai · 9 years ago
  41. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 9 years ago
  42. e9866e9 resolve comment by Yang Gao · 9 years ago
  43. bd946eb Merge pull request #1172 from nicolasnoble/warnings by Vijay Pai · 9 years ago
  44. 10286d3 Updated PHP files to new method names by murgatroid99 · 9 years ago
  45. c1d7e24 Changed C files to have camelCase method names by murgatroid99 · 9 years ago
  46. b53af53 Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer by Yang Gao · 9 years ago
  47. e8d6c5b Merge pull request #1129 from nicolasnoble/scan-build by Tim Emiola · 9 years ago
  48. 78023ce Merge pull request #1166 from murgatroid99/docker_php_regen_code by Tim Emiola · 9 years ago
  49. bdf24cf Merge pull request #1153 from murgatroid99/php_interop_selector_fix by Tim Emiola · 9 years ago
  50. a830d3c Merge pull request #1170 from murgatroid99/php_external_includes by Tim Emiola · 9 years ago
  51. 5228f62 Merge pull request #1169 from yang-g/pickport by Nicolas Noble · 9 years ago
  52. 7f13eb2 Shutting off warnings about control paths. by Nicolas "Pixel" Noble · 9 years ago
  53. 52bc8f9 Merge pull request #1163 from soltanmm/metadata by Nathaniel Manista · 9 years ago
  54. 841f90f Add metadata support to low-level Python framework by Masood Malekghassemi · 9 years ago
  55. bfa9e4f Fixed scripts again for PHP 5.5 by murgatroid99 · 9 years ago
  56. bbbb3a0 Updated scripts with PHP 5.6's build location by murgatroid99 · 9 years ago
  57. 9e0ee11 Removed pedantic flag from PHP build by murgatroid99 · 9 years ago
  58. 7eb76cc make target of port.c depend on test_config by Yang Gao · 9 years ago
  59. 8242ba7 Made external header includes use angle brackets by murgatroid99 · 9 years ago
  60. 929481e add missing header into build.json and regenerate project by Yang Gao · 9 years ago
  61. 5a5032d Add a macro to enable replacing the default with a custom port picker by Yang Gao · 9 years ago
  62. 650b2c7 Generate interop-related code in docker build by murgatroid99 · 9 years ago
  63. c743904 Merge pull request #1162 from murgatroid99/php_add_protos by donnadionne · 9 years ago
  64. fe77f08 Merge pull request #1164 from murgatroid99/php_metadata_expectations by donnadionne · 9 years ago
  65. d8cc6b8 Do not expect metadata until expecting first read by murgatroid99 · 9 years ago
  66. 1bd4736 Merge pull request #1158 from vjpai/perf-0331 by Yang Gao · 9 years ago
  67. 081cccc Re-added overzealously removed file by murgatroid99 · 9 years ago
  68. 245a0ec Removed generated code files by murgatroid99 · 9 years ago
  69. 65dda6c Updated generated code to match protos by murgatroid99 · 9 years ago
  70. a60dd3b Added proto files by murgatroid99 · 9 years ago
  71. 954177c Merge pull request #1159 from soltanmm/fmt by Nathaniel Manista · 9 years ago
  72. 5bf4d2a Reformat style of using PyObject_HEAD by Masood Malekghassemi · 9 years ago
  73. 54e16ee Put in calls to profiling by Vijay Pai · 9 years ago
  74. 4967313 Remove unused header file for profiler by Vijay Pai · 9 years ago
  75. ce3bd96 Remove outdated file by Vijay Pai · 9 years ago
  76. 7a6ecc2 Merge pull request #1157 from murgatroid99/node_interop_auth_bugfix by donnadionne · 9 years ago
  77. c4bc324 Reversed accidentally swapped test cases by murgatroid99 · 9 years ago
  78. e67d84e Merge pull request #1155 from nicolasnoble/bazel by Yang Gao · 9 years ago
  79. f6edf68 Early support for Bazel. by Nicolas "Pixel" Noble · 9 years ago
  80. 3d2dfcb Merge pull request #1152 from murgatroid99/docker_php_composer by Tim Emiola · 9 years ago
  81. 99c2997 Merge pull request #1148 from nathanielmanistaatgoogle/construction-functions by Masood Malekghassemi · 9 years ago
  82. abd364d Minor fix to test case switch statement, to fix a false negative by murgatroid99 · 9 years ago
  83. 875eece Merge pull request #1110 from yang-g/cancel by Vijay Pai · 9 years ago
  84. 0c4b0dd Add tests with delayed cancellation from client and server by Yang Gao · 9 years ago
  85. 3781a63 Changed PHP version to 5.5 in Dockerfiles by murgatroid99 · 9 years ago
  86. f492b16 Unify early_adopter construction functions by Nathaniel Manista · 9 years ago
  87. fbf8a37 Merge branch 'master' into cancel by Yang Gao · 9 years ago
  88. 675de61 Merge pull request #1147 from murgatroid99/php_composer by Tim Emiola · 9 years ago
  89. bc6f3f0 Merge pull request #1144 from yang-g/genericstub by Vijay Pai · 9 years ago
  90. 9ddc3da Removed redundant autoload require lines by murgatroid99 · 9 years ago
  91. 80df992 Added composer commands to PHP Dockerfiles by murgatroid99 · 9 years ago
  92. b946b5e Refactor and add a unit test by Yang Gao · 9 years ago
  93. b7d9daa Merge branch 'master' into php_composer by murgatroid99 · 9 years ago
  94. b2a6d01 Replaced existing autoloader with one generated by composer by murgatroid99 · 9 years ago
  95. d506d55 Added composer file to PHP library by murgatroid99 · 9 years ago
  96. ce0268c Merge pull request #1145 from murgatroid99/docker_install_php by Tim Emiola · 9 years ago
  97. d081a22 Removed ruby installation change by murgatroid99 · 9 years ago
  98. 92e86f9 Updated php_base Dockerfile to install PHP instead of compiling it by murgatroid99 · 9 years ago
  99. fa50753 Merge pull request #1113 from vjpai/qps-stream by Yang Gao · 9 years ago
  100. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago