moonbridge
log
| age | author | description |
|---|---|---|
| 2017-06-04 | jbe | Added signal constants table moonbridge_io.signals |
| 2017-06-04 | jbe | Use SIGTERM to terminate child processes gracefully |
| 2017-06-04 | jbe | Fixed documentation of socket:drain_call(...) |
| 2017-06-04 | jbe | Minor change in documentation of signalsocket(...) |
| 2017-06-04 | jbe | Added moonbridge_io.signalsocket(...) and moonbridge_io.getpid() functions; poll returns true on signal interruption (instead of nil) |
| 2017-06-04 | jbe | Backup and restore errno in signal handler |
| 2017-06-04 | jbe | Added missing "do" statement in while(0) macro workaround |