summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2022-07-03rtnl: fix parsing/creation of IFLA_AF_SPEC RTA for the AF_BRIDGE familyJo-Philipp Wich
2022-06-29Merge pull request #91 from jow-/ubus-propagate-exceptionsJo-Philipp Wich
2022-06-29uloop: end uloop on exceptions in managed codeJo-Philipp Wich
2022-06-29ubus: end uloop on exceptions in managed codeJo-Philipp Wich
2022-06-28rtnl: expose IFLA_STATS64 contentsJo-Philipp Wich
2022-06-28rtnl: expose ifinfomsg.ifi_change memberJo-Philipp Wich
2022-06-28Merge pull request #86 from jow-/rtnl-fix-strict-chkJo-Philipp Wich
2022-06-27rtnl: update NETLINK_GET_STRICT_CHK socket flag with every requestJo-Philipp Wich
2022-06-27nl80211: fix NL80211_SURVEY_INFO_NOISE datatypeJo-Philipp Wich
2022-06-17nl80211: recognize further NL80211_STA_INFO_* NLAsJo-Philipp Wich
2022-06-08struct: add optional offset argument to `unpack()`Jo-Philipp Wich
2022-06-08Merge pull request #83 from jow-/rtnl-fix-linkinfo-segfaultJo-Philipp Wich
2022-06-08Merge pull request #82 from jow-/rtnl-zero-msghdrJo-Philipp Wich
2022-06-08Merge pull request #81 from jow-/rtnl-fix-ack-handlingJo-Philipp Wich
2022-06-08rtnl: fix segmentation fault on parsing linkinfo RTA without dataJo-Philipp Wich
2022-06-08Merge pull request #80 from jow-/rtnl-fix-leftover-bytesJo-Philipp Wich
2022-06-08rtnl: zero request message headersJo-Philipp Wich
2022-06-08rtnl: fix premature netlink reply receive abortJo-Philipp Wich
2022-06-04rtnl: avoid stray "netlink: %d bytes leftover after parsing attributes."Jo-Philipp Wich
2022-06-04struct: fix packing `*` format after other repeated formatsJo-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