summaryrefslogtreecommitdiffhomepage
path: root/lib/ubus.c
AgeCommit message (Expand)Author
2023-05-27ubus: add support for strings containing null bytesFelix Fietkau
2023-03-17ubus: support multiple call return valuesJo-Philipp Wich
2022-09-21ubus: hold reference to underlying connection until deferred is concludedJo-Philipp Wich
2022-09-09ubus: support obtaining numeric error codeJo-Philipp Wich
2022-09-09ubus: add toplevel constants for ubus status codesJo-Philipp Wich
2022-09-09ubus: allow object method call handlers to return a numeric status codeJo-Philipp Wich
2022-08-24ubus: fix GCC strncpy() truncation warningJo-Philipp Wich
2022-06-29ubus: end uloop on exceptions in managed codeJo-Philipp Wich
2022-03-07ubus: add event supportJo-Philipp Wich
2022-03-07ubus: refactor error and argument handlingJo-Philipp Wich
2022-03-07ubus: add object publishing, notify and subscribe supportJo-Philipp Wich
2021-12-08ubus: add support for async requestsJo-Philipp Wich
2021-11-01treewide: fix typo in exported function names and typesJo-Philipp Wich
2021-09-24ubus: properly handle signed 64bit values tooJo-Philipp Wich
2021-09-23ubus: fix handling signed 16bit and 32bit integersJo-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-25treewide: rework internal data type systemJo-Philipp Wich
2021-03-08ubus: make error function available on the connection instanceJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich
2020-12-07ubus: fix uninitialized pointer return in uc_ubus_call() and uc_ubus_list()Jo-Philipp Wich
2020-11-19treewide: rebrand to ucodeJo-Philipp Wich
2020-10-19eval: record correct source contexts in call stackJo-Philipp Wich
2020-09-20treewide: rework extended type handlingJo-Philipp Wich
2020-09-10treewide: eliminate unused function argumentsJo-Philipp Wich
2020-09-10lib: add ubus moduleJo-Philipp Wich