moonbridge
log moonbridge_io.c
| age | author | description |
|---|---|---|
| 2016-08-21 | jbe | Fixed copy/paste error in tlsconf function |
| 2016-08-21 | jbe | Work on tlsconf function |
| 2016-08-20 | jbe | merge |
| 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) |
| 2015-06-22 | jbe | Fixed mistake in previous commit |
| 2015-06-22 | jbe | Use accept() only on Linux and only if _GNU_SOURCE is not set |
| 2015-06-22 | jbe | Safety catch for noncompliant strerror_r() implementation on GNU/Linux systems |