Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-19 | fixed resize; removed more statics | Dominik Maier | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-15 | fauxserver | Dominik Maier | |
2020-03-14 | fix some compiler warnings from Open/FreeBSD | hexcoder- | |
2020-03-10 | forkserver defaults | Dominik Maier | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | Replace alarms with select and threads (#243) | Rishi Ranjan | |
* Use select to monitor forkserver for timeouts instead of alarm * Remove redundent conditons in select monitoring of fdsin forkserver and cmplog * Replace SIGALARM with POSIX timers in afl-fuzz-run * Make changes to Makefile to use POSIX timers * Resolve Merge Conflicts and rename variables accordingly * Change forkserver and cmplog to handle exec_tmout = 0 * Handle timeout function bug rectify * Add error handling to afl-fuzz run timers * Add timer_delete to afl-fuzz-run * Remove memory leaks | |||
2020-03-10 | code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin | van Hauser | |
2020-03-10 | afl-tmin is fixed via default initialization in forkserver | van Hauser | |
2020-03-09 | quickfix for first big bug that use_stdin was not correctly initialized and ↵ | van Hauser | |
could not be set | |||
2020-03-09 | code-format | van Hauser | |
2020-03-09 | AFL 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-02-29 | print OKF if an environment variable is successfully loaded - feebdack to ↵ | van Hauser | |
this please ... | |||
2020-02-21 | block the usage of mopt with optionals mutators (redqueen/radamsa/etc...) | Andrea Fioraldi | |
2020-02-19 | fix forkserver output (support AFL_QUIET) | hexcoder- | |
2020-02-03 | fix MDs | van Hauser | |
2020-01-20 | fixed Heiko's global search-replace :) | van Hauser | |
2019-12-31 | v2.60d and year 2020 init | van Hauser | |
2019-12-30 | critical bugfix for afl-tmin | van Hauser | |
2019-12-12 | solve #134 | Andrea Fioraldi | |
2019-12-12 | malloc_context_size=0 as default options for sanitizers to have faster ↵ | Andrea Fioraldi | |
malloc/free | |||
2019-10-19 | Remove lcamtuf's old email from Google (not valid anymore), also remove ↵ | hexcoder- | |
maintainance from him. | |||
2019-09-12 | first version of persistent QEMU | Andrea Fioraldi | |
2019-09-05 | fix BSD patch | van Hauser | |
2019-09-05 | Unbreak build of afl-forkserver.c on *BSD | Tobias Kortkamp | |
Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-09-04 | fix typo in custom format | Andrea Fioraldi | |
2019-09-04 | credits and license header for src/* and include/* | Andrea Fioraldi | |
2019-09-02 | run code formatter | Andrea Fioraldi | |
2019-08-27 | include and src folders | Andrea Fioraldi | |