about summary refs log tree commit diff
path: root/include/list.h
AgeCommit message (Collapse)Author
2020-09-10add libfuzzer custom mutator, minor enhancements and fixesvan Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-10tackeled some warningsDominik Maier
2020-04-09small enhancements and code-formatvan Hauser
2020-04-09el no longer has to be used in loopDominik Maier
2020-04-09list testcase addedDominik Maier
2020-04-01dropped make switchesDominik Maier
2020-04-01enabled fortify sourceDominik Maier
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09fix leaksvan Hauser
2020-03-09copyleft noteAndrea Fioraldi
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz