]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/marshal.h
tests: fix skip instruction
[thirdparty/lldpd.git] / src / marshal.h
2018-09-25  Vincent Bernatbuild: ability to disable libbsd with --without-libbsd
2015-08-22  Vincent Bernatmarshal: add a macro to repair TQ lists
2013-06-06  Vincent Bernatmarshal: don't declare serialize/unserialize helper...
2013-06-02  Vincent Bernatmarshal: provide type-specific serialization/unserializ...
2013-01-13  Vincent Bernatclang: additional fixes detected by clang analyzer
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
2012-12-23  Vincent Bernatmarshal: respect GCC strict-aliasing rule
2012-08-30  Vincent Bernatlldpctl: add a "-w" option to watch neighbor changes
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.
2012-05-04  Vincent Bernatmarshal: use zero-sized array instead of flexible arrays
2012-01-23  Vincent Bernatmarshal: fix list marshalling and various other changes
2012-01-21  Vincent Bernatmarshal: add a way to ignore a pointer (setting it...
2012-01-21  Vincent Bernatmarshal: handle fixed-size strings
2012-01-21  Vincent Bernatmarshal: allow to specify null-terminated strings
2012-01-21  Vincent Bernatmarshal: use shorter macro names
2012-01-21  Vincent BernatAdd a new serialization engine.