summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2022-06-08rtnl: fix segmentation fault on parsing linkinfo RTA without dataJo-Philipp Wich
2022-05-20fs: avoid input buffering with small limits in fs.readfile()Jo-Philipp Wich
2022-04-07fs: implement `fs.readfile()` and `fs.writefile()`Jo-Philipp Wich
2022-03-31fs: fix off-by-one in fs.dirname() functionDaniel Golle
2022-03-21uloop: add support for tasksJo-Philipp Wich
2022-03-15resolv: make OS X compatibleJo-Philipp Wich
2022-03-15fs: avoid Linux specific sys/sysmacros.h include on OS XJo-Philipp Wich
2022-03-15uloop: use execvp() on OS XJo-Philipp Wich
2022-03-14nl80211: add missing attributes and correct some attribute flagsJo-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
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