about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-12-04Add missing env var used in ↵Thomas Rooijakkers
https://github.com/qemu/qemu/blob/bec7edf41d2d0e8006637a739881abcea1d1305c/accel/tcg/cpu-exec.c#L389 and ./qemu_mode/README.persistent.md
2020-12-04fixed bugs in custom_describe, reported by wizcheDominik Maier
2020-12-04added python mutator, documentationDominik Maier
2020-12-04afl_custom_describe api addedDominik Maier
2020-12-04common.h change from user header include to system header includehexcoder-
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-30more DEBUGFvan Hauser
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
Saves an extra copy, gives post processing functions more flexibility
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-17fix two exotic mem leaks detected by cppcheckhexcoder-
2020-11-10support custom mutator introspectionvan Hauser
2020-11-03added better error handling to forkserver fdDominik Maier
2020-11-02match mopt to havocvan Hauser
2020-11-01added mutation introspection make targetvan Hauser
2020-10-23allow symbolize=1 for asan/debugvanhauser-thc
2020-10-23set max testcache entries automated if not specified by the uservan Hauser
2020-10-22maybe enhancement to cache algovan Hauser
2020-10-17add eviction statvan Hauser
2020-10-16directly add new queue to cachevan Hauser
2020-10-15retake from mem if possiblevan Hauser
2020-10-14Merge pull request #584 from devnexen/dfbsd_build_fixvan Hauser
DragonFlyBSD build fix proposal.
2020-10-14DragonFlyBSD build fix proposal.David Carlier
2020-10-14check for minimum cache sizevan Hauser
2020-10-14add documentationvan Hauser
2020-10-14configurable testcache with malloc (#581)van Hauser
* cache item number to cache memory size * reload testcase if trimming changed the size * fix splicing selection * slim splicing * import sync fix * write testcache stats to fuzzer_stats * fix new seed selection algo * malloc+read instead of mmap * fix * testcache is configurable now and no reference counts * fixes compilation, test script * fixes * switch TEST_CC to afl-cc in makefile * code format * fix * fix crash * fix crash * fix env help output * remove unnecessary pointer resets * fix endless loop bug * actually use the cache if set * one more fix * increase default cache entries, add default cache size value to config.h Co-authored-by: hexcoder- <heiko@hexco.de>
2020-10-12fix new seed selection algovan Hauser
2020-10-12Revert "Merge branch 'memcache_marc' into dev"vanhauser-thc
This reverts commit c03fbcedaa68db5324423975a34331287426f7c2, reversing changes made to dab017dddaaab6d836a590f7bba3eea3549758d2.
2020-10-12Merge branch 'memcache_marc' into devvan Hauser
2020-10-11add new seed selection algo and make it the defaultvan Hauser
2020-10-10Merge pull request #571 from Edznux/statsd_implemvan Hauser
Statsd support implementation
2020-10-09 -m none is the default nowvan Hauser
2020-10-09increase default cache sizevan Hauser
2020-10-08Add env var toggle for StatsDEdznux
2020-10-07change HAVOC_MAX_MULT* to 64van Hauser
2020-10-06Fixed segfault because wrong order in argsEdznux
2020-10-06[WIP: segfault on non dogstatsd] Adding MACROS for formatEdznux
2020-10-06fixed missing quote warningDominik Maier
2020-10-06code formatDominik Maier
2020-10-06testcase cache addedDominik Maier
2020-10-05Fix code formatEdznux
2020-10-05Refactor global var into afl_state_t structEdznux
2020-10-05Correctly handle env var.Edznux
2020-10-04Code formatEdznux
2020-10-04Merge remote-tracking branch 'origin/dev' into statsd_implemEdznux
2020-10-04Mention tags format in macro's nameEdznux
2020-10-04RefactorEdznux
2020-10-04Define config, change parent func to show_statsEdznux