moonbridge
log
| age | author | description |
|---|---|---|
| 2015-04-07 | jbe | Proper return values for drain functions |
| 2015-04-07 | jbe | Register I/O library as moonbridge_io (and not mapping functions into io) |
| 2015-04-07 | jbe | Extended I/O library; Integrated new I/O library into moonbridge.c and moonbridge_http.lua |
| 2015-04-07 | jbe | Close and reset method for I/O library |
| 2015-04-07 | jbe | New I/O methods drain and drain_nb |
| 2015-04-06 | jbe | Implementation of read and read_nb in I/O module |
| 2015-04-06 | jbe | Refined interface of I/O library to directly support (previously opened) sockets |
| 2015-04-06 | jbe | Code cleanup and fixes in optionally non-blocking write/write_nb method; Allow to mark I/O handles as closed |