]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2015-05-28  Alexis La GoutteDon't use container-based Travis CI 115/head
2015-05-21  Vincent Bernatlib: don't use priority with constructor 0.7.15
2015-05-21  Vincent Bernatredhat: don't build with JSON by default
2015-05-21  Vincent Bernatbuild: only uses -pie when linking programs
2015-05-21  Vincent Bernatbuild: when checking for additional flags, be fatal...
2015-05-21  Vincent Bernatlldp: do appropriate cleanup when unable to allocate...
2015-05-21  Vincent Bernattravis: don't install libtool/autoconf/automake
2015-05-20  Vincent Bernattests: document the suppression file for valgrind
2015-05-20  Vincent Bernatbuild: don't use -Wl,-pie
2015-05-20  Vincent Bernatredhat: fix dates in .spec
2015-05-20  Vincent Bernatbuild: require json-c >= 0.10
2015-05-20  Vincent Bernatredhat: fix a typo in conditional JSON support
2015-05-20  Vincent Bernatredhat: provide a simpler buildroot
2015-05-20  Vincent Bernatrelease: prepare new version
2015-05-20  Vincent Bernatlldpcli: fix another memory leak when querying statistics
2015-05-20  Vincent Bernatlldpcli: fix a memory leak when querying custom TLVs
2015-05-20  Vincent Bernatbuild: rename valgrind suppression file to match the...
2015-05-20  Vincent Bernatctl: don't use C99 designated initializer for structs...
2015-05-20  Vincent Bernattests: provide a complete test file for lldpcli
2015-05-20  Vincent Bernatlib: use ssize_t to store result from write()
2015-05-20  Vincent Bernatdoc: fix example of "configure dot3 power" command
2015-05-20  Vincent Bernatdoc: fix example of "configure med location address...
2015-05-20  Vincent Bernatdoc: fix documentation of "configure lldp portidsubtype"
2015-05-20  Vincent Bernattests: remove old reference to ifdump.txt
2015-05-20  Vincent Bernatdoc: add an entry for setting custom TLV in lldpcli...
2015-05-20  Vincent Bernatdoc: add a NEWS entry for custom/unknown TLV
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-20  Vincent Bernatbuild: compile libevent with -fPIC
2015-05-19  Vincent Bernatbuild: try -Wl,-pie before trying -pie for clang
2015-05-19  Vincent Bernatbuild: don't enable PIE when using embedded libevent
2015-05-19  Vincent Bernatbuild: also try to build a PIE when hardening is not...
2015-05-19  Vincent Bernatbuild: add a switch to disable hardening functions
2015-05-19  Alexandru Ardeleanlldpd: convert 'oui_info' member to dynamic array 109/head
2015-05-19  Alexandru Ardeleanlldpd: make custom TLV code optional
2015-05-19  Alexandru Ardeleanclient: display custom TLVs when lldpctl is called
2015-05-19  Alexandru Ardeleanclient: implement client interface for custom TLVs
2015-05-19  Alexandru Ardeleandaemon: implement client interface for custom TLVs
2015-05-19  Alexandru Ardeleanlib: add custom TLV + list atom(s)
2015-05-19  Alexandru Ardeleandaemon: add basic custom TLV send & receive
2015-05-19  Alexandru Ardeleandaemon: reduce log_info() to log_debug() for unknown...
2015-05-19  Alexandru Ardeleanlib: move lldpd-structs.h include into atom.h
2015-05-19  Alexandru Ardeleanlib: add null check to lldpctl_atom_inc_ref()
2015-05-19  Alexandru Ardeleanlldpd: move LLDP_TLV_ORG to lldp-const.h
2015-05-16  Vincent Bernatlib: enable ability to change log level on-the-fly
2015-05-16  Vincent Bernatlldpcli: ensure we also display logs from liblldpctl
2015-05-14  Vincent Bernattests: fix typo in SNMP checks with protocol identity
2015-05-14  Vincent Bernatframe: change checksum function
2015-05-14  Vincent Bernattests: fix SNMP tests
2015-05-14  Vincent Bernattests: fix signed/unsigned discrepancy
2015-05-13  Vincent Bernatbuild: cleaner way to not alter CFLAGS/CPPFLAGS/LDFLAGS
2015-05-12  Vincent Bernatbuild: enable JSON/XML support automatically by default
2015-05-10  Vincent Bernatredhat: enable JSON support if recent enough
2015-05-10  Vincent Bernatdebian: enable JSON support
2015-05-10  Vincent Bernatbuild: automatic detection of optional features
2015-05-09  Vincent Bernatclient: only output supported formats
2015-05-09  Vincent Bernatclient: complain if the provided format is not supported
2015-04-26  Vincent Bernatclient: fix a trivial typo
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-16  Alexandru Ardeleanclient: add some log_debug() messages 106/head
2015-04-09  Alexandru Ardeleantests/check_lldp: add global config object for testing
2015-04-09  Alexandru Ardeleanlldpd: make management addresses advertisement optional
2015-04-09  Alexandru Ardeleanlldpd: make chassis capabilities advertisement optional
2015-04-09  Alexandru Ardeleandaemon/lldpd.c: free() cfg at end of main function
2015-04-09  Alexandru Ardeleandaemon/protocols/lldp.c: do not send system capabilitie...
2015-04-09  Vincent Bernatlib: don't define __constructor__ twice
2015-04-09  Vincent BernatMerge pull request #105 from commodo/cleanup
2015-04-04  Vincent Bernatrelease: prepare 0.7.14 0.7.14
2015-04-02  Alexandru Ardeleandaemon: move protocol files into subfolder 105/head
2015-04-02  Alexandru Ardeleanlib/atom.c: move here remaining code from atom-private.c
2015-04-02  Alexandru Ardeleanlib/private.h: rename to atom.h
2015-04-02  Alexandru Ardeleanlib/atom-private.c: break it into smaller modules
2015-04-02  Alexandru Ardeleanlib/atom-private.c: move 'struct atom-builder' to private.h
2015-04-02  Alexandru Ardeleanconfigure.ac: add 'subdir-objects' option
2015-03-29  Vincent BernatNEWS: add an entry to NEWS file for previous changes
2015-03-29  Vincent Bernatlib: update revision info to reflect ABI update of...
2015-03-29  Vincent Bernatlib: a change to port description is transmitted now
2015-03-29  Vincent Bernatclient: when receiving a port update, transmit it now
2015-03-29  Vincent Bernatlldpcli: use "description" keyword when setting port...
2015-03-29  Vincent Bernatlldpcli: document ability to change port id and description
2015-03-29  Vincent Bernatlldpcli: ensure optional local port description cannot...
2015-03-29  Vincent BernatMerge pull request #101 from commodo/port_label2
2015-03-29  Vincent Bernatinterfaces: management address is set to pattern on...
2015-03-24  Alexandru Ardeleanlldpd: add port description override via lldpcli 101/head
2015-03-24  Alexandru Ardeleanlldpd: implement basic support to override port IDs...
2015-03-24  Alexandru Ardelean.gitignore: ignore vim swap files
2015-03-23  Vincent Bernatstyle: remove `if (...) free(...)` pattern
2015-03-23  Vincent Bernatinterfaces: don't test for NULL before `free`
2015-03-18  Vincent Bernatpriv: document improvement in crash handling in NEWS...
2015-03-18  Vincent BernatRevert "priv: on Linux, when monitor dies, kill child"
2015-03-18  Vincent Bernatpriv: use SOCK_STREAM for monitor communication
2015-03-18  Vincent Bernatpriv: don't log anything when handling SIGCHLD
2015-03-18  Vincent Bernatpriv: ensure we write exactly what will be read
2015-03-18  Vincent Bernatctl: create control socket with close-on-exec semantic
2015-03-18  Vincent Bernatpriv: fallback to SOCK_DGRAM if SOCK_SEQPACKET not...
2015-03-18  Vincent Bernatpriv: use a SOCK_SEQPACKET for communication with monitor
2015-03-18  Vincent Bernatpriv: monitor the monitor process
2015-03-18  Vincent Bernatlog: add token to all `fatalx` instances
2015-03-18  Vincent Bernatpriv: on Linux, when monitor dies, kill child
2015-03-18  Vincent Bernatevent: don't remember (in cfg) control socket event
2015-03-18  Vincent Bernatevent: don't ignore SIGHUP twice
next