Commits


list instead of fixed-size array for vhosts and locations saves some bytes of memory and removes the limit on the maximum number of vhosts and location blocks.


sync changelog


fix mkdirs: create directories recursively


sync changes


mention the `static' target


fix static target


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!


Add missing libevent-dev dependency Merge pull request #2 from kornellapacz/master, thanks!


add missing libevent-dev dependency


gmid v1.6 -- "Stargazers"


typo


update README


typo


fix signal handling so it works on linux too it seems that linux calls the signal handlers even when we're waiting on sigwait for that signal. Work around that.


[seccomp] allow prlimit64 it's needed by getdtablesize, at least on glibc