about summary refs log tree commit diff
path: root/src/afl-fuzz-queue.c
AgeCommit message (Collapse)Author
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-09fix limits.h includevan Hauser
2020-04-09fix compilation in OpenBSDhexcoder-
2020-04-09code format, small improvementsvan Hauser
2020-04-09no random timing for -s fixed_seedvan Hauser
2020-04-01next_p2 replaced by next_pow2Dominik Maier
2020-04-01code formatDominik Maier
2020-04-01not allocating paths anymoreDominik Maier
2020-03-27code formatDominik Maier
2020-03-27fixed call of custom mutatorsDominik Maier
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-17added mmopt power schedulevan Hauser
2020-03-10unified pointer placementDominik Maier
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
2020-03-07Add two new hooks for the custom mutatorh1994st
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples
2020-01-20fixed Heiko's global search-replace :)van Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
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