about summary refs log tree commit diff
path: root/src/afl-fuzz-stats.c
AgeCommit message (Expand)Author
2021-01-31fix -Z, remove q->nextaflpp
2021-01-21code format and not setting sanitizers if debug and settings presentvan Hauser
2021-01-20Fix build error for AndroidJoey Jiao
2021-01-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2020-12-31float2doublevan Hauser
2020-12-26fix exec/s displayvan Hauser
2020-12-17fix crash for very fast targetsvan Hauser
2020-10-29fixes two huge bugsvan Hauser
2020-10-28whoops..Ruben ten Hove
2020-10-28show supplied -t option so we know it's usedRuben ten Hove
2020-10-23set max testcache entries automated if not specified by the uservan Hauser
2020-10-17add eviction statvan Hauser
2020-10-14configurable testcache with malloc (#581)van Hauser
2020-10-10fix typovan Hauser
2020-10-10Merge pull request #571 from Edznux/statsd_implemvan Hauser
2020-10-09Remove ==1 in the conditionEdznux
2020-10-08Add env var toggle for StatsDEdznux
2020-10-05fixed gcc 10 warningDominik Maier
2020-10-04Code formatEdznux
2020-10-04Merge remote-tracking branch 'origin/dev' into statsd_implemEdznux
2020-10-04RefactorEdznux
2020-10-04Define config, change parent func to show_statsEdznux
2020-09-07bugfix for fixed seedsvan Hauser
2020-09-05code-formatvanhauser-thc
2020-09-05final changes for pre-3.0vanhauser-thc
2020-09-04fix assignmentvan Hauser
2020-09-04avoid signed ints for amounts (which are positive)hexcoder-
2020-09-04compile fixvan Hauser
2020-09-04fix travisvan Hauser
2020-09-04more changes to fuzzer_setupvan Hauser
2020-09-04Make open_file() inlineThomas Rooijakkers
2020-09-04Write set environment variables in an env file style.Thomas Rooijakkers
2020-09-04Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the startThomas Rooijakkers
2020-09-04Export set afl_environment_variables to statsThomas Rooijakkers
2020-08-21add execs_done to plot filevan Hauser
2020-08-14Revert "Merge branch 'debug' into dev"root
2020-08-11fixesvan Hauser
2020-08-07enabled Wextra, fixed bugsDominik Maier
2020-07-29remove dead code, code-formatvan Hauser
2020-07-29Merge branch 'dev' into text_inputsvan Hauser
2020-07-26fix honggfuzz dictvan Hauser
2020-07-26add last 60s exec/s statvan Hauser
2020-07-22write expand havoc value to fuzzer_statsvan Hauser
2020-06-25remove radamsa, add radamsa custom mutatorvan Hauser
2020-06-25add seek power schedule, remove update stats in calibration, fix help outputvan Hauser
2020-06-25fix plotvan Hauser
2020-06-15code formatDominik Maier
2020-06-14Porting to Haiku.David Carlier
2020-06-11code format and debugvan Hauser