Commits


Seems the construct to get a hostname from an IP address was bad Replace it with something more useful


properly zero both strings


Remove unneeded line breaks


Don't terminate processing process, continue instead


Also catch error conditions of join and free resources on t create


Don't abort when initial received fails


Copy value of str into cc->client_addr


Replace callox() with xmalloc()


Also free memory for decoded request here


Move fds around, again


Declare both file descriptors as static


forget to unveil() log path


Implement function to close both access and error logs


Implement error logging


Next part of access logging


Add first support for client access/error logs


Revert all access/error logging for now, needs more thought


Move fds around, again


Declare both file descriptors as static


forget to unveil() log path


Merge branch 'master' of ssh://git.xosc.org:/var/www/git/twind * 'master' of ssh://git.xosc.org:/var/www/git/twind: Implement function to close both access and error logs Implement error logging Remove commented line Next part of access logging Add first support for client access/error logs


Implement function to close both access and error logs


Remove old debug code


Implement error logging


Fix indentation