Age | Commit message (Expand) | Author |
2023-07-12 | math: add JSDoc documentation | Jo-Philipp Wich |
2023-06-05 | nl80211: add constants for iftypes | Felix Fietkau |
2023-05-27 | ubus: add support for strings containing null bytes | Felix Fietkau |
2023-05-27 | struct: remove state->len | Felix Fietkau |
2023-04-03 | uci: fix ctx.commit() without arguments | Jo-Philipp Wich |
2023-03-17 | ubus: support multiple call return values | Jo-Philipp Wich |
2023-02-13 | rtnl: add missing uc_vm_registry_set call | Felix Fietkau |
2023-02-13 | rtnl: add missing ucv_get() calls | Felix Fietkau |
2023-02-13 | nl80211: add missing ucv_get() calls | Felix Fietkau |
2023-02-12 | nl80211: fix NL80211_ATTR_SURVEY_INFO | Andre Heider |
2023-01-31 | rtnl: add support for registering an uloop based listener | Felix Fietkau |
2023-01-23 | Merge pull request #138 from nbd168/nl80211 | Jo-Philipp Wich |
2023-01-20 | fs: implement `fs.pipe()` | Jo-Philipp Wich |
2023-01-19 | nl80211: add support for registering an uloop based listener | Felix Fietkau |
2023-01-19 | nl80211: refactor command bitmask handling | Felix Fietkau |
2023-01-09 | Merge pull request #137 from ynezz/ynezz/isatty | Jo-Philipp Wich |
2023-01-09 | fs: add `isatty()` function | Petr Štetiar |
2023-01-09 | nl80211: add support for NL80211_ATTR_MPATH_INFO | John Crispin |
2022-11-29 | fs: add `realpath()` function | Jo-Philipp Wich |
2022-11-29 | Merge pull request #129 from jow-/math-add-isnan | Jo-Philipp Wich |
2022-11-29 | math: add isnan() function | Jo-Philipp Wich |
2022-11-29 | uloop: terminate parent uloop in task child processes | Jo-Philipp Wich |
2022-11-23 | uci: auto-load package in `ctx.foreach()` and `ctx.get_first()` | Jo-Philipp Wich |
2022-10-18 | fs: expose `getdelim()` functionality through `fd.read()` | Jo-Philipp Wich |
2022-10-07 | fs: use `getline()` for line wise read operations | Jo-Philipp Wich |
2022-09-29 | uloop: task: gracefully handle absent output callback | Jo-Philipp Wich |
2022-09-21 | ubus: hold reference to underlying connection until deferred is concluded | Jo-Philipp Wich |
2022-09-09 | ubus: support obtaining numeric error code | Jo-Philipp Wich |
2022-09-09 | ubus: add toplevel constants for ubus status codes | Jo-Philipp Wich |
2022-09-09 | ubus: allow object method call handlers to return a numeric status code | Jo-Philipp Wich |
2022-09-05 | fs: add optional third permission argument to fs.open() | Jo-Philipp Wich |
2022-08-24 | ubus: fix GCC strncpy() truncation warning | Jo-Philipp Wich |
2022-07-03 | rtnl: fix parsing/creation of IFLA_AF_SPEC RTA for the AF_BRIDGE family | Jo-Philipp Wich |
2022-06-29 | Merge pull request #91 from jow-/ubus-propagate-exceptions | Jo-Philipp Wich |
2022-06-29 | uloop: end uloop on exceptions in managed code | Jo-Philipp Wich |
2022-06-29 | ubus: end uloop on exceptions in managed code | Jo-Philipp Wich |
2022-06-28 | rtnl: expose IFLA_STATS64 contents | Jo-Philipp Wich |
2022-06-28 | rtnl: expose ifinfomsg.ifi_change member | Jo-Philipp Wich |
2022-06-28 | Merge pull request #86 from jow-/rtnl-fix-strict-chk | Jo-Philipp Wich |
2022-06-27 | rtnl: update NETLINK_GET_STRICT_CHK socket flag with every request | Jo-Philipp Wich |
2022-06-27 | nl80211: fix NL80211_SURVEY_INFO_NOISE datatype | Jo-Philipp Wich |
2022-06-17 | nl80211: recognize further NL80211_STA_INFO_* NLAs | Jo-Philipp Wich |
2022-06-08 | struct: add optional offset argument to `unpack()` | Jo-Philipp Wich |
2022-06-08 | Merge pull request #83 from jow-/rtnl-fix-linkinfo-segfault | Jo-Philipp Wich |
2022-06-08 | Merge pull request #82 from jow-/rtnl-zero-msghdr | Jo-Philipp Wich |
2022-06-08 | Merge pull request #81 from jow-/rtnl-fix-ack-handling | Jo-Philipp Wich |
2022-06-08 | rtnl: fix segmentation fault on parsing linkinfo RTA without data | Jo-Philipp Wich |
2022-06-08 | Merge pull request #80 from jow-/rtnl-fix-leftover-bytes | Jo-Philipp Wich |
2022-06-08 | rtnl: zero request message headers | Jo-Philipp Wich |
2022-06-08 | rtnl: fix premature netlink reply receive abort | Jo-Philipp Wich |