]> git.ipfire.org Git - thirdparty/lldpd.git/history - configure.ac
travis: disable integration tests
[thirdparty/lldpd.git] / configure.ac
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
2013-11-23  Vincent Bernatmarshal: use __alignof__ operator if available
2013-10-12  Vincent Bernatseccomp: add support for seccomp through libseccomp
2013-09-28  Vincent Bernatsystemtap: provide an appropriate tapset
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-08-15  Vincent Bernatsystemd: install service file using `systemdsystemunit_...
2013-08-14  Vincent Bernatsystemd: ship lldpd.service file if possible
2013-07-15  Vincent Bernatlldpd: invoke `setproctitle_init()` when needed
2013-07-13  Vincent Bernatosx: make the path to /Library/LaunchDaemons configurable
2013-07-13  Vincent Bernatconfigure: check for `res_init()` before trying other...
2013-06-25  Vincent Bernatosx: `make pkg` can now build universal binaries
2013-06-24  Vincent Bernatconfigure: remove out-dated instructions to regen autoc...
2013-06-24  Vincent Bernatconfigure: ensure that osx/scripts are executable
2013-06-24  Vincent Bernatosx: add a target to build an OSX package
2013-06-23  Vincent Bernatcompat: add `strndup()` compatibility function
2013-06-21  Vincent Bernatbuild: use libbsd if available, also use `setproctitle()`
2013-05-08  Vincent Bernatsolaris: preliminary support
2013-05-08  Vincent Bernatconfigure: use `AC_PROG_EGREP` to find a suitable ...
2013-05-07  Vincent Bernatconfigure: display configured OS
2013-02-20  Vincent Bernatbuild: use the same way as libbsd for version and changelog
2013-02-20  Vincent Bernatbuild: try to save current version in `VERSION`
2013-02-12  Vincent Bernatconfigure: only match tags starting with a digit for...
2013-02-04  Vincent Bernatbuild: check if libevent as provided by pkg-config...
2013-01-18  Vincent Bernatlldpcli: add an option to read commands from files
2013-01-11  Vincent Bernatcompat: add `strnlen()` which may be absent on some...
2013-01-10  Vincent Bernatconfigure: compatibility with automake 1.12
2013-01-10  Vincent BernatMac OS X support.
2013-01-06  Vincent Bernatlldpcli: make readline library optional.
2013-01-06  Vincent Bernatlldpcli: switch to GNU Readline.
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatconfigure: detect libedit without pkg-config
2013-01-05  Vincent Bernatlldpcli: rename lldpctl to lldpcli.
2013-01-05  Vincent Bernatlldpctl: add a CLI
2012-12-28  Vincent BernatAdd NetBSD support.
2012-12-27  Vincent BernatOpenBSD support.
2012-12-26  Vincent Bernatbuild: allow more modern coding style with empty initia...
next