summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2023-02-13nl80211: add missing ucv_get() callsFelix Fietkau
2023-02-12nl80211: fix NL80211_ATTR_SURVEY_INFOAndre Heider
2023-01-31rtnl: add support for registering an uloop based listenerFelix Fietkau
2023-01-23Merge pull request #138 from nbd168/nl80211Jo-Philipp Wich
2023-01-20fs: implement `fs.pipe()`Jo-Philipp Wich
2023-01-19nl80211: add support for registering an uloop based listenerFelix Fietkau
2023-01-19nl80211: refactor command bitmask handlingFelix Fietkau
2023-01-09Merge pull request #137 from ynezz/ynezz/isattyJo-Philipp Wich
2023-01-09fs: add `isatty()` functionPetr Štetiar
2023-01-09nl80211: add support for NL80211_ATTR_MPATH_INFOJohn Crispin
2022-11-29fs: add `realpath()` functionJo-Philipp Wich
2022-11-29Merge pull request #129 from jow-/math-add-isnanJo-Philipp Wich
2022-11-29math: add isnan() functionJo-Philipp Wich
2022-11-29uloop: terminate parent uloop in task child processesJo-Philipp Wich
2022-11-23uci: auto-load package in `ctx.foreach()` and `ctx.get_first()`Jo-Philipp Wich
2022-10-18fs: expose `getdelim()` functionality through `fd.read()`Jo-Philipp Wich
2022-10-07fs: use `getline()` for line wise read operationsJo-Philipp Wich
2022-09-29uloop: task: gracefully handle absent output callbackJo-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-09-05fs: add optional third permission argument to fs.open()Jo-Philipp Wich
2022-08-24ubus: fix GCC strncpy() truncation warningJo-Philipp Wich
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