about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-10-10fix afl-cc build for no llvm presentvan Hauser
2020-10-09 -m none is the default nowvan Hauser
2020-10-09Remove ==1 in the conditionEdznux
2020-10-09increase default cache sizevan Hauser
2020-10-08Add env var toggle for StatsDEdznux
2020-10-08fix persistent_demo_new.cvan Hauser
2020-10-07Add documentation/help for AFL_STATSD_TAGS_FLAVOREdznux
2020-10-07efficient queue jumpvan Hauser
2020-10-07change HAVOC_MAX_MULT* to 64van Hauser
2020-10-07Fix read on undefined char*.Edznux
2020-10-07Remove statsd_socket_init, just let it init when doing the first iterationEdznux
2020-10-06Fixed segfault because wrong order in argsEdznux
2020-10-06[WIP: segfault on non dogstatsd] Adding MACROS for formatEdznux
2020-10-06fix compiler warning on 32-bit platformshexcoder-
2020-10-06fix test-performance.shvan Hauser
2020-10-06hunting ref underflowDominik Maier
2020-10-06fixed ref checkDominik Maier
2020-10-06fixed missing quote warningDominik Maier
2020-10-06code formatDominik Maier
2020-10-06testcase cache addedDominik Maier
2020-10-05fixed gcc 10 warningDominik 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-05Add help for AFL_STATSD_HOST &Edznux
AFL_STATSD_PORT env var
2020-10-04changed the default schedule to coevan Hauser
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
2020-10-04Adds other metricsEdznux
2020-10-03Add config ifdefEdznux
2020-10-01Rewrote format metric to be simpler/more staticEdznux
2020-09-29small improvements to Marcel's patch, fix laf-intel + redqueen crashesvan Hauser
2020-09-29Merge pull request #568 from mboehme/devvan Hauser
Patching and improving AFLFast schedules.
2020-09-29Patching and improving AFLFast schedules.Marcel Boehme
2020-09-28increase havoc_stack_pow2 on no findsvan Hauser
2020-09-26OpenBSD build fix (#566)David CARLIER
* OpenBSD build fix proposal. Mainly the gcc plugin, using one of the egcc/eg++ version available. Needs pthread flag to r/w lock api. * README update
2020-09-26readmeAndrea Fioraldi
2020-09-25WIP envsEdznux
2020-09-25remove warningsvan Hauser
2020-09-25improving on splice candidate check patchvan Hauser
2020-09-25Merge pull request #564 from wakolzin/devvan Hauser
Fix potential endless loop in custom_mutator_stage
2020-09-25setting HAVOC_STACK_POW2 to 4, as fuzzbench shows that too mach mutation is ↵van Hauser
less effective
2020-09-24Add commentsVitalii Akolzin
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru>
2020-09-24Fix potential endless loop in custom_mutator_stageVitalii Akolzin
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru>
2020-09-23qemuaflAndrea Fioraldi
2020-09-23Update Changelog.mdDominik Maier
2020-09-23examples: fixed path for docs (#563)Tim Blazytko