Commits


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


don't ignore punycode errors when decoding SNI-provided servname


const-ify var + missing argument


accept a wider range of UNICODE codepoints while parsing hostnames


puny_decode: set an error string


typo


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