]> git.ipfire.org Git - thirdparty/lldpd.git/history - configure.ac
Don't mix declarations and statements.
[thirdparty/lldpd.git] / configure.ac
2012-05-04  Vincent BernatDon't mix declarations and statements.
2012-05-04  Vincent Bernatconfigure: don't check for SLIST_* stuff: we don't...
2012-05-02  Vincent Bernatconfigure: use AC_PROG_CXX macro
2012-05-02  Vincent BernatShip an embedded copy of libevent.
2012-05-02  Vincent Bernatconfigure: remove old unwanted cruft
2012-05-01  Vincent Bernatconfigure: enable compilation of a libevent archive
2012-05-01  Vincent BernatIntegration of libevent into the build system.
2012-05-01  Vincent BernatWhen running on valgrind, don't chroot or drop privileges
2012-03-01  Vincent Bernatconfigure: automatically compute version from git
2012-01-16  Vincent BernatStart branch 0.6.
2011-11-06  Vincent BernatPrepare 0.5.5 release.
2011-09-22  Vincent Bernat[configure] Fix a typo in help message
2011-07-02  Vincent BernatRelease 0.5.4. 0.5.4
2010-10-09  Vincent BernatPrepare for release (0.5.2). 0.5.2
2010-09-19  Vincent BernatAdd AM_MAINTAINER_MODE macro to configure.ac.
2010-07-07  Vincent BernatHarden lldpd with the use of RELRO and NOW linker options.
2010-06-10  Vincent BernatRevert "configure: try to use -Wl,--as-needed if possible"
2010-06-08  Vincent BernatRemove "listen on VLAN" feature.
2010-05-20  Vincent Bernatconfigure: try to use -Wl,--as-needed if possible
2010-05-20  Vincent BernatMake AM_SILENT_RULES optional.
2010-05-12  Vincent BernatFix AC_CHECK_DECLS macro in configure.ac
2010-03-24  Vincent BernatInitialize changelog for 0.5.1.
2010-03-12  Vincent BernatRetrieve FD_SETSIZE in a sane environment.
2010-03-06  Andreas HofmeisterImplement an XML writer.
2010-02-28  Andreas HofmeisterDo not require libtool 2.2
2010-02-28  Andreas HofmeisterFix autoconf complains about libtool.
2009-10-28  Vincent BernatAdd some additional GCC options by default.
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-30  Vincent BernatDefine ioctl for VLAN and bond.
2009-09-29  Vincent BernatSave cache at various points of configure script.
2009-09-29  Vincent Bernatlinux/filter.h may need linux/types on old systems.
2009-09-29  Vincent BernatAdd support for libc not defining __progname symbol.
2009-09-29  Vincent BernatRework autoconf stuff.
2009-09-29  Vincent BernatMore ethtool compatibility
2009-07-08  Vincent BernatAdd getifaddrs() replacement for system without it.
2009-07-07  Vincent BernatUnit tests for packing/unpacking.
2009-06-06  Vincent BernatUpdate changelog.
2009-06-04  Vincent BernatMake "listen on vlan" feature optional at compile-time.
2009-05-19  Vincent BernatUpdate version in configure.ac 0.4.0
2009-03-02  Vincent BernatFix lldpctl when LLDP-MED is enabled. 0.3.2
2009-02-27  Vincent BernatPrepare version 0.3.1 0.3.1
2008-12-14  Vincent BernatPrepare new 0.3 version
2008-12-12  Vincent BernatAdd SLIST support for libc not shipping it (like Sarge)
2008-11-26  Vincent BernatAdd a way to disable Dot1 and Dot3
2008-11-26  Vincent BernatStart support of LLDP-MED: send support is implemented
2008-11-25  Vincent BernatMove at the bottom of configure.ac the instructions...
2008-11-25  Vincent BernatAllow to compile only needed protocols
2008-11-20  Vincent BernatDefine ADVERTISED_(Asym_)?Pause if not defined in linux...
2008-11-19  Vincent BernatPrepare a new release 0.2.1
2008-11-17  Vincent BernatRelease 0.2 0.2
2008-11-17  Vincent BernatTry to be compatible with older versions of NetSNMP
2008-11-17  Vincent BernatMerge branch 'master' into privsep
2008-11-17  Vincent BernatFix checks for header files in configure.ac
2008-11-16  Vincent BernatMerge branch 'master' into privsep
2008-11-15  Vincent BernatUse _lldpd instead of lldpd for username to avoid colli...
2008-11-07  Vincent BernatMerge branch 'master' into privsep
2008-11-07  Vincent BernatStart privilege separation
2008-10-15  Vincent BernatInitial import