]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/event.c
lldpd: fast start support
[thirdparty/lldpd.git] / src / daemon / event.c
2013-05-08  roopalldpd: fast start support
2013-04-16  Vincent Bernatevent: add missing <time.h> include
2013-03-31  Vincent Bernatlldpd: enforce TTL on remote chassis
2013-01-22  Vincent Bernatlldpd: pause at start, unpause through lldpcli
2013-01-13  Vincent BernatSmall fixes detected by clang analyzer.
2013-01-12  Vincent Bernatevent: replace obsolete `sigignore()` by `signal()`
2013-01-06  Vincent Bernatdebian: provide an upstart job
2013-01-05  Vincent Bernatevent: trigger the main iteration when starting the...
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-01  Vincent Bernatevent: make levent_send_now() work again
2012-12-31  Vincent Bernatevent: avoid socket leak if we cannot register netlink...
2012-12-31  Vincent Bernatevent: use a separate event timer for each port
2012-12-30  Vincent Bernatnetlink: listen to netlink changes to trigger interface...
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-12-16  Vincent Bernatlog: prefix logs with a token to allow filtering
2012-09-01  Vincent Bernatgeneral: use "TX interval" instead of "TX delay" to...
2012-08-31  Vincent Bernattests: fix tests compilation
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-31  Vincent Bernatmarshal: don't marshal the list of chassis
2012-08-30  Vincent Bernatctl: don't serialize notification if no client needs it
2012-08-30  Vincent Bernatctl: increase maximum message size to 512 KB
2012-08-30  Vincent Bernatlldpctl: add a "-w" option to watch neighbor changes
2012-08-30  Vincent Bernatclient: use libevent's bufferevent infrastructure to...
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.