moonbridge
log moonbridge_io.c
| age | author | description |
|---|---|---|
| 2016-08-20 | jbe | Use luaL_setmetatable instead of luaL_getmetatable and lua_setmetatable |
| 2016-08-20 | jbe | Work on optional libtls integration for moonbridge_io (tls_config stub) |
| 2016-01-16 | jbe | Corrected argument to closefrom() C-call |
| 2015-07-12 | jbe | Fixed bug in write buffer, which caused data to be lost when I/O is blocked |
| 2015-06-23 | jbe | Clarified nil/false return values of poll function and wait_nb method |
| 2015-06-23 | jbe | Send a TCP RST instead of TCP FIN when a socket gets garbage collected (and hasn't been closed) |