Commit Briefs

Omar Polo

sync


Omar Polo

chroot & drop privileges


Omar Polo

order


Omar Polo

[seccomp] allow fcntl F_SETFD

musl does a F_SETFD in its fdopendir


Omar Polo

added support for location blocks


Omar Polo

added support for location blocks


Omar Polo

initialize config



Omar Polo

test CGI with big files


Omar Polo

sync the CGI environment with the manpage

while there also add SERVER_PROTOCOL


Omar Polo

sync


Omar Polo

void-ify some functions

their return value is no longer used, it's only confusing at this point.


Omar Polo

pass the fd, not the path!


Omar Polo

refactoring state management

instead of having a flag to discern between two different behaviours in S_SENDING, split that state into S_SENDING_FILE and S_SENDING_CGI (this will also make it easier in the future to add other sending states). While there, also get rid of `goodbye' and make start_reply advance the state machine by itself.