Releases: luvit/luv
Releases · luvit/luv
Release 1.27.0-0
Update to Libuv 1.27.0
Additions:
- uv.udp_getpeername(handle)
- uv.udp_connect(handle, host, port) [called with nil host and nil port to clear the connection]
Changes:
- uv.udp_send() and uv.udp_try_send() to accept connected udp handles (via udp_connect); if a connected handle is used, then the host and port args must be nil
1.26.0-0
Release 1.26.0-0
1.25.0-0
Release v1.25.0-0
1.22.0-1
Bump version to 1.22.0-1
1.22.0-0
Update rockspec for new version
Luv v1.9.1-1 Release
- Fix upstream lua submodule (Tim Caswell) - Fix crash when handles are nil (Ryan Phillips) - Fix compile for VS2008 (zhangtj) Just a bump to match libuv version used.
Luv v1.9.1-0 Release
Just a bump to match libuv version used.
Luv v1.9.0-5 Release
- Fix handles to not free luv_handle_t till after parent is GCed [Tim Caswell]
1.9.0-4
Luv 1.9.0-4 Release
1.9.0-3
- Fix memory leak where callbacks were never unref'ed in error cases.