summaryrefslogtreecommitdiffhomepage
path: root/lib/uci.c
AgeCommit message (Expand)Author
2024-04-15uci: remove incorrectly documentated reorder() parameterJo-Philipp Wich
2024-02-21uci: automatically clear error informationJo-Philipp Wich
2024-02-21uci: refactor uci.changes() to match documentationJo-Philipp Wich
2023-10-11uci: fix potential memory leaks in `configs()`Jo-Philipp Wich
2023-10-11uci: add module documentationJo-Philipp Wich
2023-04-03uci: fix ctx.commit() without argumentsJo-Philipp Wich
2022-11-23uci: auto-load package in `ctx.foreach()` and `ctx.get_first()`Jo-Philipp Wich
2021-11-01treewide: fix typo in exported function names and typesJo-Philipp Wich
2021-07-11treewide: harmonize function namingJo-Philipp Wich
2021-07-11treewide: move header files into dedicated directoryJo-Philipp Wich
2021-07-11treewide: consolidate typedef namingJo-Philipp Wich
2021-07-11lib: rename uc_add_proto_functions() to uc_add_functions()Jo-Philipp Wich
2021-07-11treewide: move ressource type registry into vm instanceJo-Philipp Wich
2021-04-27treewide: ISO C / pedantic complianceJo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich
2021-03-08uci: fix potential invalid memory access in error()Jo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich
2020-12-07uci: fix -Werror=maybe-uninitialized warningJo-Philipp Wich
2020-11-19treewide: rebrand to ucodeJo-Philipp Wich
2020-10-19eval: record correct source contexts in call stackJo-Philipp Wich
2020-10-02uci: fix some memory leaks in ut_uci_foreach()Jo-Philipp Wich
2020-09-20treewide: rework extended type handlingJo-Philipp Wich
2020-09-11lib: implement uci pluginJo-Philipp Wich