Alexey Melnichuk

Results 86 issues of Alexey Melnichuk

I just imlement new [backend for lua-websocket](https://github.com/moteus/lua-websockets-lluv) based on [my libuv binding](https://github.com/moteus/lua-lluv). For now it implement same API as `ev` backend. And I have several question: 1 To be avaliable...

Async client/server `on_error` calls if there some error befor ws handshake done (IO error/SSL handshake/Invalid token/ protocol) . And in this case `on_close` did not call. `on_close` calls if ws...

This allows install only needed modules without additional deps.

Can you add binding to RegDeleteKey?

For setenv you write that this function set variable only to childe process. This is not true. To test ``` Lua local winapi = require"winapi" os.execute("git help") -- this call...

Can i use winapi in several thread when each thread has it's own lua_Sate? When i try use i have strange error. On winapi.sleep i have error like 'attempt to...

I try Orbiter with Lua 5.2 and he works. Except lua52: G:\lua\5.2\libs\orbiter\lua\orbiter\init.lua:47: attempt to call global 'unpack' (a nil value) and use module function in some examples. if run lua52...

Tested on WinXP / OpenSSL 1.0.1c / Lua (5.1/5.2) / MSVC 2010 Express - update/final methods accept string/lightuserdata and range indexes (test/update.lua) - writers for encrypt/decrypt/seal/open - resetiv method for...