summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-12-02formal: fix workflow permissionsHEADmasterGeorge Sapkin
2025-11-18github: ci: add MIPS64, PowerPC64 and RISCV64Álvaro Fernández Rojas
2025-11-17build: install uciÁlvaro Fernández Rojas
2025-11-14github: ci: add powerpc archÁlvaro Fernández Rojas
2025-11-14github: ci: add cmake build and source directoriesÁlvaro Fernández Rojas
2025-11-14uci: add a simple build scriptÁlvaro Fernández Rojas
2025-11-14github: ci: add testsÁlvaro Fernández Rojas
2025-11-14github: ci: disable json-c testsÁlvaro Fernández Rojas
2025-11-03github: fix CI apt dependenciesÁlvaro Fernández Rojas
2025-10-19github: improve CIÁlvaro Fernández Rojas
2025-10-12github: add CI buildÁlvaro Fernández Rojas
2025-10-05CMakeLists: fix CMake warning for INCLUDE macroDavid Härdeman
2025-10-05lua: CMakeLists: drop redundant cmake_minimum_requiredDavid Härdeman
2025-10-03lua: CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2025-08-14blob: use blobmsg_parse_attr in __uci_blob_check_equalFelix Fietkau
2025-01-28libuci: fix false positive warning on older gcc versionsFelix Fietkau
2025-01-20CMakeLists: add support for including ABIVERSION in the library version numberFelix Fietkau
2025-01-17CMakeLists.txt: bump minimum cmake versionFelix Fietkau
2025-01-17add support for an override config directoryFelix Fietkau
2024-11-26file: Ignore config file with '.' in nameChristian Marangi
2023-08-10remove internal usage of redundant uci_ptr.lastJan Venekamp
2023-08-10file: Fix uci -m import commandJan Venekamp
2023-03-04uci: macro uci_alloc_element not in uci.hJan Venekamp
2023-03-04uci: optimize update section in uci_setJan Venekamp
2023-03-04uci: fix memory leak uci_set on update sectionJan Venekamp
2023-03-04uci: maintain option position in uci_add_listJan Venekamp
2023-03-04uci: fix atomicity of uci_add_listJan Venekamp
2023-03-04uci: fix use-after-free uci_add_listJan Venekamp
2023-03-04uci: optimize update option in uci_setJan Venekamp
2023-03-04uci: maintain option position in uci_setJan Venekamp
2023-03-04uci: fix use-after-free uci_set on update optionJan Venekamp
2022-08-28delta: simplify uci_load_delta() by using a helperRafał Miłecki
2022-08-28cli: drop redundant uci_add_delta_path() call for -PRafał Miłecki
2021-10-22cmake: Allow override of install directoriesHauke Mehrtens
2021-04-14cli: add option for changing save pathRafał Miłecki
2020-10-06Replace malloc() + memset() with calloc()Hauke Mehrtens
2020-10-06ucimap: Check return of malloc()Hauke Mehrtens
2020-10-06file: Check buffer size after strtok()Hauke Mehrtens
2020-10-06file: use size_t for position and pointerHauke Mehrtens
2020-10-06file: use dynamic memory allocation for tempfile nameJo-Philipp Wich
2020-10-03file: uci_file_commit: fix memory leakPetr Štetiar
2020-10-03uci: silence UBSAN error by using offsetof macro from compilerPetr Štetiar
2020-10-03tests: cram: add uci import testing on fuzzer corpusPetr Štetiar
2020-10-03cmake: add uci-san cli built with clang sanitizersPetr Štetiar
2020-10-03file: uci_parse_package: fix heap use after freePetr Štetiar
2020-10-03tests: add libFuzzer based fuzzingPetr Štetiar
2020-04-27file: preserve original file mode after commitAlin Nastac
2020-01-27file: fix segfault in uci_parse_optionLuka Koznjak
2020-01-27file: fix segfault in uci_parse_configLuka Koznjak
2019-12-11uci: Fix extra semicolons warningsRosen Penev