kvargs: use SPDX tags
[dpdk.git] / lib / librte_kvargs / rte_kvargs.c
2018-02-01 Olivier Matzkvargs: use SPDX tags
2017-01-13 Bruce Richardsonkvargs: make pointers in string arrays const
2016-01-27 David Marchandremove unneeded tests for NULL when freeing
2015-03-04 Pawel Wodkowskikvargs: fix freeing behaviour for null
2014-06-17 Min Caokvargs: fix build with gcc 4.5.1
2014-02-26 Olivier Matzkvargs: make the NULL key to match all entries
2014-02-26 Olivier Matzkvargs: add the key in handler pameters
2014-02-26 Olivier Matzkvargs: be strict when matching a key
2014-02-26 Olivier Matzkvargs: simpler parsing and allow duplicated keys
2014-02-26 Olivier Matzkvargs: rework API to fix memory leak
2014-02-26 Olivier Matzkvargs: remove useless size field
2014-02-26 Olivier Matzkvargs: remove driver name in arguments
2014-02-26 Olivier Matzkvargs: add a new library to parse key/value arguments