Commit Briefs

Omar Polo

reorganize: move bunch of functions to server.c

cgi.c wasn't really needed; it better to group all the server related functions together, cgi or not. Now gmid.c contains only startup and utility code.


Omar Polo

mention libretls


Omar Polo

[seccomp] allow also poll

on the latest fedora we glibc uses poll. On the other linux distro I tried (void), musl is probably providing poll as a ppoll wrapper.



Omar Polo

re-enable daemon mode

with the split into two process, the call to daemon was lost


Omar Polo

fix runtime test on linux


Omar Polo

add runtime tests for the server


Omar Polo

grammar


Omar Polo

sync changes


Omar Polo

update readme



Omar Polo

initial seccomp support


Omar Polo

missing break


Omar Polo

switch to getcwd


Omar Polo

wording