moonbridge
log moonbridge.c
| age | author | description |
|---|---|---|
| 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 |
| 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 |