Releases: luvit/luvi
Releases · luvit/luvi
Luvi v2.5.1 Release
- luvi: Don't constantly update timestamps when creating zips. [Tim Caswell]
- libuv: Update to v1.8.0 [Tim Caswell]
- luv: Add uv.fs_realpath [Tim Caswell]
- luv: add netmask to network interface data [George Zhao]
Luvi v2.5.0 Release
- luvi: allow preloading a custom module [George Zhao]
- luvi: bump lua-openssl [Jörg Krause]
- luvi: set RPATH within CMake [Jörg Krause]
- luvi: allow the settings of Luajit bytecode options [Jörg Krause]
- luvi: bump openssl to 1.0.2e [Ryan Phillips]
- luvi: holy build support [Ryan Phillips]
Luvi v2.4.0 Release
- luvi: Added new "snapshot" module to help debug memory leaks. [Tim Caswell]
- luv: Add bindings for
uv_get_free_memory
. [Tim Caswell] - luv: Export libuv symbols when linking without shared libuv. [mythay]
- luv: Fix linking lua lib name without standard name in windows. [mythay]
Luvi v2.3.5 Release
- libuv: Update to v1.7.5 [Tim Caswell] - luv: Export `luv_loop()` and `luv_state()` [Tim Caswell]
Luvi v2.3.4 Release
- libuv: Update to v1.7.4 [Tim Caswell]
Luvi v2.3.3 Release
- libuv: Update to v1.7.2 [Tim Caswell]
- luv: Many fixes and improvements to thread bindings [George Zhao]
Luvi v2.3.2 Release
- libuv: Update libuv to v1.7.2 [Tim Caswell]
- luv: Performance tweaks and memory leak fixes for threads [George Zhao]
- luvi: Add proper thread linking for luajit [Ryan Phillips]
Luvi v2.3.1 Release
- luvi: Fix isWindows check to work in threads too. [Tim Caswell]
Luvi v2.3.0 Release
Threads are coming
- Factor out path and bundle libraries to "luvipath" and "luvibundle" [Tim Caswell]
- luv: Add a "mac" field to the luv_interface_addresses() [Brian Maher]
- luv: Fix bug when set thread acquire/release vm callback [George Zhao]
- luv: Update libuv to v1.7.1 [Tim Caswell]
- luv: Improve error message in tcp.c and udp.c [Ryan Phillips]
- Use luv_set_thread_cb for better thread support [George Zhao]
- Use os.getenv for portable read-only access to environment variables [Tim Caswell]
- Don't depend in luajit ffi to detect windows [Tim Caswell]
Luvi v2.2.0 Release
- Added lpeg to regular build [George Zhao]
- libuv: update to v1.7.0 [Tim Caswell]