about summary refs log tree commit diff
path: root/src/afl-fuzz-stats.c
AgeCommit message (Collapse)Author
2021-05-11fix a few cur_time usesvanhauser-thc
2021-05-10code-formatvanhauser-thc
2021-05-10afl-plot: relative timevanhauser-thc
2021-05-08ensure crashes/README.txt existsvanhauser-thc
2021-05-07Exit on time (#904)Roman M. Iudichev
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed.
2021-04-30fix statsd writingvanhauser-thc
2021-04-16reworked formatting in order to avoid gcc 8.3.0 warningshexcoder-
2021-04-16fix nitsvanhauser-thc
2021-04-15fix uivanhauser-thc
2021-04-15fix warningsvanhauser-thc
2021-04-15fix writing stat file on exitvanhauser-thc
2021-04-14ui updatevanhauser-thc
2021-04-13ui custom mutator only displayvanhauser-thc
2021-04-13display dictionary usage in havoc only modevanhauser-thc
2021-04-09update grammar-mutator, show better fuzzing strategy yieldsvanhauser-thc
2021-03-21formatvanhauser-thc
2021-03-19update plot_data timestamps to be relativerichinseattle@gmail.com
2021-03-12unique crashes yellow on resume (#801)Dominik Maier
2021-03-11implemented #801Dominik Maier
2021-02-25changing the -t ...+ meaning to "auto-calculate buth this is the max"vanhauser-thc
2021-02-25edges in afl-plotAndrea Fioraldi
2021-02-24edges in plot fileAndrea Fioraldi
2021-02-07prev_run_time loaded used only for ui and when writing the stats filevj-27
2021-02-06set prev_run_time inside afl statevj-27
2021-02-05load run time and donot load pending_* or *_favouredvj-27
2021-02-05load existing stats file when in AFL_AUTORESUME or -i -vj-27
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
- LTO not work yet
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
* 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-10fix typovan Hauser
2020-10-10Merge pull request #571 from Edznux/statsd_implemvan Hauser
Statsd support implementation
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