log: introduce logtype register macro
[dpdk.git] / lib / librte_cfgfile / rte_cfgfile.c
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-16 Stephen Hemmingercfgfile: check flags on creation for future proofing
2019-07-18 Stephen Hemmingercfgfile: use calloc
2019-07-18 Stephen Hemmingercfgfile: use log for error messages
2019-07-18 Stephen Hemmingercfgfile: remove unnecessary initialization
2019-04-05 Chaitanya Babu Talluricfgfile: replace strcat with strlcat
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Jacek Piaseckicfgfile: fix leak on creation error
2017-11-07 Jacek Piaseckicfgfile: fix null pointer dereference in parsing
2017-10-08 Jacek Piaseckicfgfile: rework load function
2017-10-08 Jacek Piaseckicfgfile: support runtime modification
2017-10-08 Jacek Piaseckicfgfile: rework to flat arrays
2017-10-08 Jacek Piaseckicfgfile: remove EAL dependency
2017-09-15 Guduri Prathyushacfgfile: add section number of entries by index
2017-04-04 Allain Legacycfgfile: support empty value
2017-04-04 Joseph Richardcfgfile: fix parsing of long fields
2017-04-04 Allain Legacycfgfile: constrain string search
2017-04-04 Allain Legacycfgfile: support configurable comment character
2017-04-04 Allain Legacycfgfile: support global properties section
2017-02-14 Dmitriy Yakovlevcfgfile: fix uninitialized variable on load error
2016-05-02 Michal Kobylinskicfgfile: fix uninitialized variable on load error
2016-02-29 Rich Lanecfgfile: support looking up sections by index
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-07-01 Daniel Mrzyglodcfgfile: fix unitialised buffer
2014-12-16 Bruce Richardsoncfgfile: fix read of empty file
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-17 Cristian Dumitrescucfgfile: library to interpret config files