moonbridge

log moonbridge.c

age author description
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
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
2015-04-12 jbe Do not announce socket/listener type when communicating with the child process
2015-04-10 jbe Fixed bug regarding testing of valid file descriptor in moonbr_child_run function
2015-04-10 jbe Added helper function moonbridge_io.timeref(...); HTTP module sends 408 Request Timeout
2015-04-09 jbe Moved SIGPIPE ignore from moonbridge.c to moonbridge_io.c
2015-04-09 jbe Fixed bug regarding length check of addess of local (unix domain) socket
2015-04-08 jbe Moved local/remote address extraction/formatting to I/O library
2015-04-08 jbe Convert local and remote IP address to human readable string
2015-04-08 jbe Bugfix in C function moonbr_io_closehandle
2015-04-07 jbe Removed timeout option from socket:close(); Simulate shutdown for local sockets (Unix Domain Sockets)
2015-04-07 jbe Register I/O library as moonbridge_io (and not mapping functions into io)
2015-04-07 jbe Extended I/O library; Integrated new I/O library into moonbridge.c and moonbridge_http.lua
2015-04-05 jbe Stub for new non-blocking I/O library
2015-04-05 jbe Reverted experimental work on non-blocking I/O with file handles

Impressum / About Us