summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
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
2022-03-06uloop: clear errno before integer conversion attemptsJo-Philipp Wich
2022-03-02lib: introduce uloop bindingJo-Philipp Wich
2022-02-15fs: implement access(), mkstemp(), file.flush() and proc.flush()Jo-Philipp Wich
2022-01-24struct: implement `*` format, fix invalid memory accessesJo-Philipp Wich
2022-01-18lib: replace usages of vasprintf() with xvasprintf()Jo-Philipp Wich
2022-01-04struct: reuse double packing routines from coreJo-Philipp Wich
2022-01-04treewide: rework numeric value handlingJo-Philipp Wich
2022-01-04fs: implement fdopen(), file.fileno() and proc.fileno()Jo-Philipp Wich
2021-12-08ubus: add support for async requestsJo-Philipp Wich
2021-11-05nl80211: fix premature netlink reply receive abortJo-Philipp Wich
2021-11-04fs: add utility functionsJo-Philipp Wich
2021-11-02nl80211: fix wiphy dump reply merge logicJo-Philipp Wich
2021-11-01treewide: fix typo in exported function names and typesJo-Philipp Wich
2021-11-01struct: fix PowerPC specific compiler pragma nameJo-Philipp Wich
2021-10-31lib: introduce struct libraryJo-Philipp Wich
2021-10-22lib: introduce resolver libraryJo-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-09-22nl80211: fix issues spotted by static code analyzerJo-Philipp Wich
2021-09-21nl80211: treat signal attr values as signed integersJo-Philipp Wich
2021-09-21nl80211: expose sta_info attributesJo-Philipp Wich
2021-09-21lib: introduce Linux 802.11 netlink bindingJo-Philipp Wich
2021-09-15rtnl: automatically derive message family from certain address attrsJo-Philipp Wich
2021-09-15rtnl: expose IPv4 and IPv6 devconfig informationJo-Philipp Wich
2021-09-15rtnl: allow reply nla payloads to be smaller than headsizeJo-Philipp Wich
2021-09-15lib: introduce Linux route netlink bindingJo-Philipp Wich
2021-07-28fs: fix chown() and rename() error return valuesJo-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-05-15fs: implement chmod(), chown(), rename() and glob() functionsJo-Philipp Wich
2021-04-27treewide: ISO C / pedantic complianceJo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich
2021-04-24treewide: fix issues reported by clang code analyzerJo-Philipp Wich
2021-03-08fs: make error function available on directory, process and file handlesJo-Philipp Wich
2021-03-08ubus: make error function available on the connection instanceJo-Philipp Wich
2021-03-08uci: fix potential invalid memory access in error()Jo-Philipp Wich
2021-03-08fs: fix readlink() return valueJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich
2020-12-07uci: fix -Werror=maybe-uninitialized warningJo-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-11-15fs: extend process close() function to return program exit codeJo-Philipp Wich
2020-11-10fs: do not close stdio streams when gc'ing scopeJo-Philipp Wich
2020-10-19eval: record correct source contexts in call stackJo-Philipp Wich