moonbridge
log
age | author | description |
---|---|---|
2016-09-20 | jbe | Work on non-blocking close (for TLS) |
2016-09-19 | jbe | Use (blocking) tls_close() on :finish() and :close() |
2016-09-19 | jbe | Bugfix: do not attempt flushing/closing if file descriptor has already been closed |
2016-09-18 | jbe | Code reformatting (of #ifdef MOONBR_IO_USE_TLS) |
2016-09-18 | jbe | Simplified error handling with new macro(s) |
2016-09-18 | jbe | Bugfix: Do not throw (hard) Lua error in moonbr_io_handle_set_nonblocking, moonbr_io_handle_set_linger, and moonbr_io_handle_set_nopush (may cause Lua error on connection reset) |