moonbridge
log moonbridge.c
| age | author | description |
|---|---|---|
| 2015-06-22 | jbe | Use accept() only on Linux and only if _GNU_SOURCE is not set |
| 2015-06-22 | jbe | Safety catch for noncompliant strerror_r() implementation on GNU/Linux systems |
| 2015-06-22 | jbe | Avoid use of accept4() function in favor of accept() to avoid using _GNU_SOURCE on GNU/Linux |
| 2015-06-22 | jbe | Avoid use of asprintf function |
| 2015-06-20 | jbe | Send SIGUSR1 to all child processes on termination via SIGTERM |
| 2015-04-16 | jbe | Restored Linux compatibility regarding #include section |