Commit Briefs

Omar Polo

fmt


Omar Polo

style(9)-ify


Omar Polo

fix various compilation errors

Include gmid.h as first header in every file, as it then includes config.h (that defines _GNU_SOURCE for instance). Fix also a warning about unsigned vs signed const char pointers in openssl.


Omar Polo

initial punycode support


Omar Polo

s/uri/iri since we accept IRIs


Omar Polo

inline should be before type, gcc says

clang doesn't seem to care.


Omar Polo

switch to Bjoern Hoehrmann UTF-8 decoder

It's correct, while my hacked valid_multibyte_utf8 would allow things that aren't technically UTF8.