summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2021-07-11treewide: harmonize function namingJo-Philipp Wich
2021-07-11module: remove unused definesJo-Philipp Wich
2021-07-11examples: add libucode usage examplesJo-Philipp Wich
2021-07-11types, vm: adjust GC apiJo-Philipp Wich
2021-07-11treewide: move header files into dedicated directoryJo-Philipp Wich
2021-07-11build: install header filesJo-Philipp Wich
2021-07-11main: introduce new flag `-x` to allow disabling specific functionsJo-Philipp Wich
2021-07-11vm: fix invalid memory access on GC'ing uninitialized VM contextJo-Philipp Wich
2021-07-11main: refactor option parsing and VM setupJo-Philipp Wich
2021-07-11treewide: consolidate typedef namingJo-Philipp Wich
2021-07-11vm: add API to control trace modeJo-Philipp Wich
2021-07-11vm: make root exception handler configurableJo-Philipp Wich
2021-07-11vm: fix invalid memory access on toplevel function callsJo-Philipp Wich
2021-07-11vm: fix handling exceptions in top-level function callsJo-Philipp Wich
2021-07-11lib, vm: reimplement exit() as exception typeJo-Philipp Wich
2021-07-11vm: extend API to allow returning result value from VM executionJo-Philipp Wich
2021-07-11vm: remove module preloading logicJo-Philipp Wich
2021-07-11main: preload modules ourselvesJo-Philipp Wich
2021-07-11vm: add uc_vm_invoke() helperJo-Philipp Wich
2021-07-11vm: cosmetic fix for outputting exceptions without source contextJo-Philipp Wich
2021-07-11vm: move global scope allocation into uc_vm_init()Jo-Philipp Wich
2021-07-11vm: add getter and setter for vm globals scopeJo-Philipp Wich
2021-07-11lib: rename uc_add_proto_functions() to uc_add_functions()Jo-Philipp Wich
2021-07-11lib: expose stdlib function arrayJo-Philipp Wich
2021-07-11treewide: eliminate dead code and unused functionsJo-Philipp Wich
2021-07-11treewide: replace a number of unnecessary type castsJo-Philipp Wich
2021-07-11treewide: move ressource type registry into vm instanceJo-Philipp Wich
2021-07-11build: split into libucode and ucode cliJo-Philipp Wich