about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
AgeCommit message (Collapse)Author
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
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-15stronger afl-fuzz performance compilationvan Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-06IOS build fix.David Carlier
system call is disabled on this platform.
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-11Android PR integrationvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-08added afl-fuzz -I cmdline optionvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02afl-fuzz.c completely splittedAndrea Fioraldi
2019-09-02afl-fuzz-src/* -> src/afl-fuzz* renamevan Hauser