Commits


fix computed offset Oh my, this is such a stupid mistake. It went undiscovered only because I always used CGI scripts on the first vhost (and hence the offset would be 0) and never on the others.


ensure iri.host isn't NULL


sync


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.


typo


remove unused target "test" was replaced by "regress" a while ago


sync date


sync


typo


invert the location precedence: first match wins It's how httpd(8) does it, and it allows us to call fnmatch less time


readme updates


manpage improvements


more IRI tests ensure non-encoded and pct-encoded hostnames are parsed correctly


fix puny-test build


sync