Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-09 | move libdislocator, libtokencap and qbdi_mode to utils/ | vanhauser-thc | |
2020-12-01 | remove docs/README symlink and update references | van Hauser | |
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-07-05 | code format | van Hauser | |
2020-07-04 | libdislocator: hugepage enabled for illumos too. | David Carlier | |
2020-06-23 | lto whitelist in test.sh | van Hauser | |
2020-06-23 | Libdislocator Haiku build fix | David Carlier | |
2020-06-21 | remove -Werror and add include for libdislocator | van Hauser | |
2020-06-09 | code format | Dominik Maier | |
2020-06-05 | libdislocator, adding subset of specific NetBSD api. | David Carlier | |
2020-05-12 | new code formatting + applied | van Hauser | |
2020-05-10 | hopefully final fixes from code-format disaster :-( | van Hauser | |
2020-05-10 | indenting preprocessor directives breaks compilation and cant be fixed, ↵ | van Hauser | |
reverting ... :-( | |||
2020-05-10 | fix warning, code format | van Hauser | |
2020-04-26 | Merge pull request #337 from devnexen/android_support_arc4_api | van Hauser | |
Android supports arc4 api. | |||
2020-04-25 | fix issue #333 | hexcoder | |
2020-04-25 | Android supports arc4 api. | David Carlier | |
2020-04-25 | refactored whitelist and blacklist in llvm_mode | van Hauser | |
2020-04-25 | Merge branch 'master' into dev | van Hauser | |
2020-04-23 | fixed map location support for LTO | van Hauser | |
2020-04-21 | libdislocator android build fix. (#327) | David CARLIER | |
Fix function signature for bionic libc | |||
2020-04-21 | add NULL check to malloc_usable_size | David Mendenhall | |
2020-04-21 | Move comment about adding 8 bytes to buffer length to the line where we | David Mendenhall | |
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size | |||
2020-04-21 | libdislocator android build fix. (#327) | David CARLIER | |
Fix function signature for bionic libc | |||
2020-04-20 | add NULL check to malloc_usable_size | David Mendenhall | |
2020-04-20 | Move comment about adding 8 bytes to buffer length to the line where we | David Mendenhall | |
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size | |||
2020-04-09 | Makefile cleanup | hexcoder- | |
2020-04-09 | libdislocator: make Makefile portable | hexcoder- | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-04-01 | making 'CFLAGS="-m32" make source-only tests' work | hexcoder- | |
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-02-25 | fix references to README docs | hexcoder- | |
2020-02-09 | fuzzer_stat eps is now overall not current, clang-format fixed to v8 | van Hauser | |
2020-02-08 | libdislocator FreeBSD build fix. max_align_t had been define from the 12th ↵ | David Carlier | |
release. | |||
2020-02-08 | build fixes for FreeBSD 11 | hexcoder- | |
2020-02-05 | afl-showmap fix | van Hauser | |
2020-02-01 | aligned libdislocator in readme | Andrea Fioraldi | |
2020-02-01 | align to max_align_t | Andrea Fioraldi | |
2020-02-01 | dislocator readme | Andrea Fioraldi | |
2020-02-01 | AFL_ALIGNED_ALLOC in libdislocator | Andrea Fioraldi | |
2020-01-20 | fixed Heiko's global search-replace :) | van Hauser | |
2020-01-18 | libdislocator: reallocarray API introduction | David Carlier | |
2020-01-06 | moar moar copyrights | Andrea Fioraldi | |
2020-01-06 | moar copyright notes | Andrea Fioraldi | |
2020-01-06 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi | |
2020-01-02 | compile fixes | van Hauser | |
2019-12-24 | be sure to have directories for install targets | van Hauser | |
2019-12-18 | v2.59c release 2.59c | van Hauser | |