OpenWrt Unified Configuration Interface

John Crispin 2549fb8454 uci_blob: add an element to uci_blob_param_list to allow the tracking of validation info 10 years ago
lua 9ef6964362 lua: emit a proper deletion when setting an existing list to a new list with only a single item 11 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 2fe8dbda01 remove ucimap-example, as ucimap is deprecated 10 years ago
blob.c 262fede3e8 blob: use BLOBMSG_TYPE_STRING as a fallback type for arrays if no type was specified 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 2549fb8454 uci_blob: add an element to uci_blob_param_list to allow the tracking of validation info 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.c f506323c30 style: fix whitespace errors 10 years ago
ucimap.h 84492e759a ucimap: get rid of duplicate initialization warnings 10 years ago
util.c 42429219a9 file: make uci commits atomic 10 years ago