Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-20vlist: define vlist_for_each_element_safeDaniel Golle
Yet another macro wrapper around the corresponding avl_* macro. This new macro makes it possible to iterate over vlists in ways which may have destructive consequences without being punished by segfault. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29vlist: add more macros for loop iterationYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2014-06-05vlist: add static initializer macrosFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-10-05vlist: constify key argument to vlist_addFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2012-06-10vlist.h: protect against multiple inclusionsFelix Fietkau
2012-05-26add vlist (from netifd)Felix Fietkau