Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | Merge pull request #530 from rhertzog/add-cppflags | van Hauser | |
Pass CPPFLAGS to all calls of the C compiler | |||
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 | Fix installation path of manual pages | Raphaël Hertzog | |
Manual pages are stored in /usr/share/man/. | |||
2020-08-25 | lintokencap: fix compiler complains on Solaris 11. (#525) | David CARLIER | |
2020-08-03 | bugfix libtokencap Makefile | hexcoder- | |
2020-08-03 | no support for DragonFlyBSD. | hexcoder- | |
2020-07-05 | code format | van Hauser | |
2020-07-02 | Fix map list iteration. | David Carlier | |
2020-07-02 | libtokencap illumos/solaris support proposal. | David Carlier | |
2020-06-23 | lto whitelist in test.sh | van Hauser | |
2020-06-23 | libtokencap Haiku support | David Carlier | |
2020-06-09 | Disable array subscript warning | David Carlier | |
2020-05-12 | new code formatting + applied | 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-05-09 | NetBSD build fix | David Carlier | |
2020-04-19 | clang-tidy readability-braces (#323) | Dominik Maier | |
2020-04-10 | remove GNU makefile variants | hexcoder- | |
2020-04-09 | Makefile bugfix macros are generally not expanded in shell calls | hexcoder- | |
2020-04-09 | fix silly error with uname -s | hexcoder- | |
2020-04-09 | libtokencap, portable Makefile (for GNUmake and BSDmake) | 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-18 | rework docs installation | hexcoder- | |
2020-03-18 | libtokencap Makefile install: forgot -T for README | hexcoder | |
2020-03-18 | libtokencap: install correct README without name collision | 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-13 | fix strncmp in tokencap | Andrea Fioraldi | |
2020-02-13 | fix strncasecmp in tokencap | Andrea Fioraldi | |
2020-02-01 | adjust a bit readmes | Andrea Fioraldi | |
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 | |
2020-01-01 | libtokencap, fix mac os process map lookup. | David Carlier | |
Incrementing base address for next iteration. | |||
2019-12-30 | libtokencap adding timingsafe* string comparators | David Carlier | |
2019-12-24 | be sure to have directories for install targets | van Hauser | |
2019-12-10 | fixes for FreeBSD: libtokencap, free cpu detection threshold | hexcoder- | |
2019-12-10 | fix libtokencap for OpenBSD | hexcoder- | |
2019-12-10 | fix libtokencap Makefile for NetBSD, add VPATH to avoid rebuilding | hexcoder- | |
the lib on every make. | |||
2019-12-02 | Enable libtokencap on DragonFlyBSD | David Carlier | |
2019-12-02 | tokencap now wraps common routines and uses RTLD_NEXT | Andrea Fioraldi | |
2019-12-01 | libtokencap, simple optimised memmem implementation enough for this lib proposal | David Carlier | |
2019-11-05 | catching current pid before library usage in case implementations rely on ↵ | David Carlier | |
those string calls | |||
2019-10-31 | libtokencap/libdislocator README rename proposals | David Carlier | |
and fixing the install tasks in the process. | |||
2019-10-29 | libtokencap update proposal | David Carlier | |
- bcmp interception. - FreeBSD using default argument to get current pid for the mapping data gathering, getpid seems to cause some issues under certain conditions (getenv call). | |||
2019-10-29 | libtokencap, respect constness also considering pointer arithmetic | David Carlier | |
is non C standard, some compilers might not have GNU extensions. |