Commit Briefs

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



Omar Polo

const-ify var + missing argument



Omar Polo

puny_decode: set an error string


Omar Polo

typo


Omar Polo

include string.h

openbsd and freebsd yacc include string.h in the generated sources, bison (tested on alpine at least) don't