Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-11 | remove not so useful starts_with() | Omar Polo | |
replace its only usage with strncmp(). it's likely faster too. | |||
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-02-08 | define conf in the test program, not in puny.c | Omar Polo | |
2021-02-07 | improve logs management | Omar Polo | |
2021-01-29 | const-ify var + missing argument | Omar Polo | |
2021-01-29 | puny_decode: set an error string | Omar Polo | |
2021-01-28 | fix build | Omar Polo | |
2021-01-28 | punycode: refactoring | Omar 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-27 | compiler warnings | Omar Polo | |
2021-01-27 | use starts_with in puny.c | Omar Polo | |
2021-01-27 | const-ify puny_decode (and add puny.c) | Omar Polo | |