Commit Briefs

Omar Polo

punycode: refactoring

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.


Omar Polo

delete unused constant


Omar Polo

remove unused function




Omar Polo

use starts_with in puny.c


Omar Polo

trim_req_iri: set error string


Omar Polo

drop the daemon config in favour of the -f flag

Now it daemonize by default when running with a config, unless the -f flag is given.



Omar Polo

initial punycode support



Omar Polo

chroot & drop privileges


Omar Polo

added support for location blocks


Omar Polo

added support for location blocks


Omar Polo

void-ify some functions

their return value is no longer used, it's only confusing at this point.