OpenWrt Unified Configuration Interface

Felix Fietkau 352572f18e constify arguments to parser function 13 years ago
lua ee48b7a841 fix lua plugin linker error 13 years ago
sh 93de031b1b add initial version of the shell api 15 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 862b173154 add parser helpers similar to the blobmsg parser in libubox 13 years ago
cli.c 14bdf86899 cli: do not return 0 if the command was invalid 13 years ago
delta.c b033290657 split off and compile delta.c separately 13 years ago
file.c a46a89fc1f make uci_file_commit() static 13 years ago
libuci.c b033290657 split off and compile delta.c separately 13 years ago
list.c a5eb996e0f fix uci_list_set_pos to reorder sections properly, even when moving a section to the last position 13 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 352572f18e constify arguments to parser function 13 years ago
uci.h 352572f18e constify arguments to parser function 13 years ago
uci_config.h.in b298632b93 replace the existing build system with cmake 13 years ago
uci_internal.h fdbcc5e94b fix building without plugin support 13 years ago
ucimap-example.c 97e71a1c1b ucimap: simplify the parse/format callbacks. the data argument now always points to the field in the data structure 14 years ago
ucimap.c 25f9dbfe7b ucimap: ucimap_parse: consider smap_offset when allocating the section data 13 years ago
ucimap.h 8aa3b5497c add some comments to the header file 14 years ago
util.c 853f586e48 split off and compile util.c separately 13 years ago