moonbridge
log moonbridge_io.c
age | author | description |
---|---|---|
2015-04-10 | jbe | Delete local socket in filesystem before and after listening |
2015-04-10 | jbe | Bugfixes regarding treatment of memory allocation errors and closing file descriptors |
2015-04-10 | jbe | Proper marking I/O handles as closed and finished |
2015-04-10 | jbe | Added helper function moonbridge_io.timeref(...); HTTP module sends 408 Request Timeout |
2015-04-09 | jbe | Moved SIGPIPE ignore from moonbridge.c to moonbridge_io.c |
2015-04-09 | jbe | New function moonbridge_io.locallisten(path) to listen on local (unix domain) sockets |
2015-04-09 | jbe | Added function moonbridge_io.localconnect(pathname) to connect to local (unix domain) socket |