about summary refs log tree commit diff
path: root/src/afl-performance.c
AgeCommit message (Collapse)Author
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-0630% faster hashing speedvanhauser-thc
2021-11-06http->httpsvanhauser-thc
2020-12-18merge romu and skimvan 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-09-03update xxh3 to 0.8.0, fix is_asciivan Hauser
2020-08-31fix warnings and weird code insertvan Hauser
2020-06-29Revert "Merge branch 'text_inputs' into dev"root
This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b.
2020-06-29Merge branch 'text_inputs' into devvan Hauser
2020-06-29fix autodictvan Hauser
2020-06-28less problematic definitionsvan Hauser
2020-06-28less problematic definitionsvan Hauser
2020-06-23lto whitelist in test.shvan Hauser
2020-06-22Added rand, hash unittestsDominik Maier
2020-06-19first commit, looks goodvan Hauser
2020-06-15code formatDominik Maier
2020-06-15using XX64 for 32 bit hashDominik Maier
2020-06-15tidied hash32, unicornDominik Maier
2020-06-13fix typosvan Hauser
2020-06-12code-format killed the compilationvan Hauser
2020-06-12switch to faster and better hash + randomvan Hauser