moonbridge

log moonbridge.c

age author description
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()
2017-06-12 jbe Do not reuse child workers that have been SIGTERM'ed
2017-06-12 jbe Bugfix in moonbridge.c: Do not use killpg but only terminate each child
2017-06-11 jbe Changed behavior of moonbridge_io.poll(...); Renamed moonbridge_io.sigterm_setup() to moonbridge_io.catch_sigterm(); Removed moonbridge_io.sigterm_received()
2017-06-11 jbe New implementation of SIGTERM handling
2017-06-09 jbe Removed colon from stderr output
2017-06-09 jbe Shortened stderr output in logfile
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
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
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

Impressum / About Us