Skip to content

Tags: qisewai/luv

Tags

1.9.1-0

Toggle 1.9.1-0's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luv v1.9.1-0 Release

Just a bump to match libuv version used.

1.9.0-5

Toggle 1.9.0-5's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
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

Toggle 1.9.0-4's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luv 1.9.0-4 Release

1.9.0-3

Toggle 1.9.0-3's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
 - Fix memory leak where callbacks were never unref'ed in error cases.

1.9.0-1

Toggle 1.9.0-1's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luv v1.9.0-1 Release

 - Build fix for windows (the ad-hoc debug functions aren't defined)

1.9.0-0

Toggle 1.9.0-0's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Luv v1.9.0-0

- Updated upstream libuv to v1.9.0
- Add bindings for uv.os_tmpdir()
- Add bindings for uv.os_get_passwd()
- Add bindings for uv.print_all_handles()
- Add bindings for uv.print_active_handles()
- Expose uv_tcp_init_ex and uv_udp_init_ex through optional flags field.
- Add flag options for UV_DISCONNET to poll interface.
- Bump luarocks version to v1.9.0-0

1.8.0-4

Toggle 1.8.0-4's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
Release 1.8.0-4

1.8.0-3

Toggle 1.8.0-3's commit message
Bump to luajit 2.1 (beta+patches)

1.8.0-2

Toggle 1.8.0-2's commit message

Verified

This tag was signed with the committer’s verified signature.
creationix Tim Caswell
luv v1.8.0-2 Release

1.8.0-1

Toggle 1.8.0-1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Luv 1.8.0-1 Release

 - Fix compile issues on windows
 - Change scandir to return two values instead of table.