Commit Briefs

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


Omar Polo

initialize config



Omar Polo

add ends_with


Omar Polo

const-ify parameter to strtonum


Omar Polo

use strtonum



Omar Polo

don't crash on wrong vhost or missing SNI

the new logging code was crashing if the client didn't support SNI or if required an unknown vhost: this because we short-circuit in handle_handshake to an error, so c->iri isn't populated yet (we don't even read the request). fixes #1


Omar Polo

improve logs

now we log the full IRI requested (before was only the path) and the response line (even for CGI).