about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-06-22shmem support for afl-tmin and afl-showmapvan Hauser
2020-06-22fix afl-cmin.bashaflpp
2020-06-22allow /tmpvan Hauser
2020-06-21fix unicorn mode for CFLAGSvan Hauser
2020-06-21fix for s=0van Hauser
2020-06-21fix for -s 0van Hauser
2020-06-20fix libradamsa see issue #419hexcoder-
2020-06-18`fault == afl->crash_mode` should be likely2019
Since during normal fuzzing, crash_mode is FSRV_RUN_OK, and fault is also usually FSRV_RUN_OK since most executions are valid executions, thus it should be likely instead of unlikely
2020-06-17fix displayed schedulevan Hauser
2020-06-16fix for *BSD: remove all HAVE_ARC4RANDOM dependencieshexcoder-
2020-06-15code formatDominik Maier
2020-06-15using XX64 for 32 bit hashDominik Maier
2020-06-15tidied hash32, unicornDominik Maier
2020-06-15switched to new MOpt dictionary supportvan Hauser
2020-06-15improve performance for default power schedulevan Hauser
2020-06-15code formatDominik Maier
2020-06-15fixed potential bugsDominik Maier
2020-06-14Merge pull request #404 from devnexen/haiku_portingvan Hauser
Porting to Haiku.
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-14kill targets on exitvan Hauser
2020-06-13code formatvan Hauser
2020-06-13fix shmemvan Hauser
2020-06-13fix typosvan Hauser
2020-06-13fix resize window crash and slightly more performant timed_readvan Hauser
2020-06-12code-format killed the compilationvan Hauser
2020-06-12fix for checksumsvan Hauser
2020-06-12switch to faster and better hash + randomvan Hauser
2020-06-12shm debug and fixesvan Hauser
2020-06-12fix warningsvan Hauser
2020-06-12added MOpt dictionary support from repovan Hauser
2020-06-11code format and debugvan Hauser
2020-06-10start of illumos cpu binding implementation.David Carlier
The current user needs the proc_owner permission, not something doable via the settings script.
2020-06-10Merge pull request #398 from devnexen/array_subscript_warn_fixvan Hauser
Disable array subscript warning
2020-06-09Disable array subscript warningDavid Carlier
2020-06-09systems w/o affinity support build fixDavid Carlier
2020-06-09always set statusDominik Maier
2020-06-09fix debug output in statsDominik Maier
2020-06-09add cpu affinity to fuzzer_statsvan Hauser
2020-06-09code formatDominik Maier
2020-06-09fixed shmap fuzzingDominik Maier
2020-06-05qemu debugvan Hauser
2020-06-04fix cmplog for shmem persistent modevan Hauser
2020-06-04typohexcoder-
2020-06-04add afl-ld-lto for LTOvan Hauser
2020-06-04code formatvan Hauser
2020-06-04fix shmem persistent modevan Hauser
2020-06-03fix shmemvan Hauser
2020-06-03switch order of shmem fuzzvan Hauser
2020-06-03switch shmem_len to the mapvan Hauser
2020-06-03OpenBSD: add missing limits.h header for PATH_MAXhexcoder-