about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-05-26better performance compilation options for afl++ and targetsvan Hauser
2020-05-25llvm_mode compare-transform-pass: add handling of sized comparisons with ↵Robert Scott
non-const size this involved insertion of an extra length-checking bb for each character to see if we've hit the sized limit.
2020-05-25tests: add test of compiled compcov binary's functionalityRobert Scott
2020-05-25more performance testingvan Hauser
2020-05-25libfuzzer driver + llvm_mode compilation optimizationvan Hauser
2020-05-25libfuzzer driver, better rt compilationvan Hauser
2020-05-25Changelog: typoshexcoder
2020-05-25persistent mode: shared memory test case transfervan Hauser
2020-05-25llvm_mode compare-transform-pass: refactor comparison length determinationRobert Scott
make this clearer and handle case with embedded null characters in const string properly
2020-05-25new todovan Hauser
2020-05-25remove not needed error descriptionvan Hauser
2020-05-24fix cmplogvan Hauser
2020-05-24fix compare-transform for strn?casecmpvan Hauser
2020-05-23LTO whitelist functionality rewritten, now anything can be skippedvan Hauser
2020-05-23forkserver: missing space in messagehexcoder
2020-05-23installing llvm 11van Hauser
2020-05-23AFL_LLVM_LAF_ALLvan Hauser
2020-05-22more help for LTO issuesvan Hauser
2020-05-22small enhancements for llvm11van Hauser
2020-05-22more test.sh fixesvan Hauser
2020-05-22more test.sh fixesvan Hauser
2020-05-22travis debugvan Hauser
2020-05-22fix test.shvan Hauser
2020-05-22fix cmplog for llvm 11-devvan Hauser
2020-05-22fix llvm_mode selectionvan Hauser
2020-05-22switching llvm_mode default to pcguardvan Hauser
2020-05-21update docsvan Hauser
2020-05-20better sync - lesser and better importsvan Hauser
2020-05-20remove master file on exitvan Hauser
2020-05-19add local include paths for DronFlyBSDhexcoder-
2020-05-19forgot the unlink ...van Hauser
2020-05-19if no master is present a slave becomes a temporary mastervan Hauser
2020-05-19upgrade Dockerfile to Ubunutu 20.04 with llvm 11 and gcc 10 for afl-clang-ltovan Hauser
2020-05-18Merge pull request #367 from devnexen/example_network_build_fixvan Hauser
Build fix proposal mainly for Android which did not bother
2020-05-18Build fix proposal mainly for Android which did not botherDavid Carlier
implementing this dinosaur.
2020-05-18update changelogvan Hauser
2020-05-18afl-as fast system fixvan Hauser
2020-05-17Update Changelog.mdhexcoder
2020-05-17adjust documentation for new minimum llvm version 3.4hexcoder-
2020-05-17fix master creation filevan Hauser
2020-05-17fix -M checkvan Hauser
2020-05-16GNUmakefile: add paths for FreeBSD 3rd party packageshexcoder-
2020-05-16dictionary files: fix missing newlineshexcoder-
2020-05-16non GNU Makefiles: message when gmake is not found, gcc_plugin portabilityhexcoder-
2020-05-16added lots of dictionariesvan Hauser
2020-05-15fix possible null ptr deref in afl-prealloc.hhexcoder-
2020-05-15removed overlooked post_lib references, added post_lib examples to ↵van Hauser
examples/custom_mutators
2020-05-15change: slaves only sync from mastersvan Hauser
2020-05-15v2.65d initvan Hauser
2020-05-15Merge pull request #360 from AFLplusplus/dev 2.65cvan Hauser
new code formatting + applied