summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-12-08ubus: add support for async requestsJo-Philipp Wich
2021-12-08vm: introduce value registryJo-Philipp Wich
2021-12-07treewide: fix "resource" misspellingsJo-Philipp Wich
2021-12-07treewide: fix upvalue reference type nameJo-Philipp Wich
2021-12-06types: consider resource prototypes when marking reachable objectsJo-Philipp Wich
2021-12-05vm: support object property access on resource value typesJo-Philipp Wich
2021-12-01syntax: disallow keywords in object property shorthand notationJo-Philipp Wich
2021-11-05nl80211: fix premature netlink reply receive abortJo-Philipp Wich
2021-11-04fs: add utility functionsJo-Philipp Wich
2021-11-02nl80211: fix wiphy dump reply merge logicJo-Philipp Wich
2021-11-01treewide: fix typo in exported function names and typesJo-Philipp Wich
2021-11-01struct: fix PowerPC specific compiler pragma nameJo-Philipp Wich
2021-10-31Merge pull request #26 from jow-/lib-add-structJo-Philipp Wich
2021-10-31lib: introduce struct libraryJo-Philipp Wich
2021-10-28LICENSE: add ISC license fileJo-Philipp Wich
2021-10-25Merge pull request #24 from jow-/add-resolv-libraryJo-Philipp Wich
2021-10-23lib: increase refcount when returning cached module instanceJo-Philipp Wich
2021-10-22lib: introduce resolver libraryJo-Philipp Wich
2021-10-22lib: fix uninitialized memory access on handling %J string formatsJo-Philipp Wich
2021-10-12Merge pull request #22 from jow-/introduce-optional-chaining-operatorsJo-Philipp Wich
2021-10-11syntax: introduce optional chaining operatorsJo-Philipp Wich
2021-09-24vm: reset callframes before invoking unhandled exception handlerJo-Philipp Wich
2021-09-24vm: clear exception information before calling managed code functionsJo-Philipp Wich
2021-09-24ubus: properly handle signed 64bit values tooJo-Philipp Wich
2021-09-23ubus: fix handling signed 16bit and 32bit integersJo-Philipp Wich
2021-09-22Merge pull request #21 from jow-/lib-add-nl80211Jo-Philipp Wich
2021-09-22nl80211: fix issues spotted by static code analyzerJo-Philipp Wich
2021-09-21nl80211: treat signal attr values as signed integersJo-Philipp Wich
2021-09-21nl80211: expose sta_info attributesJo-Philipp Wich
2021-09-21lib: introduce Linux 802.11 netlink bindingJo-Philipp Wich
2021-09-21types: fix invalid memory access on setting non-contiguous array indexesJo-Philipp Wich
2021-09-21main: fix leaking module name when processing -m flagJo-Philipp Wich
2021-09-19compiler: properly handle jumps to offset 0Jo-Philipp Wich
2021-09-19tests: support specifying cmdline args in testcase filesJo-Philipp Wich
2021-09-19Merge pull request #20 from jow-/lib-add-rtnlJo-Philipp Wich
2021-09-17types: fix formatting escape sequences for 8 bit charsJo-Philipp Wich
2021-09-15rtnl: automatically derive message family from certain address attrsJo-Philipp Wich
2021-09-15rtnl: expose IPv4 and IPv6 devconfig informationJo-Philipp Wich
2021-09-15rtnl: allow reply nla payloads to be smaller than headsizeJo-Philipp Wich
2021-09-15lib: introduce Linux route netlink bindingJo-Philipp Wich
2021-09-14ci: adjust build prereqs for GitHub as wellJo-Philipp Wich
2021-09-14ci: add libnl-tiny to prereqsJo-Philipp Wich
2021-07-30vm: fix toplevel function call protocolJo-Philipp Wich
2021-07-28fs: fix chown() and rename() error return valuesJo-Philipp Wich
2021-07-28tests: disable fuzz tests for nowJo-Philipp Wich
2021-07-27types: mark further GC rootsJo-Philipp Wich
2021-07-27types: fix comparison of differently signed integersJo-Philipp Wich
2021-07-27types: handle conversion errors when dealing with negative error indexesJo-Philipp Wich
2021-07-27types: allow negative array indexesJo-Philipp Wich
2021-07-11Merge pull request #15 from jow-/c-apiJo-Philipp Wich