1. 3ecf26d Fail if fuzzer takes > 2 minutes by Craig Tiller · 8 years ago
  2. ac0f020 upgrade go docker image to golang:1.5 by Jan Tattermusch · 8 years ago
  3. c807ddd Merge pull request #6213 from sreecha/java_stress_docker by Jan Tattermusch · 8 years ago
  4. 9d4e4ff Fix back slashes in the template and break the RUN steps by Sree Kuchibhotla · 8 years ago
  5. ffc522b Merge pull request #6209 from sreecha/go_stress_docker by Jan Tattermusch · 8 years ago
  6. 9192498 Java stress test docker images by Sree Kuchibhotla · 8 years ago
  7. edaa6eb Go Stress test: Docker stress test images and config files to run on GKE by Sree Kuchibhotla · 8 years ago
  8. 134a6b6 Dictionary support for fuzzers by Craig Tiller · 8 years ago
  9. bcd4999 Merge pull request #6153 from vjpai/make_ruby_cqs_great_again by Jan Tattermusch · 8 years ago
  10. 0d17ee3 Fix bug causing all fuzzers to run forever by Craig Tiller · 8 years ago
  11. c6e2460 Put facter development dependence in template as well. by vjpai · 8 years ago
  12. 8c0b4d7 Manually list files in Node package.json to avoid MSBuild environment limits by murgatroid99 · 8 years ago
  13. 8d1cb3c Initial corpus by Craig Tiller · 8 years ago
  14. 83f5a85 More parameterization by Craig Tiller · 8 years ago
  15. d4f04e8 Merge pull request #6115 from jtattermusch/csharp_support_projectjson by Jan Tattermusch · 8 years ago
  16. f2d6a5a Merge pull request #6108 from miselin/sanity-check-vsprojects by Nicolas Noble · 8 years ago
  17. c236a21 Merge pull request #6109 from murgatroid99/node_grpc_tools_package by Nicolas Noble · 8 years ago
  18. 361be66 Merge pull request #6092 from ctiller/strong-includes by Nicolas Noble · 8 years ago
  19. 1afdf84 make gRPC C# nuget work with new project.json style projects by Jan Tattermusch · 8 years ago
  20. 50df82f Add a sanity check to make sure vsprojects stays usable. by Matthew Iselin · 8 years ago
  21. 922537b Allow specifying fuzzer runtime by Craig Tiller · 8 years ago
  22. 5db5e13 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  23. adc53ad Merge pull request #6071 from ctiller/e2efuzz by Nicolas Noble · 8 years ago
  24. 2dc8442 Created node tools package to distribute protoc and eventually the plugin by murgatroid99 · 8 years ago
  25. d1697d9 Getting dependencies fixed up by Craig Tiller · 8 years ago
  26. aecac88 fix copyrights by Sree Kuchibhotla · 8 years ago
  27. 7a05436 New config for node. Made some changes to support node config by Sree Kuchibhotla · 8 years ago
  28. d153cbe Allow specifying max input length by Craig Tiller · 8 years ago
  29. f35e5f7 Merge branch 'fuzzer-polish' of github.com:nicolasnoble/grpc into e2efuzz by Craig Tiller · 8 years ago
  30. 94625cd Merge branch 'filters-can-cause-closes' into e2efuzz by Craig Tiller · 8 years ago
  31. a446ee2 Add test to verify bad behavior by Craig Tiller · 8 years ago
  32. 9e9edbc Introduce machinery to allow tests to register plugins by Craig Tiller · 8 years ago
  33. 9790c4e x by Craig Tiller · 8 years ago
  34. e05b464 Revert "Revert "x"" by Craig Tiller · 8 years ago
  35. 688b024 Revert "x" by Craig Tiller · 8 years ago
  36. 029fbbd x by Craig Tiller · 8 years ago
  37. 762a8df Fuzzers now handle asserts. by Nicolas "Pixel" Noble · 8 years ago
  38. 31efd7e Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  39. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  40. dd2b465 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  41. 67af237 Trim number of CPUs by Craig Tiller · 8 years ago
  42. 6939e41 Merge pull request #5976 from earhart/master by Nicolas Noble · 8 years ago
  43. 5dd4118 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  44. 4c5edc1 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  45. ff20c2b Add protobuf_clib to deps of grpc++_codegen_lib by Rob Earhart · 8 years ago
  46. b7b8d05 Fix the Bazel build re/nanopb by Rob Earhart · 8 years ago
  47. 34236d5 Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  48. 46962bb Merge pull request #5971 from sreecha/stress_test_flexible_config by Jan Tattermusch · 8 years ago
  49. fb43385 Make plugin registries work by Craig Tiller · 8 years ago
  50. 04b7ca8 Starting plugin registry by Craig Tiller · 8 years ago
  51. 5b3391f Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  52. c91504e Merge pull request #5900 from murgatroid99/node_callback_convention by Nicolas Noble · 8 years ago
  53. fdec85f Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  54. 95a137b Add build type option (asan/tsan/dbg or opt) by Sree Kuchibhotla · 8 years ago
  55. 92b3f56 Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  56. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago
  57. d1fce83 Fixes by Craig Tiller · 8 years ago
  58. 66f039b Parallel experiment by Craig Tiller · 8 years ago
  59. ae94594 Support tracing fuzzers by Craig Tiller · 8 years ago
  60. 0b8bf08 Longer by Craig Tiller · 8 years ago
  61. 3dab462 php: remove hardcoded version in templates by Stanley Cheung · 8 years ago
  62. 9a0c741 Follow Node's callback-last convention for client calls by murgatroid99 · 8 years ago
  63. 255bbfd Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  64. f637ce5 Merge branch 'master' into make_clang_great_again_v2 by Vijay Pai · 8 years ago
  65. dc6d5a6 Merge pull request #5829 from jtattermusch/fix_openssl_deadlink by Jan Tattermusch · 8 years ago
  66. 8090150 Merge pull request #5783 from dgquintas/nanopb-dockerfile by Jan Tattermusch · 8 years ago
  67. 9bb7062 Fix gcc4.4 tests by Jan Tattermusch · 8 years ago
  68. c6d6a02 Complete fuzzer framework by Craig Tiller · 8 years ago
  69. c2c026e Renames by Craig Tiller · 8 years ago
  70. f09f020 fixed backslashes by David Garcia Quintas · 8 years ago
  71. a413415 j by Craig Tiller · 8 years ago
  72. a09af92 Merge branch 'make_clang_great_again_v2' of github.com:vjpai/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  73. eb784f3 stuff by Craig Tiller · 8 years ago
  74. 9812c6f adddeps by Craig Tiller · 8 years ago
  75. 32173c5 First version of json fuzzer by Craig Tiller · 8 years ago
  76. b845718 moved apt-gets from .sh file to dockerfile for nanopb by David Garcia Quintas · 8 years ago
  77. b5b18fa Update clang for the Dockerfile used in tsan tests by Vijay Pai · 8 years ago
  78. cd21266 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 8 years ago
  79. 9506ef2 Fix code coverage. by Adele Zhou · 8 years ago
  80. fd1ffe4 Merge pull request #5587 from stanley-cheung/php-update-composer-json by Jan Tattermusch · 8 years ago
  81. 5709e93 remove stale src/php/ext/grpc/README.md by Stanley Cheung · 8 years ago
  82. d4726c1 add support for clang3.4 and 3.6 by Jan Tattermusch · 8 years ago
  83. a9d0629 Merge branch 'codegen_proto_utils_fix' into codegen_lib by David Garcia Quintas · 8 years ago
  84. a662259 Added comment for gyp by David Garcia Quintas · 8 years ago
  85. 3db3c63 Addressed comments by David Garcia Quintas · 8 years ago
  86. 9c691c5 updated templates/README.md by David Garcia Quintas · 8 years ago
  87. 7d974ea Merge pull request #5488 from stanley-cheung/php-update-to-next-ver by Stanley Cheung · 8 years ago
  88. a91a5db sync php with core version; by Stanley Cheung · 8 years ago
  89. df1e05a Simplify PHP installation by Stanley Cheung · 8 years ago
  90. 3742703 fix sanity test by Jan Tattermusch · 8 years ago
  91. 5ade2d4 add some CFLAGS to compile on mac by Stanley Cheung · 8 years ago
  92. f7806b7 Merge pull request #5410 from ctiller/run_gtest by Nicolas Noble · 8 years ago
  93. ca62ff0 Expand gtest suites into individual run_tests tests by Craig Tiller · 8 years ago
  94. 6b57328 remove current date from package.xml; by Stanley Cheung · 8 years ago
  95. 80db5be fix bug with pecl install on mac by Stanley Cheung · 8 years ago
  96. d14d103 Use env-var for post git step by Craig Tiller · 8 years ago
  97. fc4dcf0 Merge github.com:grpc/grpc into 44 by Craig Tiller · 8 years ago
  98. d3a7b60 Merge pull request #5365 from ctiller/naming-crisis by Nicolas Noble · 8 years ago
  99. bf74d69 fix php artifact name and update config.m4 template by Stanley Cheung · 8 years ago
  100. 5adb71f php: simplify installation by Stanley Cheung · 9 years ago