]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
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
2015-02-19  Vincent Bernatbuild: don't use `sort -V`
2015-02-19  Vincent Bernatcheck: add missing license headers to some files
2015-02-19  Vincent Bernatcheck: fix SNMP test format error
2015-02-19  Vincent Bernatcheck: more comparison with `ck_assert_ptr_eq()`
2015-02-19  Vincent Bernatcheck: compare pointers with `ck_assert_ptr_eq()`
2015-02-19  Vincent Bernatcheck: enforce correct alignment during SNMP tests
2015-02-19  Vincent Bernattravis: don't configure with CFLAGS=-Werror
2015-02-19  Vincent Bernatconfigure: move LDFLAGS to LLDP_LDFLAGS
2015-02-19  Vincent Bernatconfigure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPP...
2015-02-19  Vincent Bernatconfigure: put cpp flags into CPPFLAGS instead of CFLAGS
2015-02-19  Vincent Bernatconfigure: enforce the use of C99
2015-02-18  Vincent BernatMerge pull request #98 from baloo/features/document...
2015-02-18  Arthur Gautierclient: document lldp.d configuration directory 98/head
2015-02-13  Vincent Bernatinterfaces: fallback to link local addresses for management
2015-02-13  Vincent Bernatinterfaces: exclude IPv4 link local addresses from...
2015-02-13  Vincent Bernatinterfaces: enforce redefinition of IN_IS_ADDR_* macros
2015-02-13  Vincent Bernatpriv: don't lookup for _lldpd when privsep is disabled
2015-02-06  Vincent Bernatlib: fix "unknwon" typo
2015-02-06  Vincent Bernatlib: fix compilation error when Dot3 is disabled
2015-01-28  Vincent Bernatpriv: replace the use of `gethostbyname()` by `getaddri...
2015-01-28  Vincent Bernatpriv: rename "gethostbyname" priv function to "gethostname"
2015-01-25  Vincent Bernatbuild: use version sort for changelog
2015-01-17  Vincent BernatNEWS: add an entry for the two previous commits
2015-01-17  Vincent Bernatlldp: fix boundary checks when decoding LLDP protocol...
2015-01-17  Vincent Bernatlldp: fix boundary checks when decoding LLDP management...
2015-01-12  Vincent Bernatlldpcli: add "tagged" keyword to "configure med policy"
2015-01-05  Vincent Bernattravis: use stable NetSNMP from Homebrew
2015-01-05  Vincent Bernatlibevent: enable silent rules by default
2015-01-05  Vincent Bernatlibevent: update embedded copy to 2.0.22-stable
2015-01-04  Vincent BernatNEWS: add an entry for the two previous commits
2015-01-04  Vincent Bernatlldp: send a shutdown LLDPDU on exit
2015-01-04  Vincent Bernatlldp: when MSAP changes, send a shutdown LLPDU
2015-01-04  Vincent Bernatmarshal: don't marshal previous port value
2014-12-30  Vincent Bernattravis: don't compile embedded libevent + clang on OSX
2014-12-30  Vincent Bernattravis: don't fail on unused functions (second try)
2014-12-30  Vincent Bernattravis: don't fail on unused functions
2014-12-30  Vincent Bernattravis: don't allow any warning or error
2014-12-30  Vincent Bernatversion: prepare 0.7.13 release 0.7.13
2014-12-29  Vincent Bernatconfigure: let define pkg-config directory with `-...
2014-12-15  Vincent Bernatman: `-I` option and the like also affect sending
2014-12-10  Vincent Bernatlldp: fix display of unknown organizational ID
2014-12-06  Vincent Bernatlldpd: don't rely on a checksum to detect a port change
2014-12-06  Vincent Bernatlldpd: use a macro to define offset of permanent port...
2014-12-05  Vincent BernatNEWS: add an entry for the latest commit
2014-12-04  Vincent Bernatlldpd: fix coding style in latest commit
2014-12-04  Vincent BernatMerge pull request #84 from IcyMetric/master
2014-12-04  Robert LongAllow setting control socket on CLI 84/head
2014-12-04  Vincent Bernatlldpd: decrease probability of collisions on port checksums
2014-12-03  Vincent Bernatlldpd: decrease probability of collisions on port checksums
2014-12-03  Vincent Bernatlldpd: really ensure that port checksum can never be 0
2014-12-03  Vincent Bernatlldpd: fix timer initialization when checksum is 0
2014-12-03  Vincent Bernatmarshal: ensure we correctly handle signed result from...
2014-12-01  Vincent Bernatxml: check that libxml-2 is really usable
2014-12-01  Vincent Bernatsnmp: `agent_init()` won't modify AgentX string
2014-12-01  Vincent Bernatlib: silent a warning about uninitialized value
2014-11-22  Vincent Bernatredhat: do not install the chroot
2014-11-22  Vincent Bernatredhat: requires pkg-config to build devel package
2014-11-22  Vincent Bernatrelease: prepare release of 0.7.12 0.7.12
2014-11-09  Vincent Bernatlib: fix pkgconfig file substitutions
2014-11-06  Vincent Bernatclient: fix "update" command
2014-11-04  Vincent Bernattravis: travis comes with autotools and friends already...
2014-11-04  Vincent Bernatdebian: update symbol versioning for incompatibility...
2014-11-04  Vincent Bernatlib: bump versioning
2014-11-04  Vincent Bernatlib: make it safe to pass NULL to `lldpctl_atom_set_str()`
2014-11-04  Vincent Bernatlib: document the possibility of using NULL with `lldpc...
2014-11-04  Vincent Bernatlldpcli: allow to unset patterns and system description...
2014-11-04  Vincent Bernatlib: replace macro by a function for `_lldpctl_atom_set...
2014-11-04  Vincent Bernatlib: factor out some code in `_lldpctl_atom_set_str_con...
2014-11-02  Vincent BernatNEWS: add an entry about some flags not being persisten...
2014-11-02  Vincent Bernatbuild: hide renaming of template-generated files
2014-11-02  Vincent Bernatlldpd: use strdup() on arguments that could be changed...
2014-11-02  Vincent Bernatclient: fix configuration modification
next