]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
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 Bernatpackaging: update packaging stuff for release 0.7.1
2013-01-12  Vincent Bernatbuild: more changelog drama
2013-01-12  Vincent Bernatsystemd: don't use SOCK_CLOEXEC
2013-01-12  Vincent Bernatevent: replace obsolete `sigignore()` by `signal()`
2013-01-12  Vincent Bernatdoc: new homepage for lldpd
2013-01-11  Vincent Bernatcompat: add `strnlen()` which may be absent on some...
2013-01-11  Vincent Bernatbsd: compatibility with systems that do not have interf...
2013-01-11  Vincent Bernatbuild: fix changelog generation
2013-01-11  Vincent Bernatosx: add an homebrew formula
2013-01-10  Vincent Bernatconfigure: compatibility with automake 1.12
2013-01-10  Vincent Bernatautogen: don't use readlink -f
2013-01-10  Vincent Bernatautogen: allow to override commands used
2013-01-10  Vincent Bernatdmi: implementation for Mac OS X.
2013-01-10  Vincent BernatMac OS X support.
2013-01-07  Vincent Bernatbuild: add tag date in changelog
2013-01-07  Vincent Bernatpriv: mirror the exit status of the child
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
2013-01-06  Vincent BernatREADME: mention multi-OS support
2013-01-06  Vincent Bernatdebian: update Debian packaging.
2013-01-06  Vincent Bernatredhat: fix Redhat packaging
2013-01-06  Vincent Bernatredhat: update lldpd.spec
2013-01-06  Vincent Bernatbuild: fix generation of ChangeLog
2013-01-06  Vincent Bernatlldpcli: add a "help" command. 0.7.0
2013-01-06  Vincent Bernatlldpcli: fix "source unknown" for Dot3/LLDP-MED power.
2013-01-06  Vincent Bernatlldpcli: don't rely on `rl_delete_text()`
2013-01-06  Vincent Bernatlldpcli: make readline library optional.
2013-01-06  Vincent Bernatlldpcli: switch to GNU Readline.
2013-01-05  Vincent Bernatevent: trigger the main iteration when starting the...
2013-01-05  Vincent Bernatlldpcli: ensure `conn` is initialized to NULL to avoid...
2013-01-05  Vincent Bernatlldpcli: don't propose configure for options not compiled
2013-01-05  Vincent Bernatlib: fix a compilation problem when LLDP-MED or Dot3...
2013-01-05  Vincent Bernatredhat: also ship lldpcli
2013-01-05  Vincent Bernatredhat: add libedit-devel for RPM distros as well
2013-01-05  Vincent Bernatdebian: also add libedit-dev as a dependency
2013-01-05  Vincent Bernattravis: add libedit-dev in the dependencies
2013-01-05  Vincent Bernatlldpcli: let libedit install its own signal handlers...
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatdoc: fix doxygen warnings and don't parse include/linux
2013-01-05  Vincent Bernatconfigure: detect libedit without pkg-config
2013-01-05  Vincent Bernatbuild: no need to save CFLAGS LDFLAGS when testing...
2013-01-05  Vincent Bernatlldpcli: accept a command from the command line arguments
2013-01-05  Vincent Bernatlldpcli: fix manual page about specifying ports.
2013-01-05  Vincent Bernatlldpcli: rename lldpctl to lldpcli.
2013-01-05  Vincent Bernatlldpctl: remove "unconfigure" commands (not implemented)
2013-01-05  Vincent Bernatlldpctl: add a CLI
2013-01-05  Vincent Bernatlib: add a function to retrieve a map
2013-01-04  Vincent Bernatlib: fix a memory leak when setting LLDP-MED ELIN number
2013-01-01  Vincent Bernatevent: make levent_send_now() work again
2012-12-31  Vincent BernatNEWS: add a word about detecting interface changes
2012-12-31  Vincent Bernat*bsd: listen on PF_ROUTE socket to get interface changes
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-31  Vincent Bernatlldpd: remove unused `g_lastsent`
2012-12-30  Vincent Bernatmarshal: ensure that two identic structures are seriali...
2012-12-30  Vincent BernatNEWS: add a word about NetBSD support
2012-12-30  Vincent Bernatinterfaces: correctly detect link down interfaces
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-29  Vincent Bernatopenbsd: add DMI information
2012-12-29  Vincent Bernatopenbsd: don't use BIOCSSEESENT with OpenBSD
2012-12-29  Vincent Bernatfreebsd: add DMI support
2012-12-28  Vincent Bernatpriv: open special call is only needed for Linux
2012-12-28  Vincent BernatAdd NetBSD support.
2012-12-28  Vincent Bernatinterfaces: put the appropriate aggregation ID when...
2012-12-27  Vincent Bernatctl: fix previous partial commit about unix path max...
2012-12-27  Vincent Bernatctl: don't use a #define to define size, use sizeof()
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: link aggregation only works from FreeBSD 9.1.
2012-12-26  Vincent Bernatfreebsd: correctly check if routing is enabled
2012-12-26  Vincent Bernatbuild: allow more modern coding style with empty initia...
2012-12-26  Vincent BernatAdd support for FreeBSD.
2012-12-25  Vincent Bernatinterfaces: sending/receiving on raw interfaces is...
2012-12-25  Vincent Bernatinterfaces: setting up raw interface with BPF filter...
2012-12-24  Vincent Bernatinterfaces: abstraction of interfaces/devices
2012-12-23  Vincent Bernatnetlink: fix bogus alignment warnings
2012-12-23  Vincent Bernatframe: mark with `(void)` when we don't check for resul...
2012-12-23  Vincent Bernatctl: fix alignment issue
2012-12-23  Vincent Bernatmarshal: respect GCC strict-aliasing rule
2012-12-22  Vincent Bernatinterfaces: disable the use of ioctl for bridges
2012-12-22  Vincent Bernatbuild: ensure _GNU_SOURCE is defined early
2012-12-22  Vincent Bernatbuild: ship a include/ directory
2012-12-22  Vincent Bernatinterfaces: harmonize arguments of detection functions
2012-12-22  Vincent Bernatlldpd: fix debug message when discarding a received...
2012-12-22  Vincent Bernatinterfaces: handle correctly VLAN inside VLAN inside...
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-12-20  Vincent Bernatbuild: make autogen.sh a little bit more generic
2012-12-19  Vincent Bernatbuild: use a simplified autogen.sh script
2012-12-19  Vincent Bernatlibevent: use a git submodule
2012-12-17  Vincent Bernattravis: workaround the fact that Travis images are...
2012-12-17  Vincent Bernatlldpctl: new JSON output
2012-12-17  Vincent Bernatlog: remove extra linefeeds from log_*() and fatal...
2012-12-16  Vincent BernatNEWS: add a mention about the fact we can filter debug...
2012-12-16  Vincent Bernatlog: add -D option to filter out debug logs
next