moonbridge
log
| age | author | description |
|---|---|---|
| 2015-05-21 | jbe | Initial work on reimplemented HTTP layer (utilizing non-blocking I/O with coroutines and a cleaner object-oriented structure) |
| 2015-05-19 | jbe | Accept max length of zero for read methods |
| 2015-05-15 | jbe | Removed moonbridge_io.run(...); yielding read and write methods do not yield any values |
| 2015-05-08 | jbe | Improved Lua reference code for moonbridge_io.run(...) |
| 2015-05-08 | jbe | Fixed trival mistake in reference.txt |
| 2015-05-08 | jbe | New function moonbridge_io.run(...) as a "coroutine scheduler" |
| 2015-05-07 | jbe | Reverted previous commit (but changes to Makefile) |
| 2015-05-07 | jbe | Do not pass moonbridge_io.block when invoking callback passed to _call I/O methods but only include it for _yield I/O methods |