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 |
| 2015-08-17 | jbe | Added missing termination in structure passed to getopt_long() call |
| 2015-07-12 | jbe | Set version string to "1.0.1"v1.0.1 |
| 2015-06-23 | jbe | Remove SIGUSR1 mechanism to terminate children gracefully (incomplete yet) |
| 2015-06-23 | jbe | Changed version number to 1.0.0 |
| 2015-06-22 | jbe | Use accept() only on Linux and only if _GNU_SOURCE is not set |