test mbuf attach
[dpdk.git] / lib / librte_kvargs /
2020-05-19 Gaetan Rivetkvargs: fix strcmp helper documentation
2020-05-06 Olivier Matzkvargs: fix invalid token parsing on FreeBSD
2020-03-31 Thomas Monjaloneal: move common header files
2020-03-27 Yunjian Wangkvargs: fix buffer overflow when parsing list
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-05 Bruce Richardsonbuild: generate Windows exports file
2019-04-02 Anand Rawatbuild: add module definition files for Windows
2019-02-25 Bruce Richardsoncompat: merge compat library into EAL
2018-10-26 Thomas Monjalonkvargs: support list value
2018-10-24 Thomas Monjalonkvargs: fix processing a null list
2018-07-26 Bruce Richardsonkvargs: fix building with meson outside source tree
2018-07-15 Gaetan Rivetkvargs: add generic string matching callback
2018-07-15 Gaetan Rivetkvargs: introduce a more flexible parsing function
2018-07-15 Gaetan Rivetkvargs: build before EAL
2018-07-15 Gaetan Rivetkvargs: remove error logs
2018-05-25 Olivier Matzuse SPDX tag for 6WIND copyrighted files
2018-03-27 Keith Wileskvargs: fix syntax in comments
2018-02-01 Olivier Matzkvargs: use SPDX tags
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-03-27 Olivier Matzmk: optimize directory dependencies
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
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2014-06-17 Min Caokvargs: fix build with gcc 4.5.1
2014-04-10 Olivier Matzdevargs: use a comma instead of semicolon to separate...
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: add const attribute in handler parameters
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