Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-18 | fmt | Omar Polo | |
2021-07-07 | style(9)-ify | Omar Polo | |
2021-02-12 | fix various compilation errors | Omar Polo | |
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. | |||
2021-01-27 | initial punycode support | Omar Polo | |
2021-01-11 | s/uri/iri since we accept IRIs | Omar Polo | |
2021-01-10 | inline should be before type, gcc says | Omar Polo | |
clang doesn't seem to care. | |||
2021-01-09 | switch to Bjoern Hoehrmann UTF-8 decoder | Omar Polo | |
It's correct, while my hacked valid_multibyte_utf8 would allow things that aren't technically UTF8. |