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

Tags: zhaozg/luvi

Tags

v2.9.2

Toggle v2.9.2's commit message
v2.9.2 Release

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luvi v1.0.1 Release

Stability and Leak Fixes

 - lua-openssl: Update to latest [Ryan Phillips]

 - openssl: Update to 1.0.2a [Ryan Phillips]

 - luv: Fix spawn memory leak [Ryan Phillips]

 - libuv: Reap zombies on spawn [Ryan Phillips]

 - luvi: Use static runtime on windows [Rob Emanuele]

 - luvi: Add luvi_renamed.lib for windows DLL loading [Rob Emanuele]

 - luvi: Fix custom LUVI_MAIN [Ryan Liptak]

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luvi v1.0.0 Release

Stability is Here!

 - luvi: Add bundle.action API for using objects from the zip bundle. [Tim Caswell]

 - luvi: Remove auto coroutine.wrap, ub.start, and uv.stop. [Tim Caswell]

 - luvi: Use proper mainpath for auto-require. [Tim Caswell]

 - luvi: fix packaging, add -Wall and fix warning [Ryan Phillips]

 - luv: expose O_EXLOCK constant on platforms that have it. [Tim Caswell]

 - lua-openssl: Update upstream.

v0.8.1

Toggle v0.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luvi v0.8.1 Release

The SunOS has risen.

 - luv: Update to libuv v1.4.2-4-gfd3cf20 [Daniel Barney]

 - cmake: Fix zlib and openssl cmake files for Solaris [Daniel Barney]

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luvi v0.8.0 Release

Add a little convention to taste.

 - luvi: Add conventions to make bootstrapping for apps easier. [Tim Caswell]
   - If deps/require.lua exists, auto-register it as luvit require system.
   - If deps/pretty-print module exists, use it to set _G.p and _G.print.
   - Run main.lua in a coroutine off the main lua "thread".
   - Auto-start uv loop after starting main.lua.
   - Auto-stop uv loop after main.lua finishes.

 - luvi: export libuv externs for binary addons to use. [Ryan Phillips]

 - luvi: Add basic packaging code using cpack. [Ryan Phillips]

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luvi v0.7.1 Release

 - luvi: Add ability to run from zips with folder at root [Tim Caswell]

 - luvi: Export makeBundle as an API [Tim Caswell]

 - windows: Tweak build to allow for shared libraries at runtime. [Ryan Phillips]
0