]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/lldpd.c
clang: additional fixes detected by clang analyzer
[thirdparty/lldpd.git] / src / daemon / lldpd.c
2013-01-13  Vincent Bernatclang: additional fixes detected by clang analyzer
2013-01-13  Vincent BernatSmall fixes detected by clang analyzer.
2013-01-12  Vincent Bernatsystemd: don't use SOCK_CLOEXEC
2013-01-10  Vincent BernatMac OS X support.
2013-01-07  Vincent Bernatdebian: add systemd support
2013-01-07  Vincent Bernatlldpd: remove uncleaned control socket when noone is...
2013-01-06  Vincent Bernatdebian: provide an upstart job
2012-12-31  Vincent Bernatevent: use a separate event timer for each port
2012-12-31  Vincent Bernatlldpd: remove unused `g_lastsent`
2012-12-30  Vincent Bernatnetlink: listen to netlink changes to trigger interface...
2012-12-30  Vincent Bernatlldpd: cleanup phase is done in `update_local_ports()`
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
2012-12-29  Vincent Bernatlib: use strlcpy and snprintf instead of strcpy and...
2012-12-28  Vincent BernatAdd NetBSD support.
2012-12-27  Vincent BernatOpenBSD support.
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-26  Vincent Bernatfreebsd: correctly check if routing is enabled
2012-12-22  Vincent Bernatlldpd: fix debug message when discarding a received...
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-12-16  Vincent Bernatlog: add -D option to filter out debug logs
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-11-12  Vincent Bernatlldpd: add possibility to disable LLDP
2012-09-01  Vincent Bernatsnmp: add lldpRemTablesChange notification
2012-09-01  Vincent Bernatlldpd: add proper insert/delete/ageout counters
2012-09-01  Vincent Bernatgeneral: use "TX interval" instead of "TX delay" to...
2012-08-31  Vincent Bernatlldpctl: add the possibility to force lldpd to start...
2012-08-31  Vincent Bernatlldpd: move configuration stuff into a dedicated structure
2012-08-30  Vincent Bernatlldpctl: add a "-w" option to watch neighbor changes
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.