index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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
2022-06-04
rtnl: avoid stray "netlink: %d bytes leftover after parsing attributes."
Jo-Philipp Wich
2022-06-04
struct: fix packing `*` format after other repeated formats
Jo-Philipp Wich
2022-05-20
fs: avoid input buffering with small limits in fs.readfile()
Jo-Philipp Wich
2022-04-07
fs: implement `fs.readfile()` and `fs.writefile()`
Jo-Philipp Wich
2022-03-31
fs: fix off-by-one in fs.dirname() function
Daniel Golle
2022-03-21
uloop: add support for tasks
Jo-Philipp Wich
2022-03-15
resolv: make OS X compatible
Jo-Philipp Wich
2022-03-15
fs: avoid Linux specific sys/sysmacros.h include on OS X
Jo-Philipp Wich
[next]