]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lib
client: add show interfaces command (#240)
[thirdparty/lldpd.git] / src / lib /
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-12-26  Vincent Bernatlib: include MAU type map only when Dot3 support is...
2016-12-26  Vincent BernatMerge pull request #212 from vincentbernat/feature...
2016-12-25  Vincent Bernatlib: add more MAU types
2016-11-25  Vincent Bernatmed: fix parsing of LLDP-MED LCI when TLV size exceeds...
2016-08-30  Vincent BernatMerge pull request #198 from The-42/fix-segfaults
2016-08-30  Bert van Halllib/atoms/port: fix segfaults with minimal information 198/head
2016-06-18  Vincent Bernatbuild: make generation of atom-glue compatible with...
2016-06-14  Vincent Bernatlldp: add ability to control propagation of LLDPDU
2016-06-13  Vincent Bernatbuild: fix build issue introduced in previous commit
2016-06-13  Vincent Bernatbuild: don't rely on GNU make $^ automatic variable
2016-06-12  Vincent Bernatbuild: unsilent silent rules when running with V=1
2016-05-27  Vincent Bernatlib: allow retrieval of chassis TTL
2016-05-20  Vincent Bernatlib: remove unused variable
2016-05-20  Vincent Bernatcompat: use strtonum instead of atoi
2016-03-23  Vincent Bernatlib: use C preprocessor to build list of init functions
2016-03-23  Vincent Bernatlib: don't rely on atom-glue.h
2016-03-23  Vincent Bernatbuild: ensure atom-glue.h is built first
2016-03-23  Vincent Bernatlib: don't rely on constructors
2016-03-19  Vincent Bernatlib: more typo in strings
2016-03-18  Vincent Bernatfixedpoint: fix buffer overflow in fixed point computations
2016-03-01  Vincent BernatMerge pull request #163 from kanrajag/feature/enhance...
2016-02-28  kannaenhance custom tlv with add/replace commands 163/head
2016-01-31  Vincent Bernatlib: only define ntohll if not already defined
2016-01-20  Vincent Bernatlib: rework a bit documentation around reference counting
2015-12-29  Vincent Bernatclient: don't do arithmetics with void*
2015-12-15  Vincent Bernatclient: update LLDP-MED policy L2 priority values to...
2015-12-01  Vincent Bernatlldpmed: fix numeric values for L2 priority
2015-11-28  Vincent Bernatlog: rework the way -d work
2015-10-05  Vincent Bernatbuild: check for support for constructor/destructor...
2015-08-23  Vincent Bernatlib: map_reverse_lookup needs to be always available
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-22  Vincent Bernatlib/atom: only allow custom TLV modification for local...
2015-08-22  Vincent BernatAdd a default local port as a template for any future...
2015-08-07  Vincent Bernatlib: accept "language" as a valid MED location type
2015-07-11  Vincent Bernatlib: fix memory leak when handling MED location data
2015-07-11  Vincent BernatRevert "lib: bump ABI"
2015-07-11  Vincent Bernatlib: add compatibility layer with chassis-related infor...
2015-07-11  Vincent Bernatlib: bump ABI
2015-07-11  Vincent Bernatlib: ability to get and query local chassis
2015-07-11  Vincent Bernatbuild: fix URL to library versioning documentation
2015-06-16  Vincent Bernatbuild: ship lldpctl.map in tarball
2015-06-16  Vincent Bernatbuild: use symbol versioning for liblldpctl
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-21  Alexis La Gouttefix parameter 'lldpctl' not found in the function decla...
2015-05-21  Vincent Bernatlib: don't use priority with constructor 0.7.15
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 Ardeleanlldpd: convert 'oui_info' member to dynamic array 109/head
2015-05-19  Alexandru Ardeleanlldpd: make custom TLV code optional
2015-05-19  Alexandru Ardeleanlib: add custom TLV + list atom(s)
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-16  Vincent Bernatlib: enable ability to change log level on-the-fly
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleanlldpd: make management addresses advertisement optional
2015-04-09  Alexandru Ardeleanlldpd: make chassis capabilities advertisement optional
2015-04-09  Vincent Bernatlib: don't define __constructor__ twice
2015-04-09  Vincent BernatMerge pull request #105 from commodo/cleanup
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-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 BernatMerge pull request #101 from commodo/port_label2
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-23  Vincent Bernatstyle: remove `if (...) free(...)` pattern
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-06  Vincent Bernatlib: fix compilation error when Dot3 is disabled
2014-12-29  Vincent Bernatconfigure: let define pkg-config directory with `-...
2014-12-01  Vincent Bernatlib: silent a warning about uninitialized value
2014-11-09  Vincent Bernatlib: fix pkgconfig file substitutions
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 Bernatclient: fix configuration modification
2014-10-05  Vincent Bernatbuild: remove useless variables from pkgconfig file
2014-10-05  Vincent Bernatbuild: use AC_CONFIG_FILES only to generate Makefiles
2014-10-03  Vincent Bernatlib: don't check for NULL before free
2014-10-03  kannalib: make a copy of state_data, since pointer can be...
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-08-30  Vincent Bernatlib: stricter checks when resuming an operation in...
2014-07-08  Vincent Bernatlldpcli: use protocol map from liblldpctl to select...
2014-07-08  Vincent Bernatlib: update liblldpctl versioning
2014-07-08  Sam TannousAdd call to process more messages from data already...
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-21  Sam TannousSupport for modifying PortID TLV
2014-05-11  Vincent Bernatlldpcli: directive to configure IP management pattern
2014-04-09  Vincent BernatMerge pull request #60 from jonasj76/override-hostname
2014-04-08  Jonas Johanssonlldp: add option/command to override hostname
next