moonbridge
log moonbridge.c
| age | author | description |
|---|---|---|
| 2017-06-06 | jbe | Ignore SIGTERM once after sending it to own process group |
| 2017-06-06 | jbe | Undo last commit (Avoid duplicate shutdown) |
| 2017-06-06 | jbe | Avoid duplicate shutdown |
| 2017-06-06 | jbe | Allow "main threads" to be named; main threads also use MOONBR_PROTO_INTERVAL as listener type now |
| 2017-06-04 | jbe | Use SIGTERM to terminate child processes gracefully |
| 2017-06-04 | jbe | Backup and restore errno in signal handler |
| 2017-06-04 | jbe | Added missing "do" statement in while(0) macro workaround |