Commit Briefs

Omar Polo

ensure iri.host isn't NULL


Omar Polo

sync


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

typo


Omar Polo

remove unused target

"test" was replaced by "regress" a while ago


Omar Polo

sync date (tags/v1.5)


Omar Polo

sync


Omar Polo

typo


Omar Polo

invert the location precedence: first match wins

It's how httpd(8) does it, and it allows us to call fnmatch less time


Omar Polo

readme updates


Omar Polo

manpage improvements


Omar Polo

more IRI tests

ensure non-encoded and pct-encoded hostnames are parsed correctly


Omar Polo

fix puny-test build


Omar Polo

sync