Commit Briefs


Omar Polo

set cloexec status on the socketpair fds

the executor forks to spawn the cgi scripts, and they inherit the socket for communication with the listener process. Make that impossible.


Omar Polo

remove unused function


Omar Polo

-v for verbose logging



Omar Polo

drop unused variable


Omar Polo

use starts_with in puny.c



Omar Polo

drop the daemon config in favour of the -f flag

Now it daemonize by default when running with a config, unless the -f flag is given.


Omar Polo

initial punycode support




Omar Polo

chroot & drop privileges


Omar Polo

order


Omar Polo

added support for location blocks