1. dd2b465 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  2. 67af237 Trim number of CPUs by Craig Tiller · 8 years ago
  3. 6939e41 Merge pull request #5976 from earhart/master by Nicolas Noble · 8 years ago
  4. 5dd4118 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  5. 4c5edc1 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  6. ff20c2b Add protobuf_clib to deps of grpc++_codegen_lib by Rob Earhart · 8 years ago
  7. b7b8d05 Fix the Bazel build re/nanopb by Rob Earhart · 8 years ago
  8. 34236d5 Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  9. 46962bb Merge pull request #5971 from sreecha/stress_test_flexible_config by Jan Tattermusch · 8 years ago
  10. fb43385 Make plugin registries work by Craig Tiller · 8 years ago
  11. 04b7ca8 Starting plugin registry by Craig Tiller · 8 years ago
  12. 5b3391f Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  13. c91504e Merge pull request #5900 from murgatroid99/node_callback_convention by Nicolas Noble · 8 years ago
  14. fdec85f Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  15. 95a137b Add build type option (asan/tsan/dbg or opt) by Sree Kuchibhotla · 8 years ago
  16. 92b3f56 Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  17. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago
  18. d1fce83 Fixes by Craig Tiller · 8 years ago
  19. 66f039b Parallel experiment by Craig Tiller · 8 years ago
  20. ae94594 Support tracing fuzzers by Craig Tiller · 8 years ago
  21. 0b8bf08 Longer by Craig Tiller · 8 years ago
  22. 3dab462 php: remove hardcoded version in templates by Stanley Cheung · 8 years ago
  23. 9a0c741 Follow Node's callback-last convention for client calls by murgatroid99 · 8 years ago
  24. 255bbfd Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  25. f637ce5 Merge branch 'master' into make_clang_great_again_v2 by Vijay Pai · 8 years ago
  26. dc6d5a6 Merge pull request #5829 from jtattermusch/fix_openssl_deadlink by Jan Tattermusch · 8 years ago
  27. 8090150 Merge pull request #5783 from dgquintas/nanopb-dockerfile by Jan Tattermusch · 8 years ago
  28. 9bb7062 Fix gcc4.4 tests by Jan Tattermusch · 8 years ago
  29. c6d6a02 Complete fuzzer framework by Craig Tiller · 8 years ago
  30. c2c026e Renames by Craig Tiller · 8 years ago
  31. f09f020 fixed backslashes by David Garcia Quintas · 8 years ago
  32. a413415 j by Craig Tiller · 8 years ago
  33. a09af92 Merge branch 'make_clang_great_again_v2' of github.com:vjpai/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  34. eb784f3 stuff by Craig Tiller · 8 years ago
  35. 9812c6f adddeps by Craig Tiller · 8 years ago
  36. 32173c5 First version of json fuzzer by Craig Tiller · 8 years ago
  37. b845718 moved apt-gets from .sh file to dockerfile for nanopb by David Garcia Quintas · 8 years ago
  38. b5b18fa Update clang for the Dockerfile used in tsan tests by Vijay Pai · 8 years ago
  39. cd21266 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 8 years ago
  40. 9506ef2 Fix code coverage. by Adele Zhou · 8 years ago
  41. fd1ffe4 Merge pull request #5587 from stanley-cheung/php-update-composer-json by Jan Tattermusch · 8 years ago
  42. 5709e93 remove stale src/php/ext/grpc/README.md by Stanley Cheung · 8 years ago
  43. d4726c1 add support for clang3.4 and 3.6 by Jan Tattermusch · 8 years ago
  44. a9d0629 Merge branch 'codegen_proto_utils_fix' into codegen_lib by David Garcia Quintas · 8 years ago
  45. a662259 Added comment for gyp by David Garcia Quintas · 8 years ago
  46. 3db3c63 Addressed comments by David Garcia Quintas · 8 years ago
  47. 9c691c5 updated templates/README.md by David Garcia Quintas · 8 years ago
  48. 7d974ea Merge pull request #5488 from stanley-cheung/php-update-to-next-ver by Stanley Cheung · 8 years ago
  49. a91a5db sync php with core version; by Stanley Cheung · 8 years ago
  50. df1e05a Simplify PHP installation by Stanley Cheung · 8 years ago
  51. 3742703 fix sanity test by Jan Tattermusch · 8 years ago
  52. 5ade2d4 add some CFLAGS to compile on mac by Stanley Cheung · 8 years ago
  53. f7806b7 Merge pull request #5410 from ctiller/run_gtest by Nicolas Noble · 8 years ago
  54. ca62ff0 Expand gtest suites into individual run_tests tests by Craig Tiller · 8 years ago
  55. 6b57328 remove current date from package.xml; by Stanley Cheung · 8 years ago
  56. 80db5be fix bug with pecl install on mac by Stanley Cheung · 8 years ago
  57. d14d103 Use env-var for post git step by Craig Tiller · 8 years ago
  58. fc4dcf0 Merge github.com:grpc/grpc into 44 by Craig Tiller · 8 years ago
  59. d3a7b60 Merge pull request #5365 from ctiller/naming-crisis by Nicolas Noble · 8 years ago
  60. bf74d69 fix php artifact name and update config.m4 template by Stanley Cheung · 8 years ago
  61. 5adb71f php: simplify installation by Stanley Cheung · 8 years ago
  62. c95bfef Merge pull request #5369 from jtattermusch/run_tests_improvements by Craig Tiller · 8 years ago
  63. 4ea4599 Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 8 years ago
  64. 804b855 Test for a working -Wshadow by Craig Tiller · 8 years ago
  65. b79c1e1 Ensure we can compile boringssl before trying: old compiler compatibility by Craig Tiller · 8 years ago
  66. 0c24f97 Merge pull request #5334 from jtattermusch/protoc_artifacts_windows by Nicolas Noble · 8 years ago
  67. c4cbe39 add more compilers by Jan Tattermusch · 8 years ago
  68. 70ab4c5 Merge github.com:grpc/grpc into fix-proto-docker by Craig Tiller · 8 years ago
  69. 521423c Regenerate files, fix bugs by Craig Tiller · 8 years ago
  70. 732a875 Add a sanity test for name aliasing by Craig Tiller · 8 years ago
  71. e0dbd3f Fixing MacOS. by Nicolas "Pixel" Noble · 8 years ago
  72. 6611dde enable 64bit windows compilation of protoc plugins by Jan Tattermusch · 8 years ago
  73. 3711e83 moar VS fun by David Garcia Quintas · 8 years ago
  74. 2e8fdba Building the dlls. by Nicolas "Pixel" Noble · 8 years ago
  75. 16f6826 Merge github.com:grpc/grpc into fix-proto-docker by Craig Tiller · 8 years ago
  76. d013912 Extern "C" Python DLL support by Masood Malekghassemi · 8 years ago
  77. 84ef9d7 Merge pull request #5254 from grpc/release-0_13 by Jan Tattermusch · 8 years ago
  78. ed59c7d Adding the .yardopts file into the gems. by Nicolas "Pixel" Noble · 8 years ago
  79. f083013 Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13 by Nicolas "Pixel" Noble · 8 years ago
  80. 9ab6d0c Ensure we use local node-pre-gyp in Node install hook by murgatroid99 · 8 years ago
  81. 017f84e Merge pull request #5078 from ctiller/compatibility_mode by Craig Tiller · 8 years ago
  82. eb841e2 Revert "Revert "Proto API for LB request/responses"" by Craig Tiller · 8 years ago
  83. c35e2c5 Revert "Proto API for LB request/responses" by Craig Tiller · 8 years ago
  84. c3602dc Merge pull request #4038 from dgquintas/grpclb_api by Craig Tiller · 8 years ago
  85. ab604b6 Bundle node-pre-gyp with the node package by murgatroid99 · 8 years ago
  86. b9a5f16 Merge pull request #5205 from grpc/release-0_13 by Craig Tiller · 8 years ago
  87. b718c8a Merge github.com:grpc/grpc into compatibility_mode by Craig Tiller · 8 years ago
  88. 742a783 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  89. 4ea3d4c Merge pull request #5191 from ctiller/fixdocker by Vijay Pai · 8 years ago
  90. 9c7961a Merge pull request #5165 from ctiller/bring_back_gpr by Nicolas Noble · 8 years ago
  91. f6fd7ec Fix docker inception for now by Craig Tiller · 8 years ago
  92. 32b3f67 Merge remote-tracking branch 'google/release-0_13' into merge-and-regen by Nicolas "Pixel" Noble · 8 years ago
  93. 8c686e7 Stop explicitly supporting Node 0.10 and 0.11 by murgatroid99 · 8 years ago
  94. ca144fd Fixing Ruby binary build (again). by Nicolas "Pixel" Noble · 8 years ago
  95. 4a67be4 Further cleanup by Craig Tiller · 8 years ago
  96. 08946be Further cleanup by Craig Tiller · 8 years ago
  97. 1298afd Get compilation working again by Craig Tiller · 8 years ago
  98. da179ce Rollback gpr deletion by Craig Tiller · 8 years ago
  99. 7e46618 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  100. f9e3c23 Fixing ruby versionning. by Nicolas "Pixel" Noble · 8 years ago