index
:
uci
lede-17.01
master
OpenWrt Unified Configuration Interface
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-01-17
add support for an override config directory
Felix Fietkau
2024-11-26
file: Ignore config file with '.' in name
Christian Marangi
2023-08-10
remove internal usage of redundant uci_ptr.last
Jan Venekamp
2023-08-10
file: Fix uci -m import command
Jan Venekamp
2023-03-04
uci: macro uci_alloc_element not in uci.h
Jan Venekamp
2023-03-04
uci: optimize update section in uci_set
Jan Venekamp
2023-03-04
uci: fix memory leak uci_set on update section
Jan Venekamp
2023-03-04
uci: maintain option position in uci_add_list
Jan Venekamp
2023-03-04
uci: fix atomicity of uci_add_list
Jan Venekamp
2023-03-04
uci: fix use-after-free uci_add_list
Jan Venekamp
2023-03-04
uci: optimize update option in uci_set
Jan Venekamp
2023-03-04
uci: maintain option position in uci_set
Jan Venekamp
2023-03-04
uci: fix use-after-free uci_set on update option
Jan Venekamp
2022-08-28
delta: simplify uci_load_delta() by using a helper
Rafał Miłecki
2022-08-28
cli: drop redundant uci_add_delta_path() call for -P
Rafał Miłecki
2021-10-22
cmake: Allow override of install directories
Hauke Mehrtens
2021-04-14
cli: add option for changing save path
Rafał Miłecki
2020-10-06
Replace malloc() + memset() with calloc()
Hauke Mehrtens
2020-10-06
ucimap: Check return of malloc()
Hauke Mehrtens
2020-10-06
file: Check buffer size after strtok()
Hauke Mehrtens
2020-10-06
file: use size_t for position and pointer
Hauke Mehrtens
2020-10-06
file: use dynamic memory allocation for tempfile name
Jo-Philipp Wich
2020-10-03
file: uci_file_commit: fix memory leak
Petr Štetiar
2020-10-03
uci: silence UBSAN error by using offsetof macro from compiler
Petr Štetiar
2020-10-03
tests: cram: add uci import testing on fuzzer corpus
Petr Štetiar
2020-10-03
cmake: add uci-san cli built with clang sanitizers
Petr Štetiar
2020-10-03
file: uci_parse_package: fix heap use after free
Petr Štetiar
2020-10-03
tests: add libFuzzer based fuzzing
Petr Štetiar
2020-04-27
file: preserve original file mode after commit
Alin Nastac
2020-01-27
file: fix segfault in uci_parse_option
Luka Koznjak
2020-01-27
file: fix segfault in uci_parse_config
Luka Koznjak
2019-12-11
uci: Fix extra semicolons warnings
Rosen Penev
2019-12-07
cmake: add more hardening compiler flags
Petr Štetiar
2019-12-07
libuci: refactor uci_get_errorstr
Petr Štetiar
2019-12-07
tests: cram: Lua: add test case for uci_get_errorstr
Petr Štetiar
2019-12-07
lua: add missing forward declaration
Petr Štetiar
2019-12-07
cli: fix format string clang-10 warning
Rosen Penev
2019-11-14
lua: fix error handling
Petr Štetiar
2019-11-14
ucimap: fix possible use of memory after it is freed
Petr Štetiar
2019-11-14
delta: prevent possible null pointer use
Petr Štetiar
2019-11-14
cli: remove unused variable assigment
Petr Štetiar
2019-11-14
lua: fix memory leak in set method
Petr Štetiar
2019-11-14
lua: fix memory leak in changes method
Petr Štetiar
2019-11-14
tests: add cram based unit tests
Petr Štetiar
2019-11-14
lua: fix copy&paste in error string
Petr Štetiar
2019-11-14
cli: fix realloc issue spotted by cppcheck
Petr Štetiar
2019-11-14
iron out all extra compiler warnings
Petr Štetiar
2019-11-14
tests: shunit2: run all tests under Valgrind by default
Petr Štetiar
2019-11-14
cmake: enable extra compiler checks
Petr Štetiar
2019-11-14
cmake: build Lua module only if enabled
Petr Štetiar
[next]