1. c805309 Using --enable-grpc configure flag by Craig Tiller · 10 years ago
  2. c744916 PHP unit tests run with run_tests.py by Craig Tiller · 10 years ago
  3. c2e80bf Pickup wherever phpunit is installed by Craig Tiller · 10 years ago
  4. e3ccd8f Build static for php by Craig Tiller · 10 years ago
  5. eb65ac9 Remove libevent references by Craig Tiller · 10 years ago
  6. 62b03e2 Sym-link in system extensions by Craig Tiller · 10 years ago
  7. ff7cdd3 Use local .gitignore by Craig Tiller · 10 years ago
  8. 1b3a881 Dont hardcode phpunit director by Craig Tiller · 10 years ago
  9. 1c76a7b Build in the correct directory by Craig Tiller · 10 years ago
  10. e943733 Add shebang by Craig Tiller · 10 years ago
  11. 559f023 PHP build products ignored by Craig Tiller · 10 years ago
  12. aac57fd Build php modules from run_tests.py by Craig Tiller · 10 years ago
  13. f1973b0 Add support for building outside of the Makefile by Craig Tiller · 10 years ago
  14. aa4ef01 Merge pull request #86 from ctiller/deadline by Yang Gao · 10 years ago
  15. c9bbff2 Indent fix by Craig Tiller · 10 years ago
  16. 4853791 Build fix by Craig Tiller · 10 years ago
  17. 7b01878 Fix returned status by Craig Tiller · 10 years ago
  18. ab24de5 Merge pull request #65 from murgatroid99/node_generated_code by Tim Emiola · 10 years ago
  19. 19cdb35 Merge pull request #83 from ctiller/fix by jboeuf · 10 years ago
  20. be5c6e5 Compile fix by Craig Tiller · 10 years ago
  21. a6b4186 Merge pull request #80 from ctiller/mac by Nicolas Noble · 10 years ago
  22. 4132550 Merge pull request #79 from jboeuf/tsi_size_type by Nicolas Noble · 10 years ago
  23. 1cc11db Fix run_test.py so it runs the first time by Craig Tiller · 10 years ago
  24. b222b4d Changing size type in Transport Security (TSI) from uint32_t to size_t: by Julien Boeuf · 10 years ago
  25. cffd920 Merge pull request #78 from nicolasnoble/parallel-build by Craig Tiller · 10 years ago
  26. 17f2b59 Fixing parallel build. by Nicolas "Pixel" Noble · 10 years ago
  27. 56ac94f Merge pull request #72 from nicolasnoble/no-std by Yang Gao · 10 years ago
  28. 36f5323 Fixing includes inconsistency. by Nicolas "Pixel" Noble · 10 years ago
  29. 3903bcf Merge pull request #74 from ctiller/run_tests_fast by Nicolas Noble · 10 years ago
  30. f5c5d80 Removing "using namespace std" everywhere. by Nicolas Noble · 10 years ago
  31. b50d166 Make run_tests.py pass lint by Craig Tiller · 10 years ago
  32. 7173518 Cache for successful test runs by Craig Tiller · 10 years ago
  33. 07c7c68 Merge pull request #68 from nicolasnoble/typos by Craig Tiller · 10 years ago
  34. 54f68b6 Fixing typos in build.json: .cpp -> .cc by Nicolas Noble · 10 years ago
  35. fbf4051 Merge pull request #66 from tbetbetbe/grpc_tools_simplify_docker_image_updates by Michael Lumish · 10 years ago
  36. f3c7ae2 Updates launch server to remove existing server if it's present by Tim Emiola · 10 years ago
  37. cca5ffa Added code generation for clients and servers by murgatroid99 · 10 years ago
  38. 4036f00 Renames and grpc_update_docker_images to grpc_sync_images by Tim Emiola · 10 years ago
  39. bb99cba Merge pull request #62 from ctiller/brackets by Yang Gao · 10 years ago
  40. db2963e Merge pull request #47 from ctiller/makeclean by Nicolas Noble · 10 years ago
  41. 58192e8 Simplify the docker image update cmd by Tim Emiola · 10 years ago
  42. a82516b Merge pull request #46 from ctiller/testing by Nicolas Noble · 10 years ago
  43. 3eef2c4 clang-format by Craig Tiller · 10 years ago
  44. 32946d3 () --> (void) by Craig Tiller · 10 years ago
  45. da2a953 Merge pull request #48 from ctiller/noaccept by Yang Gao · 10 years ago
  46. d7f2c2b clang-format by Craig Tiller · 10 years ago
  47. 4f20042 Remove grpc_call_accept by Craig Tiller · 10 years ago
  48. a2075b9 Remove calls to grpc_call_accept from C core tests. by Craig Tiller · 10 years ago
  49. a614caa Add missing space by Craig Tiller · 10 years ago
  50. d201c9d Merge pull request #1 from nicolasnoble/zlib by Craig Tiller · 10 years ago
  51. 85bf09b Fixing zlib dependency build. by Nicolas "Pixel" Noble · 10 years ago
  52. f58b9ef Remove protoc_plugins, and use a variable. by Craig Tiller · 10 years ago
  53. f0afe50 Add missing space by Craig Tiller · 10 years ago
  54. 5bf2c11 Merge pull request #45 from ctiller/test-lang by Nicolas Noble · 10 years ago
  55. 8f126a6 Remove _DEPS variables by Craig Tiller · 10 years ago
  56. 12c8209 Generate dependencies when compiling the .o by Craig Tiller · 10 years ago
  57. 3759e6f Remove clean rules by Craig Tiller · 10 years ago
  58. c4da6b7 Force using custom libraries if we are using ?SAN. by Craig Tiller · 10 years ago
  59. 3ccae02 Support compiling zlib with ?SAN by Craig Tiller · 10 years ago
  60. f8cc166 Allow language to be specified to run_tests.py by Craig Tiller · 10 years ago
  61. da3010a Merge github.com:google/grpc into testing by Craig Tiller · 10 years ago
  62. 686fb26 Allow language to be specified to run_tests.py by Craig Tiller · 10 years ago
  63. ec0b8f3 Compile OpenSSL differently for each config. by Craig Tiller · 10 years ago
  64. b876c68 Merge pull request #39 from tbetbetbe/grpc_ruby_update_protobuf_ruby_version by Michael Lumish · 10 years ago
  65. cd85bb9 Updates to use the latest version of protobuf-ruby by Tim Emiola · 10 years ago
  66. 3a9675a Merge pull request #37 from nicolasnoble/tweaks by Craig Tiller · 10 years ago
  67. b09078f Addressing pull request comments. by Nicolas Noble · 10 years ago
  68. 594ef6c Merge remote-tracking branch 'google/master' into tweaks by Nicolas Noble · 10 years ago
  69. 9320964 Merge pull request #35 from ctiller/helgrind by Nicolas Noble · 10 years ago
  70. 044db74 Various cosmetic improvements to run_tests.py by Nicolas Noble · 10 years ago
  71. 82fdc98 Merge remote-tracking branch 'upstream/master' by murgatroid99 · 10 years ago
  72. 2739a49 Merge pull request #36 from tbetbetbe/grpc_tools_update_java_testing_flags by Michael Lumish · 10 years ago
  73. b891807 rolled back generated proto changes by Tim Emiola · 10 years ago
  74. 2aa4d64 Helgrind support for run_tests.py by Craig Tiller · 10 years ago
  75. e55e115 Merge pull request #33 from nicolasnoble/quiet by Craig Tiller · 10 years ago
  76. ba51bea Muting an extremely chatty log line. by Nicolas Noble · 10 years ago
  77. baa26f8 Updates the JDK to JDK8 by Tim Emiola · 10 years ago
  78. 8dfaae6 Merge pull request #22 from dklempner/http_scheme by Craig Tiller · 10 years ago
  79. ed0cbc8 Review changes for :scheme conversion to http[s] by David Klempner · 10 years ago
  80. c6a56df Merge pull request #32 from ctiller/qpsfix by Yang Gao · 10 years ago
  81. 8a7a152 Remove unused private field by Craig Tiller · 10 years ago
  82. f4f2351 Merge pull request #13 from ctiller/nogo by Qi Zhao · 10 years ago
  83. 42a1bab Merge pull request #27 from ctiller/faster_make by Nicolas Noble · 10 years ago
  84. a9ce4b4 Merge pull request #29 from ctiller/forever by Nicolas Noble · 10 years ago
  85. 087ebf5 Merge pull request #30 from ctiller/cppapi by Yang Gao · 10 years ago
  86. 7ae3950 Fix the transport name used to start the grpc java docker server by Tim Emiola · 10 years ago
  87. fc4a449 Merge github.com:google/grpc into cppapi by Craig Tiller · 10 years ago
  88. 6046dc3 clang-format by Craig Tiller · 10 years ago
  89. 7d4c64a libevent snuck in by Craig Tiller · 10 years ago
  90. d248c24 Update C++ code to set status via the C api. by Craig Tiller · 10 years ago
  91. 4de9b7d Use the first received status as authoritative. by Craig Tiller · 10 years ago
  92. d86a394 Fix return behavior of run_tools.py by Craig Tiller · 10 years ago
  93. f1f7213 Merge pull request #28 from yang-g/codegen by Tim Emiola · 10 years ago
  94. 5680ff4 Run clang-format-all.sh by Yang Gao · 10 years ago
  95. 1ff11f6 Add a space in front of template argument list. Changing possible <:: to < :: by Yang Gao · 10 years ago
  96. be56a96 Build all targets for a config at once by Craig Tiller · 10 years ago
  97. 0e47738 Merge pull request #26 from ctiller/signals by Yang Gao · 10 years ago
  98. 14e60e9 Use C signal handling in C++ end2end by Craig Tiller · 10 years ago
  99. e1e2475 Unify signal handling in C by Craig Tiller · 10 years ago
  100. 9445967 Adds the service client code generated from the pubsub proto by Tim Emiola · 10 years ago