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
2016-06-26Fix various memory management issuesMatthias Schiffer
Consistently handle allocation failures. Some functions are changed to return bool or int instead of void to allow returning an error. Also fix a buffer size miscalculation in lua/uloop and use _exit() instead of exit() on errors after forking. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-04-28kvlist: constify argumentsFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-04-12kvlist: add a simply key/value store implementationFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>