Commit Briefs


Omar Polo

[gemini] tweak the contrib page

I find it more readable with some empty lines here and there


Omar Polo

improve the service file usage instructions

Thanks Martin for providing these information :)



Omar Polo

import the capsule/website


Omar Polo

add .cirrus.yml

Add a cirrus CI config file that runs the regression suite on linux amd64/aarch64 and on freebsd.


Omar Polo

re-add sha script; it's used in the Makefile

While there, use it in the tests too


Omar Polo

sync changelog



Omar Polo

copy only `len' bytes, not the whole buffer

We ended up copying too much data from the fastcgi process.


Omar Polo

allow running only specific tests

It's now possible to run only a subset of the tests with: ./runtime test1 test2 ...


Omar Polo

sync


Omar Polo

remove unused script


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