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
2023-05-27
main: add user specified library search paths before default path
Felix Fietkau
2023-04-03
Merge pull request #148 from jow-/uci-fix-commit
Jo-Philipp Wich
2023-04-03
uci: fix ctx.commit() without arguments
Jo-Philipp Wich
2023-03-17
ucode: also link libresolv if ns_initparse() is not found
Jo-Philipp Wich
2023-03-17
ubus: support multiple call return values
Jo-Philipp Wich
2023-02-13
Merge pull request #143 from nbd168/rtnl-fix
Jo-Philipp Wich
2023-02-13
rtnl: add missing uc_vm_registry_set call
Felix Fietkau
2023-02-13
Merge pull request #142 from nbd168/ref-fixes
Jo-Philipp Wich
2023-02-13
rtnl: add missing ucv_get() calls
Felix Fietkau
2023-02-13
nl80211: add missing ucv_get() calls
Felix Fietkau
2023-02-12
Merge pull request #141 from dhewg/master
Jo-Philipp Wich
2023-02-12
nl80211: fix NL80211_ATTR_SURVEY_INFO
Andre Heider
2023-02-01
Merge pull request #140 from nbd168/rtnl
Jo-Philipp Wich
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-23
types: fix array unshift operations and add test coverage
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-16
style: add .editorconfig file
Jo-Philipp Wich
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
Merge pull request #136 from blogic/master
Jo-Philipp Wich
2023-01-09
nl80211: add support for NL80211_ATTR_MPATH_INFO
John Crispin
2023-01-07
Merge pull request #134 from nbd168/thisval
Jo-Philipp Wich
2023-01-06
include: add uc_fn_thisval()
Felix Fietkau
2023-01-06
build: make rtnl/nl80211 depend on linux instead of !APPLE
Felix Fietkau
2022-12-13
README.md: various spelling and documentation fixes
Jo-Philipp Wich
2022-12-02
tests: fixup testcases
Jo-Philipp Wich
2022-12-02
types: adjust double printing format
Jo-Philipp Wich
2022-11-29
Merge pull request #131 from jow-/fix-logical-assignment-operators-2
Jo-Philipp Wich
2022-11-29
compiler: fix bytecode for logical assignments of properties
Jo-Philipp Wich
2022-11-29
Merge pull request #130 from jow-/fs-add-realpath
Jo-Philipp Wich
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
Merge pull request #127 from jow-/uloop-done-in-tasks
Jo-Philipp Wich
2022-11-29
Merge pull request #128 from jow-/lib-json-improve-trailing-garbage-handling
Jo-Philipp Wich
2022-11-29
tests: relax sleep() test
Jo-Philipp Wich
2022-11-29
lib: uc_json(): accept trailing whitespace when parsing strings
Jo-Philipp Wich
2022-11-29
uloop: terminate parent uloop in task child processes
Jo-Philipp Wich
2022-11-23
Merge pull request #126 from jow-/uci-autoload-package
Jo-Philipp Wich
2022-11-23
Merge pull request #125 from jow-/arrow-functions-blocks-no-return
Jo-Philipp Wich
2022-11-23
uci: auto-load package in `ctx.foreach()` and `ctx.get_first()`
Jo-Philipp Wich
2022-11-22
compiler: ensure that arrow functions with block bodies return no value
Jo-Philipp Wich
2022-11-22
Merge pull request #123 from jow-/fix-logical-assignment-operators
Jo-Philipp Wich
2022-11-15
compiler: fix `??=`, `||=` and `&&=` logical assignment semantics
Jo-Philipp Wich
2022-11-04
Merge pull request #120 from joshschmelzle/master
Jo-Philipp Wich
2022-11-04
add cmake to install requires for debian
jsz
2022-10-18
Merge pull request #118 from jow-/fs-read-getdelim
Jo-Philipp Wich
[next]