]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/compat
client: add show interfaces command (#240)
[thirdparty/lldpd.git] / src / compat /
2016-05-21  Vincent Bernatcompat: ensure ranlib is happy on OSX by providing...
2016-05-20  Vincent Bernatcompat: use strtonum instead of atoi
2015-12-13  Vincent Bernatbuild: don't use getopt from libbsd
2015-12-12  Vincent Bernatcompat: use getline() instead of fgetln()
2015-12-12  Vincent Bernatbuild: use libbsd overlay
2015-08-11  Vincent Bernatbuild: propagate appropriate build flags in src/compat
2014-04-09  Vincent Bernatcompat: fix vsyslog to rely on the result of vasprintf
2014-04-09  Vincent Bernatcompat: include stdarg to get va_list
2014-04-09  Vincent Bernatcompat: fix use of vasprintf (previously _vasprintf)
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 Bernatasprintf: we are also using vasprintf, let's define...
2014-04-01  Vincent Bernatasprintf: globally define _GNU_SOURCE
2014-02-10  Vincent Bernatfgetln: provide a version not relying on getline()
2013-06-23  Vincent Bernatcompat: include config.h in compat.h
2013-06-23  Vincent Bernatcompat: fix strndup
2013-06-23  Vincent Bernatcompat: add `strndup()` compatibility function
2013-06-23  Vincent Bernatcompat: remove copyright notice for setproctitle()
2013-06-21  Vincent Bernatcompat: declare `setproctitle()` as a printf function
2013-06-21  Vincent Bernatbuild: use libbsd if available, also use `setproctitle()`
2013-05-08  Vincent Bernatsolaris: preliminary support
2013-04-20  Vincent Bernatfgetln: getline may need _GNU_SOURCE
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 BernatMac OS X support.
2012-12-27  Vincent BernatOpenBSD support.
2012-12-22  Vincent Bernatbuild: ship a include/ directory
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.