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
2022-03-07
ubus: add event support
Jo-Philipp Wich
2022-03-07
ubus: refactor error and argument handling
Jo-Philipp Wich
2022-03-07
ubus: add object publishing, notify and subscribe support
Jo-Philipp Wich
2022-03-06
uloop: clear errno before integer conversion attempts
Jo-Philipp Wich
2022-03-02
lib: introduce uloop binding
Jo-Philipp Wich
2022-02-15
fs: implement access(), mkstemp(), file.flush() and proc.flush()
Jo-Philipp Wich
2022-01-24
struct: implement `*` format, fix invalid memory accesses
Jo-Philipp Wich
2022-01-18
lib: replace usages of vasprintf() with xvasprintf()
Jo-Philipp Wich
2022-01-04
struct: reuse double packing routines from core
Jo-Philipp Wich
2022-01-04
treewide: rework numeric value handling
Jo-Philipp Wich
2022-01-04
fs: implement fdopen(), file.fileno() and proc.fileno()
Jo-Philipp Wich
2021-12-08
ubus: add support for async requests
Jo-Philipp Wich
2021-11-05
nl80211: fix premature netlink reply receive abort
Jo-Philipp Wich
2021-11-04
fs: add utility functions
Jo-Philipp Wich
2021-11-02
nl80211: fix wiphy dump reply merge logic
Jo-Philipp Wich
2021-11-01
treewide: fix typo in exported function names and types
Jo-Philipp Wich
2021-11-01
struct: fix PowerPC specific compiler pragma name
Jo-Philipp Wich
2021-10-31
lib: introduce struct library
Jo-Philipp Wich
2021-10-22
lib: introduce resolver library
Jo-Philipp Wich
2021-09-24
ubus: properly handle signed 64bit values too
Jo-Philipp Wich
2021-09-23
ubus: fix handling signed 16bit and 32bit integers
Jo-Philipp Wich
2021-09-22
nl80211: fix issues spotted by static code analyzer
Jo-Philipp Wich
2021-09-21
nl80211: treat signal attr values as signed integers
Jo-Philipp Wich
2021-09-21
nl80211: expose sta_info attributes
Jo-Philipp Wich
2021-09-21
lib: introduce Linux 802.11 netlink binding
Jo-Philipp Wich
2021-09-15
rtnl: automatically derive message family from certain address attrs
Jo-Philipp Wich
2021-09-15
rtnl: expose IPv4 and IPv6 devconfig information
Jo-Philipp Wich
2021-09-15
rtnl: allow reply nla payloads to be smaller than headsize
Jo-Philipp Wich
2021-09-15
lib: introduce Linux route netlink binding
Jo-Philipp Wich
2021-07-28
fs: fix chown() and rename() error return values
Jo-Philipp Wich
2021-07-11
treewide: harmonize function naming
Jo-Philipp Wich
2021-07-11
treewide: move header files into dedicated directory
Jo-Philipp Wich
2021-07-11
treewide: consolidate typedef naming
Jo-Philipp Wich
2021-07-11
lib: rename uc_add_proto_functions() to uc_add_functions()
Jo-Philipp Wich
2021-07-11
treewide: move ressource type registry into vm instance
Jo-Philipp Wich
2021-05-15
fs: implement chmod(), chown(), rename() and glob() functions
Jo-Philipp Wich
2021-04-27
treewide: ISO C / pedantic compliance
Jo-Philipp Wich
2021-04-25
treewide: rework internal data type system
Jo-Philipp Wich
2021-04-24
treewide: fix issues reported by clang code analyzer
Jo-Philipp Wich
2021-03-08
fs: make error function available on directory, process and file handles
Jo-Philipp Wich
2021-03-08
ubus: make error function available on the connection instance
Jo-Philipp Wich
2021-03-08
uci: fix potential invalid memory access in error()
Jo-Philipp Wich
2021-03-08
fs: fix readlink() return value
Jo-Philipp Wich
2021-02-17
treewide: rewrite ucode interpreter
Jo-Philipp Wich
2020-12-07
uci: fix -Werror=maybe-uninitialized warning
Jo-Philipp Wich
2020-12-07
ubus: fix uninitialized pointer return in uc_ubus_call() and uc_ubus_list()
Jo-Philipp Wich
2020-11-19
treewide: rebrand to ucode
Jo-Philipp Wich
2020-11-15
fs: extend process close() function to return program exit code
Jo-Philipp Wich
2020-11-10
fs: do not close stdio streams when gc'ing scope
Jo-Philipp Wich
2020-10-19
eval: record correct source contexts in call stack
Jo-Philipp Wich
[next]