]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lib/connection.c
lib: stricly-prevent use of a connection used to watch events
[thirdparty/lldpd.git] / src / lib / connection.c
2020-04-24  Vincent Bernatlib: stricly-prevent use of a connection used to watch...
2019-09-04  Wataru Ashiharalib: fix memory leak
2018-06-16  Vincent BernatMerge pull request #285 from vincentbernat/feature...
2018-06-13  Vincent BernatMerge pull request #286 from GustavWi/master
2018-06-13  Gustav WiklanderRead all notifications in lldpctl_recv. 286/head
2015-12-29  Vincent Bernatclient: don't do arithmetics with void*
2015-08-22  Vincent BernatAdd a default local port as a template for any future...
2015-05-20  Vincent Bernatlib: use ssize_t to store result from write()
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-19  Alexandru Ardeleanlib: move lldpd-structs.h include into atom.h
2015-04-09  Vincent BernatMerge pull request #105 from commodo/cleanup
2015-04-02  Alexandru Ardeleanlib/private.h: rename to atom.h
2014-08-31  Vincent Bernatlib: handle read failure in sync case
2014-08-31  Vincent Bernatlib: really correctly handle read failure
2014-08-31  Vincent Bernatlib: correctly handle read failure
2014-07-08  Sam TannousAdd call to process more messages from data already...
2013-08-14  Vincent Bernatlib: fix notification by reading one byte at a time...
2013-06-07  Pradosh Mohapatraliblldpctl: fix infinite loop when user is reading...
2013-03-30  Vincent Bernatlib: fix sync_recv to handle segmentation
2013-02-26  Zang MingJieAdd a argument to specify the unix control socket 29/head
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-23  Vincent Bernatmarshal: respect GCC strict-aliasing rule
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
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.