index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-08
ubus: add support for async requests
Jo-Philipp Wich
2021-12-08
vm: introduce value registry
Jo-Philipp Wich
2021-12-07
treewide: fix "resource" misspellings
Jo-Philipp Wich
2021-12-07
treewide: fix upvalue reference type name
Jo-Philipp Wich
2021-12-06
types: consider resource prototypes when marking reachable objects
Jo-Philipp Wich
2021-12-05
vm: support object property access on resource value types
Jo-Philipp Wich
2021-12-01
syntax: disallow keywords in object property shorthand notation
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
Merge pull request #26 from jow-/lib-add-struct
Jo-Philipp Wich
2021-10-31
lib: introduce struct library
Jo-Philipp Wich
2021-10-28
LICENSE: add ISC license file
Jo-Philipp Wich
2021-10-25
Merge pull request #24 from jow-/add-resolv-library
Jo-Philipp Wich
2021-10-23
lib: increase refcount when returning cached module instance
Jo-Philipp Wich
2021-10-22
lib: introduce resolver library
Jo-Philipp Wich
2021-10-22
lib: fix uninitialized memory access on handling %J string formats
Jo-Philipp Wich
2021-10-12
Merge pull request #22 from jow-/introduce-optional-chaining-operators
Jo-Philipp Wich
2021-10-11
syntax: introduce optional chaining operators
Jo-Philipp Wich
2021-09-24
vm: reset callframes before invoking unhandled exception handler
Jo-Philipp Wich
2021-09-24
vm: clear exception information before calling managed code functions
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
Merge pull request #21 from jow-/lib-add-nl80211
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-21
types: fix invalid memory access on setting non-contiguous array indexes
Jo-Philipp Wich
2021-09-21
main: fix leaking module name when processing -m flag
Jo-Philipp Wich
2021-09-19
compiler: properly handle jumps to offset 0
Jo-Philipp Wich
2021-09-19
tests: support specifying cmdline args in testcase files
Jo-Philipp Wich
2021-09-19
Merge pull request #20 from jow-/lib-add-rtnl
Jo-Philipp Wich
2021-09-17
types: fix formatting escape sequences for 8 bit chars
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-09-14
ci: adjust build prereqs for GitHub as well
Jo-Philipp Wich
2021-09-14
ci: add libnl-tiny to prereqs
Jo-Philipp Wich
2021-07-30
vm: fix toplevel function call protocol
Jo-Philipp Wich
2021-07-28
fs: fix chown() and rename() error return values
Jo-Philipp Wich
2021-07-28
tests: disable fuzz tests for now
Jo-Philipp Wich
2021-07-27
types: mark further GC roots
Jo-Philipp Wich
2021-07-27
types: fix comparison of differently signed integers
Jo-Philipp Wich
2021-07-27
types: handle conversion errors when dealing with negative error indexes
Jo-Philipp Wich
2021-07-27
types: allow negative array indexes
Jo-Philipp Wich
2021-07-11
Merge pull request #15 from jow-/c-api
Jo-Philipp Wich
[next]