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
2013-11-18runqueue: add a function that allows adding jobs to the front of the runqueueJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-06-28safe_list: add missing null pointer check in safe_list_del()Felix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-18safe_list: add a new linked list variantFelix Fietkau
Use this linked list implementation as a replacement for list.h if you want to allow deleting arbitrary list entries from within one or more recursive iterator calling context Signed-off-by: Felix Fietkau <nbd@openwrt.org>