aboutsummaryrefslogtreecommitdiff
path: root/puny.c
AgeCommit message (Collapse)Author
2023-08-11remove not so useful starts_with()Omar Polo
replace its only usage with strncmp(). it's likely faster too.
2021-02-12fix various compilation errorsOmar 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-02-08define conf in the test program, not in puny.cOmar Polo
2021-02-07improve logs managementOmar Polo
2021-01-29const-ify var + missing argumentOmar Polo
2021-01-29puny_decode: set an error stringOmar Polo
2021-01-28fix buildOmar Polo
2021-01-28punycode: refactoringOmar Polo
use the correct term "label" instead of "component" when speaking about the parts of a hostname. Also, fix the sizes for max hostname and label.
2021-01-27compiler warningsOmar Polo
2021-01-27use starts_with in puny.cOmar Polo
2021-01-27const-ify puny_decode (and add puny.c)Omar Polo