Commit Briefs


Omar Polo

customizable servname & verbose + misc tweaks

* add -H for explicit servname (for SNI) * add -v to print also the request * misc tweaks: move *flag variables to global scope (initialisation to 0 for free!) and explicit handshake.


Omar Polo

readme tweaks

fix features list and talk about I18N


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

sync deps and sandbox info


Omar Polo

typo


Omar Polo

initial punycode support



Omar Polo

[seccomp] allow getrandom


Omar Polo

gen compat for getprogname


Omar Polo

adding openssl test


Omar Polo

unveil x the vhosts directories


Omar Polo

we don't need unveil "x" in listener

not a big deal, since the pledge prohibits us to exec, but nevertheless.


Omar Polo

fix docker example