Skip to content

Releases: moteus/lua-lluv

v0.1.10: Release 0.1.10

23 Jun 15:00
Compare
Choose a tag to compare
 * Fix. Handling EOM error in the callback handler
 * Fix some compile time warnings
 * Fix. LEAVE_GROUP const name
 * Add. gettimeofday
 * Add. UDP connect method
 * Add. get_constrained_memory
 * Add. os_uname
 * Add. Class can inherit meta methods
 * Small perfomance improvements for the buffer class

v0.1.9: Release 0.1.9

07 May 07:35
Compare
Choose a tag to compare
  * Fix. Error compiling with libuv 1.20.0 and greater
  * Add. uv_os_getpid function from 1.18.0
  * Add. uv_fs_copyfile
  * Add. send/write queue size methods.

v0.1.8: Release 0.1.8

02 May 04:29
Compare
Choose a tag to compare
 * Fix. Crash on LuaJIT when raise Lua error inside callback.
 * Fix. Crash when bind for pipe without callback.
 * Fix. correct type name in error message.
 * Add. `cofs` module
 * Add. `getpeername` function to LuaSocket module
 * Add. uv.fs_access accept flag as name.
 * Add. `read_line_eol` method and `*L` read pattern to buffer class and to LuaSocket.
 * Add. Support of `uv_pipe_chcmod` method
 * Add. Support of `uv_os_getppid` function
 * Add. Support of `uv_if_indextoname` and `uv_if_indextoiid` functions
 * Add. `pipe:ipc()` method to get `uv_pipe_t.ipc` flag.

v0.1.7: Release 0.1.7

21 Jul 11:58
Compare
Choose a tag to compare
 * Fix. Free memory before use it in getnameinfo callback.
 * Add. Sunc DNS requests
 * Add. Support `uv_signal_start_oneshot`
 * Add. `cofs` module
 * Add. `remove` and `insert` methods to `List` class
 * Add. `class.super` function to implement inheritance.
 * Add. `os_homedir`,`os_gethostname`,`os_getenv`,`os_setenv`,`os_unsetenv` functions.

v0.1.6: Release 0.1.6

09 Nov 13:17
Compare
Choose a tag to compare
 * Fix. Use correct field to `uv_fs_realpath`
 * Add. Size calculation in `Buffer` class
 * Add. `os_handle` object to be able pass raw HANDLE as stdio to process.

v0.1.5: Release 0.1.5

23 May 06:58
Compare
Choose a tag to compare
 * Add. uv_fs_realpath
 * Add. Support `UV_DISCONNECT` event
 * Add. Support uv_os_get_passwd function
 * Fix. pass `context` argument in write cb when error occur

v0.1.4: Release 0.1.4

29 Mar 08:36
Compare
Choose a tag to compare
 * Fix. Make `interface` optional in `udp.set_membership` method.
 * Fix. LuaSocket may crash when connecition reset during send operation.

v0.1.3: Release 0.1.3

16 Nov 01:44
Compare
Choose a tag to compare
 * Move memcached to separate project
 * Move ftp to separate project
 * Fix. Crash when closing handle that already closing by GC.
 * Fix. crash when try using error with ext information.

v0.1.2: Release 0.1.2

10 Apr 12:50
Compare
Choose a tag to compare
* Change. write/send methods do not clone array of strings
* Add. `context` argument to stream write/udp send
* Add. udp.send suppot array of strings as argument
* Add. Support IPv6 addresses with square braces
* Add. LuaSocket socket can reset internal lluv socket.
* Add. `shutdown` method to LuaSocket
* Fix. Rockspec link with Iphlpapi/Psapi/Advapi32 to support static libuv.

v0.1.1: Release 0.1.1

07 Apr 09:31
Compare
Choose a tag to compare
 * Add. supports `pipe:getpeername()`
 * Fix. object model to support inherite
 * Add. `utils.Buffer.prepend` method
 * Fix. Use incorrect globals instead of locals