Commits


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


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


Add first support for client access/error logs


hostname doesn't provide the desired result, so go with a variable


Add command to create new TLS cert


Remove debug options from linker part in Makefile


Too complicated


Allow debug and non-debug builds


Add more hardening flags for compiler and linker


Change file handling from fork() to pthreads


Add support for mime handling


Add request.o to OBJS


Change path from /var/db/gemini to /var/twind


add -Wpedantic


Remove option not present on Linux's useradd


Add -Wno-unknown-warning-option to silence clang about GCC option -Wno-format-truncation turns off string truncation warning for GCC


replace UID with variable


Add user creation command to Makefile


Makefile - add make install


Initial commit of twind