index
:
dpdk
master
releases
Data Plane Development Kit
Thomas Monjalon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librte_kvargs
Age
Commit message (
Expand
)
Author
2018-10-26
kvargs: support list value
Thomas Monjalon
2018-10-24
kvargs: fix processing a null list
Thomas Monjalon
2018-07-26
kvargs: fix building with meson outside source tree
Bruce Richardson
2018-07-15
kvargs: add generic string matching callback
Gaetan Rivet
2018-07-15
kvargs: introduce a more flexible parsing function
Gaetan Rivet
2018-07-15
kvargs: build before EAL
Gaetan Rivet
2018-07-15
kvargs: remove error logs
Gaetan Rivet
2018-05-25
use SPDX tag for 6WIND copyrighted files
Olivier Matz
2018-03-28
kvargs: fix syntax in comments
Keith Wiles
2018-02-01
kvargs: use SPDX tags
Olivier Matz
2018-01-30
build: replace license text with SPDX tag
Bruce Richardson
2018-01-30
lib: build with meson
Bruce Richardson
2017-10-24
mk: do not generate LDLIBS from directory dependencies
Olivier Matz
2017-03-27
mk: optimize directory dependencies
Olivier Matz
2017-01-13
kvargs: make pointers in string arrays const
Bruce Richardson
2016-01-27
remove unneeded tests for NULL when freeing
David Marchand
2015-03-04
kvargs: fix freeing behaviour for null
Pawel Wodkowski
2015-02-03
mk: add library version extension
Neil Horman
2015-02-03
lib: provide initial versioning
Neil Horman
2014-06-17
kvargs: fix build with gcc 4.5.1
Min Cao
2014-04-10
devargs: use a comma instead of semicolon to separate key/values
Olivier Matz
2014-02-26
kvargs: make the NULL key to match all entries
Olivier Matz
2014-02-26
kvargs: add the key in handler pameters
Olivier Matz
2014-02-26
kvargs: add const attribute in handler parameters
Olivier Matz
2014-02-26
kvargs: be strict when matching a key
Olivier Matz
2014-02-26
kvargs: simpler parsing and allow duplicated keys
Olivier Matz
2014-02-26
kvargs: rework API to fix memory leak
Olivier Matz
2014-02-26
kvargs: remove useless size field
Olivier Matz
2014-02-26
kvargs: remove driver name in arguments
Olivier Matz
2014-02-26
kvargs: add a new library to parse key/value arguments
Olivier Matz