]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/marshal.c
debian: no need to BD on lsb-release anymore
[thirdparty/lldpd.git] / src / marshal.c
2018-09-24  Vincent Bernatmarshal: avoid NULL pointer arithmetic
2014-04-01  Vincent Bernatasprintf: globally define _GNU_SOURCE
2013-12-09  Vincent Bernatlldp: don't hard-code sysname, sysdescr and portdescr
2013-11-23  Vincent Bernatmarshal: use __alignof__ operator if available
2013-11-23  Vincent Bernatalignof: handle sizeof(t) == 1 case
2013-06-06  Vincent Bernatmarshal: fix alignment issue when unserializing
2013-01-13  Vincent Bernatmarshal: serialization may return 0 and target untouched
2013-01-13  Vincent Bernatclang: additional fixes detected by clang analyzer
2012-12-30  Vincent Bernatmarshal: ensure that two identic structures are seriali...
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
2012-12-22  Vincent Bernatbuild: ensure _GNU_SOURCE is defined early
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
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-05-04  Vincent BernatDon't mix declarations and statements.
2012-01-26  Vincent Bernatmarshal: circumvent cast alignment problems using memcpy
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 BernatAdd a new serialization engine.