Commit Briefs

Omar Polo

handle CGI scripts that replies with the maximum header length allowed

the 1024 bytes limits is for the META only, not for the whole response. That means that the maximum size for the header line is 1029!


Omar Polo

dup line


Omar Polo

link to compat/ even in regress

this unlocks the full regress tests on arch, for instance, or every OS where we don't have strl*


Omar Polo

fix ca generation


Omar Polo

don't delete valid.ext



Omar Polo

improve logs management


Omar Polo

add the ``entrypoint'' option


Omar Polo

use starts_with in puny.c


Omar Polo

initial punycode support


Omar Polo

added support for location blocks


Omar Polo

test CGI with big files


Omar Polo

bump the key size a little

on fedora with libretls (running on top of openssl) it won't open the key otherwise.



Omar Polo

use a c program to fill the file

it's several order of magnitude faster than the equivalent shell script