OpenWrt Unified Configuration Interface

Felix Fietkau 25b34febb4 ucimap: add helper function for resizing lists and freeing items (both using ucimap internal allocation list), add test coverage for config change operations 14 years ago
lua 93da237dc0 lua: add a return code for aborting iteration in uci_foreach 14 years ago
sh 93de031b1b add initial version of the shell api 15 years ago
test 25b34febb4 ucimap: add helper function for resizing lists and freeing items (both using ucimap internal allocation list), add test coverage for config change operations 14 years ago
.gitignore d788264ddc add libucimap 15 years ago
Makefile 5fe800bc0b build ucimap-example in make all 14 years ago
Makefile.inc 213d8d8934 Add mkdir to Makefile and Makefile.inc, use $prefix for binary 15 years ago
cli.c 476db47724 add plugin support 15 years ago
file.c a8436caded fix a null pointer deref in uci_file_commit when overwriting history data 14 years ago
history.c 476db47724 add plugin support 15 years ago
libuci.c 7b75c2af80 add missing null pointer check after malloc 14 years ago
list.c 2ae9f4d72d do not fail when attempting to set a nonexistant option to an empty value 14 years ago
uci.h 476db47724 add plugin support 15 years ago
uci_internal.h 563f8dd6f0 code cleanup, some api changes for new uci_ptr struct 15 years ago
uci_list.h d788264ddc add libucimap 15 years ago
ucimap-example.c 25b34febb4 ucimap: add helper function for resizing lists and freeing items (both using ucimap internal allocation list), add test coverage for config change operations 14 years ago
ucimap.c 25b34febb4 ucimap: add helper function for resizing lists and freeing items (both using ucimap internal allocation list), add test coverage for config change operations 14 years ago
ucimap.h 25b34febb4 ucimap: add helper function for resizing lists and freeing items (both using ucimap internal allocation list), add test coverage for config change operations 14 years ago
util.c 7840d049ef don't bail out on locking errors, when flock() is not supported 15 years ago