Commit Briefs

Omar Polo

allow to run only a subset of the runtime tests

with make TESTS='test_1 test_2 ...' regress now it's possible to run only that specified subset of tests. It's really useful during debugging :)


Omar Polo

rework the regression suite

The tests are still there, the suite is equivalent to the old one, but this one is better structured. The biggest annoyance I had with the old one was that it wasn't straightforward to test only a specific set of tests. It's still impossible, but it's way easier to do it now. This extract all the tests to their own functions. It's overall better in all possible regards.


Omar Polo

update clean target


Omar Polo

use certs from regress/



Omar Polo

use -subj /CN=name when generating the keys for the tests

`printf | openssl` is ugly :/


Omar Polo

add some simple test for fastcgi

and while there reorder the targets in the Makefile a bit


Omar Polo

move gg to regress


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