Commit Briefs

Omar Polo

sync changelog



Omar Polo

sync changes


Omar Polo

mention the `static' target


Omar Polo

fix static target


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!


GitHub

Add missing libevent-dev dependency

Merge pull request #2 from kornellapacz/master, thanks!


Korneliusz Łapacz

add missing libevent-dev dependency


Omar Polo

gmid v1.6 -- "Stargazers" (tags/v1.6)


Omar Polo

typo


Omar Polo

update README


Omar Polo

typo


Omar Polo

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.


Omar Polo

[seccomp] allow prlimit64

it's needed by getdtablesize, at least on glibc