]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/event.c
build: bump cross-platform-actions/action from 0.27.0 to 0.28.0
[thirdparty/lldpd.git] / src / daemon / event.c
2025-03-27  Paul Donalddifferentiate between setup(n) and set(v) up
2022-11-06  Vincent Bernatbuild: reformat code
2021-09-13  Brian BennettFix illumos name typo
2021-09-13  Vincent Bernatevent: fix monitoring of the monitor process on Illuminos
2020-01-23  Vincent BernatMerge pull request #379 from jp-t/master
2020-01-22  Jean-Pierre Tosonilldpd: set a 30 seconds lower limit to the safeguard... 379/head
2020-01-16  Jean-Pierre TosoniAllow configuring tx-interval in milliseconds
2019-09-04  Wataru Ashiharafix typo
2019-06-12  Vincent Bernatnetlink: make the netlink socket totally non blocking
2019-06-12  Vincent Bernatnetlink: handle blocking read from netlink socket
2017-02-19  Vincent Bernatlldp: don't use chassis TTL anymore
2017-02-19  Vincent Bernatlldp: attach remote TTL to port instead of chassis
2016-09-30  Vincent Bernatevent: correctly free event base
2016-09-24  Vincent Bernatevent: remove some one-time memory leaks
2016-06-13  Vincent Bernatevent: fix formating of time_t
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2016-01-01  Vincent Bernatevent: unallocate interface timer event on exit
2015-10-20  Vincent Bernatevent: check if timer is present before trying to activ...
2015-08-18  Vincent Bernatsnmp: make use of newer snmp_select_info2() function
2015-08-17  Vincent Bernatnetlink: use libnl3 instead of custom netlink code
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 GoutteDisable -Wdocumentation for some include using pragma
2015-03-18  Vincent Bernatpriv: monitor the monitor process
2015-03-18  Vincent Bernatlog: add token to all `fatalx` instances
2015-03-18  Vincent Bernatevent: don't remember (in cfg) control socket event
2015-03-18  Vincent Bernatevent: don't ignore SIGHUP twice
2014-08-31  Vincent Bernatlldpd: handle early cleanup in case interface cannot...
2014-07-08  Sam TannousMove interface update msg to debug level
2014-07-08  Sam TannousIncrease event buffer
2014-05-11  Vincent Bernatlldp: fix handling of LLDPDU expiration
2014-05-10  Vincent Bernatlldp: support for shutdown LLDPU
2014-04-08  Vincent Bernatcoverity: change a bit the annotations
2013-11-22  Vincent Bernatcoverity: add code annotation to remove false positives
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-09-09  Vincent Bernatevent: don't call `netsnmp_check_outstanding_agent_requ...
2013-07-15  Vincent Bernatevent: replace `evutil_make_socket_nonblocking()` by...
2013-06-08  Roopa PrabhuFixed some boundary conditions in code that cleans
2013-06-02  Vincent Bernatmarshal: provide type-specific serialization/unserializ...
2013-06-01  Vincent Bernatclient: trigger interface refresh when updating interfa...
2013-05-08  Vincent Bernatlldpd: make fast start work only when receiving LLDP...
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.