]> git.ipfire.org Git - thirdparty/lldpd.git/history - configure.ac
tests: fix skip instruction
[thirdparty/lldpd.git] / configure.ac
2019-07-27  Vincent Bernatbuild: disable warnings on cast alignments
2019-03-13  Vincent Bernatbuild: warn on implicit fallthrough for case statements
2019-01-10  Vincent Bernatbuild: enable increased reliability of stack overflow...
2018-09-25  Vincent Bernatbuild: ability to disable libbsd with --without-libbsd
2018-06-16  Vincent BernatMerge pull request #285 from vincentbernat/feature...
2018-06-16  Vincent Bernatbuild: also test directly for -lcap when no pkg-config
2018-06-16  Vincent Bernatpriv: drop most privileges in monitor, only keep CAP_NE...
2018-06-13  Vincent Bernatbuild: use lowercase for PKG_CHECK_MODULES
2018-02-21  Vincent Bernatbuild: don't enable sanitizers and safe-stack at the...
2017-12-18  Damien Riegelconfigure: remove check on CXX compiler
2017-09-28  Vincent BernatMerge pull request #246 from vincentbernat/feature...
2017-09-28  Vincent Bernatbuild: only enable safe-stack if linker supports it feature/safestack 246/head
2017-09-28  Vincent Bernatbuild: enable clang safe-stack feature if available
2017-01-29  Vincent Bernatclient: built-in JSON support
2017-01-21  Vincent BernatMerge pull request #218 from vincentbernat/feature...
2017-01-14  Vincent Bernatnetlink: by default, don't change netlink buffer size
2017-01-14  Vincent Bernatnetlink: automatically increase netlink receive buffer...
2017-01-14  Vincent Bernatnetlink: make the values for buffer size configurable...
2016-10-06  Vincent Bernatclient: add an option to use pre-0.9.2 json-c format
2016-08-13  Vincent Bernatbuild: test if libbsd is really usable
2016-07-15  Vincent Bernatbuild: provide a better date format when using SOURCE_D...
2016-06-19  Vincent Bernatbuild: ensure typeof is correctly defined
2016-06-10  Vincent Bernatbuild: display if instrumentation and code coverage...
2016-06-10  Vincent Bernatbuild: add a configure option to enable gcov
2016-05-20  Vincent Bernatcompat: use strtonum instead of atoi
2016-04-29  Vincent BernatMerge pull request #177 from jonasj76/fix-apparmor...
2016-04-29  Jonas Johanssonbuild: fix AppArmor "no" (default) option in configure... 177/head
2016-03-27  Vincent Bernatbuild: silence libtool warning about using cru
2016-03-23  Vincent Bernatlib: don't rely on constructors
2016-03-18  Vincent Bernatbuild: enable undefined sanitizer
2016-03-18  Vincent Bernatbuild: let configure tell us if we have address sanitizer
2016-03-17  Vincent Bernatbuild: add an option to enable sanitizers
2016-03-17  Vincent Bernatbuild: display compiler version info after configure
2016-03-04  Vincent Bernatversion: display more build information when using...
2016-02-21  Vincent Bernatbuild: keep user-specified CFLAGS
2016-01-31  Vincent Bernatbuild: only test libbsd linking if we have found it
2016-01-10  Vincent Bernatbuild: don't use libbsd if we can't link it
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2015-12-29  Vincent Bernatclient: don't do arithmetics with void*
2015-12-13  Vincent Bernatbuild: let AC_SEARCH_LIBS modify LIBS
2015-12-13  Vincent Bernatbuild: don't enable PIE by default
2015-12-13  Vincent Bernatbuild: make use of libbsd work even if a user override...
2015-12-12  Vincent Bernatcompat: use getline() instead of fgetln()
2015-12-12  Vincent Bernatbuild: use libbsd overlay
2015-10-06  Vincent Bernatbuild: check runtime support of constructor/destructor feature/test-runtime-ctors 139/head
2015-10-05  Vincent Bernatbuild: check for support for constructor/destructor...
2015-09-23  Vincent Bernatlldpd: add a warning if the kernel seems to be too old
2015-09-23  Vincent Bernatbuild: declare kernels before 2.6.39 "too old"
2015-09-09  Vincent Bernatbuild: tell seccomp is experimental
2015-08-30  Vincent Bernatapparmor: provide an apparmor profile
2015-08-17  Vincent Bernatbuild: don't limit dist tarball files to 99 characters
2015-08-17  Vincent Bernatnetlink: use libnl3 instead of custom netlink code
2015-07-25  Vincent Bernatnetlink: use netlink to retrieve bridge/bond/vlan infor...
2015-07-24  Vincent Bernatbuild: add a note to remember why setproctitle may...
2015-06-18  Vincent Bernatbuild: fix help string for --enable-hardening for consi...
2015-06-16  Vincent Bernatbuild: use symbol versioning for liblldpctl
2015-05-28  Vincent BernatMerge pull request #115 from alagoutte/travis_container
2015-05-28  Vincent BernatMerge pull request #114 from alagoutte/clang
2015-05-26  Alexis La GoutteAdd -Wheader-guard and -Wdocumentation to CFLAG (Use... 114/head
2015-05-21  Vincent Bernatbuild: only uses -pie when linking programs
2015-05-20  Vincent Bernatbuild: don't use -Wl,-pie
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-20  Vincent Bernatbuild: compile libevent with -fPIC
2015-05-19  Vincent Bernatbuild: try -Wl,-pie before trying -pie for clang
2015-05-19  Vincent Bernatbuild: don't enable PIE when using embedded libevent
2015-05-19  Vincent Bernatbuild: also try to build a PIE when hardening is not...
2015-05-19  Vincent Bernatbuild: add a switch to disable hardening functions
2015-05-19  Alexandru Ardeleanlldpd: make custom TLV code optional
2015-05-13  Vincent Bernatbuild: cleaner way to not alter CFLAGS/CPPFLAGS/LDFLAGS
2015-05-12  Vincent Bernatbuild: enable JSON/XML support automatically by default
2015-05-10  Vincent Bernatbuild: automatic detection of optional features
2015-04-09  Vincent BernatMerge pull request #105 from commodo/cleanup
2015-04-02  Alexandru Ardeleanconfigure.ac: add 'subdir-objects' option
2015-02-19  Vincent Bernatconfigure: move LDFLAGS to LLDP_LDFLAGS
2015-02-19  Vincent Bernatconfigure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPP...
2015-02-19  Vincent Bernatconfigure: put cpp flags into CPPFLAGS instead of CFLAGS
2015-02-19  Vincent Bernatconfigure: enforce the use of C99
2014-12-29  Vincent Bernatconfigure: let define pkg-config directory with `-...
2014-10-05  Vincent Bernatbuild: use AC_CONFIG_FILES only to generate Makefiles
2014-09-03  Vincent Bernatbuild: provide a sysusers.d file
2014-07-21  Vincent Bernatconfigure: if --with-json, default to jansson implement...
2014-07-21  Michel Stamlldpcli: Add support for JSON-C
2014-05-07  Vincent Bernatman: use configured path for /var/run/lldpd.socket
2014-05-07  Vincent Bernatconfigure: make default PID location configurable
2014-05-07  Vincent Bernatconfigure: make default socket location configurable...
2014-05-07  Vincent Bernatconfigure: use `runstatedir` instead of /var/run in...
2014-05-07  Vincent Bernatconfigure: don't use fallback values in summary
2014-04-24  Vincent Bernatconfigure: enable use of colored output for gcc
2014-04-24  Vincent Bernatconfigure: use -fstack-protector-strong if available
2014-04-12  Vincent Bernatconfigure: make some flags conditional
2014-04-09  Vincent Bernatconfigure: hide errors when systemd is not present
2014-04-03  Vincent Bernatconfigure: _XOPEN_SOURCE=500 to be like _GNU_SOURCE=1
2014-04-02  Vincent Bernathpux: provide a replacement for daemon() for HP-UX
2014-04-02  Vincent Bernathpux: provide a replacement for vsyslog() for HP-UX
2014-04-02  Vincent Bernatbuild: use __EXTENSIONS__ and _XOPEN_SOURCE_EXTENDED...
2014-04-01  Vincent Bernatasprintf: globally define _GNU_SOURCE
2014-03-06  Vincent Bernatbuild: use -fno-omit-frame-pointer for ease of debug
2013-12-31  Vincent Bernatlldpd: use vfork+exec instead of fork+exec feature/noprivsep
2013-12-31  Vincent Bernatpriv: add the ability to disable privilege separation
2013-11-23  Vincent Bernatconfigure: provide GitHub address for issues
next