]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/client/Makefile.am
client: add show interfaces command (#240)
[thirdparty/lldpd.git] / src / client / Makefile.am
2017-06-24  Vincent Bernatclient: install ZSH completions in $(datadir)/zsh/site...
2017-01-29  Vincent Bernatclient: built-in JSON support
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  Vincent Bernatclient: change location of bash completion
2015-05-21  Vincent Bernatbuild: only uses -pie when linking programs
2015-02-19  Vincent Bernatconfigure: move LDFLAGS to LLDP_LDFLAGS
2015-02-19  Vincent Bernatconfigure: move CFLAGS/CPPFLAGS to LLDP_CFLAGS/LLDP_CPP...
2014-10-05  Vincent Bernatbuild: use AC_CONFIG_FILES only to generate Makefiles
2014-10-04  Vincent Bernatclient: ship /etc/lldpd.d and put a README file in it
2014-08-03  Vincent Bernatbash/zsh: ensure completions are present in dist tarball
2014-08-03  Vincent Bernatzsh: add ZSH completion
2014-08-03  Vincent Bernatbash: move bash completion outside Debian packaging
2014-07-21  Michel Stamlldpcli: Add support for JSON-C
2014-05-07  Vincent Bernatman: use configured path for /var/run/lldpd.socket
2013-06-20  Vincent Bernatlldpcli: split `conf.c` into `conf-system.c` and `conf...
2013-04-20  Vincent Bernatbuild: both client and lib may need shipped headers... 0.7.2
2013-02-13  Vincent Bernatinstall: remove liblldpctl previous symbolic link
2013-01-22  Vincent Bernatlldpcli: split actions.c in several files
2013-01-20  Vincent Bernatbuild: lib and client don't need shipped OS specific...
2013-01-06  Vincent Bernatlldpcli: switch to GNU Readline.
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatlldpcli: rename lldpctl to lldpcli.
2013-01-05  Vincent Bernatlldpctl: add a CLI
2012-12-22  Vincent Bernatbuild: ship a include/ directory
2012-12-17  Vincent Bernatlldpctl: new JSON output
2012-09-04  Vincent Bernatbuild: move manual page next to the source code 0.6.1
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.