Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme | |
2020-09-26 | OpenBSD 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-22 | code-format, and no code-format for custom mutators | van Hauser | |
2020-09-10 | add libfuzzer custom mutator, minor enhancements and fixes | van Hauser | |
2020-09-09 | fix makefile | van Hauser | |
2020-09-08 | fix GNUmakefile for new qemuafl | van Hauser | |
2020-09-06 | fix unicorn clean | van Hauser | |
2020-09-05 | cmp dict for LTO | van Hauser | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-09-05 | add cull queue, -i subdir traversal | vanhauser-thc | |
2020-09-01 | fix unicorn clean | van Hauser | |
2020-08-31 | replace non portable echo -n with printf | hexcoder- | |
2020-08-31 | removed dummy | Dominik Maier | |
2020-08-31 | hopefully finally fix ancient apple gmake | van Hauser | |
2020-08-31 | fixed make install on mac os | Dominik Maier | |
2020-08-31 | fix make man | van Hauser | |
2020-08-31 | fix for MacOS sudo | van Hauser | |
2020-08-31 | Merge pull request #530 from rhertzog/add-cppflags | van Hauser | |
Pass CPPFLAGS to all calls of the C compiler | |||
2020-08-31 | Merge pull request #529 from rhertzog/manpages | van Hauser | |
Manual pages related changes | |||
2020-08-29 | fix make DEBUG=1 (error seen with gcc 10.2.0) | hexcoder- | |
2020-08-28 | Pass CPPFLAGS to all calls of the C compiler | Raphaël Hertzog | |
This variable is a standard way to inject options for the C preprocessor. It's respected by the implicit rules of make and autoconf/automake. Debian sets this variable during package build to inject `-D_FORTIFY_SOURCE=2` and we would like afl++ to respect it. Note that this commit also adds $(CFLAGS) in the build of afl-performance.o where it was missing. It might have been on purpose but we want to keep CFLAGS everywhere as well since Debian injects various options through that variable (for hardening and reproducibility). | |||
2020-08-28 | Improve the generated manual page to be compatible with whatis | Raphaël Hertzog | |
And generate the manual page for afl-g++ too. | |||
2020-08-28 | Fix installation path of manual pages | Raphaël Hertzog | |
Manual pages are stored in /usr/share/man/. | |||
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
2020-08-16 | install libafldrivers | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-14 | Merge branch 'debug' into dev | van Hauser | |
2020-08-13 | LTO: apply laf-intel+redqueen/cmplog at link time | van Hauser | |
2020-08-11 | Merge branch 'debug' into taint | van Hauser | |
2020-08-10 | fixed minor inconsistencies, reenabled warnings | Dominik Maier | |
2020-08-10 | please no -Werror in the dev branch | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-08-08 | initial integration | van Hauser | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-08-05 | travis fixes | van Hauser | |
2020-08-04 | split up testcases | Dominik Maier | |
2020-07-30 | warnings reenabled | Dominik Maier | |
2020-07-28 | import lost PR when switching to stable, updated todo | van Hauser | |
2020-07-27 | update readme, renice -20 | van Hauser | |
2020-07-24 | add -F option to sync to foreign fuzzer queues | van Hauser | |
2020-07-13 | Haiku build fix. librt is necessary for Linux primarly and SunOS | David Carlier | |
2020-06-29 | fix autodict | van Hauser | |
2020-06-27 | fix make static | van Hauser | |
2020-06-25 | remove debug | van Hauser | |
2020-06-25 | shmem release fix | van Hauser | |
2020-06-25 | fix makefile | van Hauser | |
2020-06-25 | remove radamsa, add radamsa custom mutator | van Hauser | |
2020-06-25 | GNUmakefile: warn about '.' being first path in PATH environment variable. ↵ | hexcoder- | |
This causes recursion in 'as'. (seen in Haiku) | |||
2020-06-23 | fix make files | van Hauser | |
2020-06-22 | Added rand, hash unittests | Dominik Maier | |