moonbridge
log moonbridge.c
| age | author | description |
|---|---|---|
| 2021-02-05 | jbe | Added missing include of fcntl.h to avoid compiler warning under Linux |
| 2017-12-04 | jbe | Linux compatibility: do not set sun_len |
| 2017-11-24 | jbe | Bugfix: Properly set sun_len, sun_family, and addrlen when filling sockaddr_un struct (using maximum possible length) |
| 2017-11-24 | jbe | Fixed use of INET_ADDRSTRLEN constant (for IPv4) |
| 2017-06-23 | jbe | Do not shutdown due to main thread termination when shutdown is already in progress |
| 2017-06-12 | jbe | Code-cleanup: removed redundancy in moonbr_initiate_shutdown() |