OpenWrt Unified Configuration Interface

Rafał Miłecki 4b3db11797 cli: add option for changing save path 3 years ago
lua 654d7c33da lua: add missing forward declaration 4 years ago
sh f506323c30 style: fix whitespace errors 10 years ago
tests eae126f666 file: Check buffer size after strtok() 3 years ago
.gitignore 18049a84fe tests: add cram based unit tests 4 years ago
.gitlab-ci.yml 266fc9e94c add initial GitLab CI support 4 years ago
CMakeLists.txt 31f78bfbf7 cmake: add uci-san cli built with clang sanitizers 3 years ago
blob.c 5ad59ad412 Add bitfield_set function from libubox. 6 years ago
cli.c 4b3db11797 cli: add option for changing save path 2 years ago
delta.c 9cf978bc79 delta: prevent possible null pointer use 4 years ago
file.c eae126f666 file: Check buffer size after strtok() 3 years ago
libuci.c 52bbc99f69 Replace malloc() + memset() with calloc() 3 years ago
list.c af59f86a0d iron out all extra compiler warnings 4 years ago
parse.c 165b444131 uci: Fix extra semicolons warnings 4 years ago
uci.h 671c7554bf uci: silence UBSAN error by using offsetof macro from compiler 3 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 eae126f666 file: Check buffer size after strtok() 3 years ago
ucimap.c 52bbc99f69 Replace malloc() + memset() with calloc() 3 years ago
ucimap.h 84492e759a ucimap: get rid of duplicate initialization warnings 10 years ago
util.c 52bbc99f69 Replace malloc() + memset() with calloc() 3 years ago