moonbridge
log moonbridge.c
| age | author | description |
|---|---|---|
| 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 |
| 2015-04-16 | jbe | Cleanup regarding #include directives |
| 2015-04-16 | jbe | Proper distinction between AF_* and PF_* constants (and commented where it is not the case) |
| 2015-04-15 | jbe | Example application uses new "main" protocol; Handler for "main" gets table with "main" set to true |
| 2015-04-15 | jbe | Modified termination sequence handling |
| 2015-04-14 | jbe | Moved functions in source code to avoid necessity of forward declaration |
| 2015-04-14 | jbe | Introduced new proto "main" to allow for a main thread |
| 2015-04-14 | jbe | Removed <file>:readuntil(...) function |
| 2015-04-14 | jbe | Code cleanup; Allow binding to specific interfaces |