OpenWrt Unified Configuration Interface

Felix Fietkau be457b5263 parse: remove a check that is always true (due to unsigned data type) 10 years ago
lua 9ef6964362 lua: emit a proper deletion when setting an existing list to a new list with only a single item 10 years ago
sh f506323c30 style: fix whitespace errors 10 years ago
test 4f27765f0d ucimap: add support for saving lists to uci 14 years ago
.gitignore b298632b93 replace the existing build system with cmake 13 years ago
CMakeLists.txt 9d8e1fe485 blob: add uci<->blob conversion library code 10 years ago
blob.c 9d8e1fe485 blob: add uci<->blob conversion library code 10 years ago
cli.c 87be3798a9 style: free(NULL) is perfectly valid so we can drop some checks 10 years ago
delta.c f506323c30 style: fix whitespace errors 10 years ago
file.c c1f1ec3514 file: add missing return code check for mktemp() 10 years ago
libuci.c 6adc611deb remove unused hook support 11 years ago
list.c f506323c30 style: fix whitespace errors 10 years ago
list.h c81b25ffd3 replace the use of list.h in the ucimap core, relicense ucimap to LGPL v2.1, update copyright headers 14 years ago
parse.c be457b5263 parse: remove a check that is always true (due to unsigned data type) 10 years ago
uci.h 6adc611deb remove unused hook support 11 years ago
uci_blob.h 9d8e1fe485 blob: add uci<->blob conversion library code 10 years ago
uci_config.h.in e4516d01a7 remove plugin support, it has been unused for a long time and should not be used for any new code 11 years ago
uci_internal.h f506323c30 style: fix whitespace errors 10 years ago
ucimap-example.c 1d6095d5ac add a few missing null pointer checks, and fix check vs dereference order in some cases (patch by Stanislav Fomichev) 12 years ago
ucimap.c f506323c30 style: fix whitespace errors 10 years ago
ucimap.h f506323c30 style: fix whitespace errors 10 years ago
util.c 42429219a9 file: make uci commits atomic 10 years ago