Commits


mention libretls


build docs + install and static targets


grammar


update readme


switch to getcwd


split into two processes: listener and executor this way, we can sandbox the listener with seccomp (todo) or capsicum (already done) and still have CGI scripts. When we want to exec, we tell the executor what to do, the executor executes the scripts and send the fd backt to the listener.


sandbox also on FreeBSD with capsicum


update README


typo


new README + wording in manpage


fix remote_user for CGI and add -6 flag to enable ipv6


switch to Bjoern Hoehrmann UTF-8 decoder It's correct, while my hacked valid_multibyte_utf8 would allow things that aren't technically UTF8.


reject %00


IRI support This extends the URI parser so it supports full IRI (Internationalized Resource Identifiers, RFC3987). Some areas of it can/may be improved, but here's a start. Note: we assume UTF-8 encoded IRI.


mention the %2F caveat