OpenWrt Unified Configuration Interface

Yousong Zhou 65478f0636 delta: use a table for converting between UCI_CMD_XXX and prefixes. 9 years ago
lua ed938cc8e4 uci: fix Lua finding 10 years ago
sh f506323c30 style: fix whitespace errors 10 years ago
test 9f405e2def tests: add test coverage for uci list related commands. 9 years ago
.gitignore 9167f11f00 Fix a few style issues. 9 years ago
CMakeLists.txt 2fe8dbda01 remove ucimap-example, as ucimap is deprecated 10 years ago
blob.c 393bc2b908 blob: add support for u64 10 years ago
cli.c ec302c635b cli: fix printing option values occupying multiple lines. 9 years ago
delta.c 65478f0636 delta: use a table for converting between UCI_CMD_XXX and prefixes. 9 years ago
file.c 8aaed0dcd6 delta: preprocess delta line with uci_parse_argument(). 9 years ago
libuci.c 6adc611deb remove unused hook support 11 years ago
list.c ecf0ed555e Fix memory leaks found by using valgrind on test cases. 9 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 65478f0636 delta: use a table for converting between UCI_CMD_XXX and prefixes. 9 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 f8f9decc54 Use offset into parser buffer to avoid potential heap overflow. 9 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 b342283d2d fix a few formatting issues 9 years ago