8000 Tags · luvit/luv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: luvit/luv

Tags

1.51.0-1

Toggle 1.51.0-1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add binding for semaphore to test synchronization

fix/thread: fix luv_getmtname trying to index a non-present metatable.

1.51.0-0

Toggle 1.51.0-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #767 from squeek502/libuv-1.51.0

Bump Libuv to 1.51.0

1.50.0-1

Toggle 1.50.0-1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
rework luv work vm storage

moves work vm storage into a garbage collected userdata.
this allows for each lua state to manage its own storage.

this removes the need for a global array of work vms.

v1.50.0-0

Toggle v1.50.0-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #750 from zhaozg/master

bump LuaJIT to v2.1.1736781742

1.48.0-2

Toggle 1.48.0-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #696 from squeek502/scandir-gc

Fix garbage collection of scandir reqs

1.48.0-1

Toggle 1.48.0-1's commit message
bump lua-compat-5.3 to 0.13

v1.48.0-0

Toggle v1.48.0-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Annotate .gitmodules with branch (#693)

1.47.0-0

Toggle 1.47.0-0's commit message
Bump version to 1.47.0 in CMakeLists.txt

1.46.0-0

Toggle 1.46.0-0's commit message
docs: make uv.kill's signum optional

1.45.0-0

Toggle 1.45.0-0's commit message
Add access(2) constants to the constants table

fs_access is equivalent to access(2), but this function is useless
without the corresponsing access mode constants F_OK, R_OK, W_OK, and
X_OK. Let's add these constants to the table.
0