1. e03b32a Reimplement fuzzing instrumentation using Bazel transitions. (#86) by Stefan Bucur · 3 years, 8 months ago
  2. 8cc9b29 Expand the documentation of the cc_fuzz_test macro. (#84) by Stefan Bucur · 3 years, 8 months ago
  3. 6b841c6 Bump up the Stardoc dependency to the latest HEAD commit and regenerate the Markdown documentation. (#85) by Stefan Bucur · 3 years, 8 months ago
  4. f782cd3 Update the repo HTTP archive source location in the README example. (#82) by Stefan Bucur · 3 years, 8 months ago
  5. 4de19aa Use the workspace name for labels in macros. (#81) by Stefan Bucur · 3 years, 8 months ago
  6. 23a540c Update Honggfuzz past the commit fixing ASAN overflow detection. (#80) by Stefan Bucur · 3 years, 8 months ago
  7. 7c12b01 Revamp the README documentation of the rules. (#78) by Stefan Bucur · 3 years, 8 months ago
  8. a4bb04b Explicitly disable libfuzzer instrumentation in Honggfuzz. (#79) by Stefan Bucur · 3 years, 8 months ago
  9. bf60569 Ignore VSCode configuration. (#77) by Stefan Bucur · 3 years, 8 months ago
  10. de69860 Auto-generate documentation for all fuzzing rules. (#76) by Stefan Bucur · 3 years, 9 months ago
  11. daa7ba8 Add Honggfuzz engine support through the --config=asan-honggfuzz build config. (#75) by Stefan Bucur · 3 years, 9 months ago
  12. 08a761f Remove the PR template. I'm currently working on the project primarily from VSCode, which automatically populates PRs from commit descriptions. (#73) by Stefan Bucur · 3 years, 9 months ago
  13. 7bd16ba Add the repository collaborators as CODEOWNERS (#74) by Stefan Bucur · 3 years, 9 months ago
  14. d4091eb Fix the buffer overflow example in opt build mode. (#72) by Stefan Bucur · 3 years, 9 months ago
  15. 6cc6969 Define new cc_fuzzing_engine rule. (#71) by Stefan Bucur · 3 years, 9 months ago
  16. 7148546 Formatting nit: Remove empty comment lines. (#70) by Stefan Bucur · 3 years, 9 months ago
  17. 704d600 Define .gitignore file excluding Bazel generated files. (#69) by Stefan Bucur · 3 years, 10 months ago
  18. 7b51831 Updates the snippet importing bazel-rules-fuzzing to the latest commit (#66) by Tengpeng · 4 years ago
  19. bc4b3af Adds optional_args to launcher.py (#67) by Tengpeng · 4 years ago
  20. c583dd3 Deletes is_regression parameter in fuzzing_launcher (#65) by Tengpeng · 4 years ago
  21. fca4dcc Adds dictionary support to launcher (#63) by Tengpeng · 4 years ago
  22. 69a6e66 Readme (#59) by Tengpeng · 4 years ago
  23. ac0acb1 Uses maybe to download repositories (#64) by Tengpeng · 4 years ago
  24. 9ae0b0a Uses pip3_import rule to install absl-py (#62) by Tengpeng · 4 years ago
  25. b87b772 Solve potential corpus name conflict by Tengpeng · 4 years ago
  26. a5f1a58 Supports regression test in fuzzing_launcher (#56) by Tengpeng · 4 years ago
  27. 8bb09eb Removes glob in cc_fuzz_test (#57) by Tengpeng · 4 years ago
  28. 40da443 Rule fuzzing_dictionary() (#52) by Tengpeng · 4 years ago
  29. 8520424 Explicitly create directory in fuzzing_corpus (#53) by Tengpeng · 4 years ago
  30. bbab435 Break up "Run all tests" in bazel_test.yml (#51) by Tengpeng · 4 years ago
  31. 2cd7233 Fuzzing dictionary validation python script (#46) by Tengpeng · 4 years ago
  32. a9c9e94 Create rules to load external dependencies (#48) by Tengpeng · 4 years ago
  33. 630b5a0 Add corpus as an argument to fuzzing_launcher (#45) by Tengpeng · 4 years ago
  34. 0441a95 Rule fuzzing_corpus for collecting corpus files (#38) by Tengpeng · 4 years ago
  35. c61eac0 Use **kwargs to forward attributes in cc_fuzz_test (#39) by Tengpeng · 4 years ago
  36. ae53f23 Test an example _run targets in CI (#37) by Tengpeng · 4 years ago
  37. 94f585d Initial version of cc_fuzz_run, which creates a script <name>_run (#34) by Tengpeng · 4 years ago
  38. 49976be Add -max_total_time argument into launcher.py (#35) by Tengpeng · 4 years ago
  39. d7f7ddd Initial version of the Python launcher script for invoking fuzz target executables (#31) by Tengpeng · 4 years ago
  40. 7813311 Replace PR_TEMPLATE with a more descriptive one (#33) by Tengpeng · 4 years, 1 month ago
  41. 6bb119d change directory layout (#30) by Tengpeng · 4 years, 1 month ago
  42. e7b83f9 suppress "uninitialized" warning for msan_fuzz_test (#27) by Tengpeng · 4 years, 1 month ago
  43. 9b6b6d5 Create fuzz test examples (#19) by Tengpeng · 4 years, 1 month ago
  44. d7d521f Enable C++, Starlark language linting in pushes and pull requests (#14) by Tengpeng · 4 years, 1 month ago
  45. cbb5d4a init Bazel WORKSPACE and create a dummy cc_binary (#5) by Tengpeng · 4 years, 2 months ago
  46. dc7dfc1 Merge pull request #4 from googleinterns/delete_unused_yaml by Tengpeng · 4 years, 2 months ago
  47. cb3cebc delete unused yaml file and test file by tengpeng · 4 years, 2 months ago
  48. 2a9eb3a test code_review.yaml by tengpeng · 4 years, 2 months ago
  49. 1ef0939 bug fix: append comma to the job name by tengpeng · 4 years, 2 months ago
  50. f7315f5 add workflow for code review by tengpeng · 4 years, 2 months ago
  51. 369b9af Create initial README file. by Stefan Bucur · 4 years, 2 months ago
  52. c8e34ae also copy .github directory by Will Norris · 4 years, 3 months ago
  53. bc6327f Update README.md by Mizux · 4 years, 6 months ago
  54. 6f16860 clarify that this template is for Google projects by Will Norris · 4 years, 7 months ago
  55. c920bb8 rename code of conduct file by Will Norris · 4 years, 7 months ago
  56. 5cfd59e Add a default code of conduct (#11) by Julia Ferraioli · 4 years, 7 months ago
  57. d1dca74 Update README.md by Sasan Tavakkol · 4 years, 10 months ago
  58. 53a23fe opensource.google.com => opensource.google by Robert Spier · 4 years, 10 months ago
  59. b6aec80 docs: Add .github and docs directories by Grant Timmerman · 4 years, 11 months ago
  60. 0c065f1 Bump year to 2019 by Sergey "Shnatsel" Davidoff · 6 years ago
  61. 11fea17 Replace comma with semicolon in CONTRIBUTING.md by Eugene Y. Q. Shen · 6 years ago
  62. 16e3c64 Update CONTRIBUTING.md to point to Community Guidelines by Robert Spier · 6 years ago
  63. f50a4f6 Remind users to edit README.md and CONTRIBUTING.md by Robert Spier · 6 years ago
  64. cdff22a Update Apache header according to go/releasing/preparing by Julien Cretin · 6 years ago
  65. a85bcda Fix typo and update copyright year in README.md by Tiem Song · 7 years ago
  66. 18d1acf Fixed bullet points in README.md. by Minhaz Kazi · 7 years ago
  67. d5b57e2 Implement boilerplate described in go/releasing by Robert Spier · 7 years ago