Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-26 | fix exec/s display | van Hauser | |
2020-12-17 | fix crash for very fast targets | van Hauser | |
2020-10-29 | fixes two huge bugs | van Hauser | |
2020-10-28 | whoops.. | Ruben ten Hove | |
2020-10-28 | show supplied -t option so we know it's used | Ruben ten Hove | |
2020-10-23 | set max testcache entries automated if not specified by the user | van Hauser | |
2020-10-17 | add eviction stat | van Hauser | |
2020-10-14 | configurable 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-10 | fix typo | van Hauser | |
2020-10-10 | Merge pull request #571 from Edznux/statsd_implem | van Hauser | |
Statsd support implementation | |||
2020-10-09 | Remove ==1 in the condition | Edznux | |
2020-10-08 | Add env var toggle for StatsD | Edznux | |
2020-10-05 | fixed gcc 10 warning | Dominik Maier | |
2020-10-04 | Code format | Edznux | |
2020-10-04 | Merge remote-tracking branch 'origin/dev' into statsd_implem | Edznux | |
2020-10-04 | Refactor | Edznux | |
2020-10-04 | Define config, change parent func to show_stats | Edznux | |
2020-09-07 | bugfix for fixed seeds | van Hauser | |
2020-09-05 | code-format | vanhauser-thc | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-09-04 | fix assignment | van Hauser | |
2020-09-04 | avoid signed ints for amounts (which are positive) | hexcoder- | |
2020-09-04 | compile fix | van Hauser | |
2020-09-04 | fix travis | van Hauser | |
2020-09-04 | more changes to fuzzer_setup | van Hauser | |
2020-09-04 | Make open_file() inline | Thomas Rooijakkers | |
2020-09-04 | Write set environment variables in an env file style. | Thomas Rooijakkers | |
2020-09-04 | Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the start | Thomas Rooijakkers | |
2020-09-04 | Export set afl_environment_variables to stats | Thomas Rooijakkers | |
2020-08-21 | add execs_done to plot file | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-11 | fixes | van Hauser | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-07-29 | remove dead code, code-format | van Hauser | |
2020-07-29 | Merge branch 'dev' into text_inputs | van Hauser | |
2020-07-26 | fix honggfuzz dict | van Hauser | |
2020-07-26 | add last 60s exec/s stat | van Hauser | |
2020-07-22 | write expand havoc value to fuzzer_stats | van Hauser | |
2020-06-25 | remove radamsa, add radamsa custom mutator | van Hauser | |
2020-06-25 | add seek power schedule, remove update stats in calibration, fix help output | van Hauser | |
2020-06-25 | fix plot | van Hauser | |
2020-06-15 | code format | Dominik Maier | |
2020-06-14 | Porting to Haiku. | David Carlier | |
getrusage does not implement resident memory gathering, no shm api neither. | |||
2020-06-11 | code format and debug | van Hauser | |
2020-06-09 | systems w/o affinity support build fix | David Carlier | |
2020-06-09 | fix debug output in stats | Dominik Maier | |
2020-06-09 | add cpu affinity to fuzzer_stats | van Hauser | |
2020-06-03 | switch shmem_len to the map | van Hauser | |
2020-06-03 | code format | van Hauser | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |