moonbridge
log moonbridge.c
| age | author | description |
|---|---|---|
| 2017-06-11 | jbe | Changed behavior of moonbridge_io.poll(...); Renamed moonbridge_io.sigterm_setup() to moonbridge_io.catch_sigterm(); Removed moonbridge_io.sigterm_received() |
| 2017-06-11 | jbe | New implementation of SIGTERM handling |
| 2017-06-09 | jbe | Removed colon from stderr output |
| 2017-06-09 | jbe | Shortened stderr output in logfile |
| 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 |
| 2015-08-17 | jbe | Added missing termination in structure passed to getopt_long() call |