Skip to content

Releases: luvit/luv

Release 1.27.0-0

22 Mar 02:04
727c883
Compare
Choose a tag to compare

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

18 Mar 21:52
e280041
Compare
Choose a tag to compare
Release 1.26.0-0

1.25.0-0

11 Feb 22:59
Compare
Choose a tag to compare
Release v1.25.0-0

1.22.0-1

18 Aug 05:54
Compare
Choose a tag to compare
Bump version to 1.22.0-1

1.22.0-0

03 Aug 17:59
Compare
Choose a tag to compare
Update rockspec for new version

Luv v1.9.1-1 Release

16 Dec 15:35
1.9.1-1
Compare
Choose a tag to compare
 - 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

01 Aug 17:03
1.9.1-0
Compare
Choose a tag to compare
Just a bump to match libuv version used.

Luv v1.9.0-5 Release

01 Aug 16:57
1.9.0-5
Compare
Choose a tag to compare
 - Fix handles to not free luv_handle_t till after parent is GCed [Tim Caswell]

1.9.0-4

25 Jul 21:49
1.9.0-4
Compare
Choose a tag to compare
Luv 1.9.0-4 Release

1.9.0-3

26 Apr 20:25
1.9.0-3
Compare
Choose a tag to compare
 - Fix memory leak where callbacks were never unref'ed in error cases.