Commit Briefs

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



Omar Polo

sync changelog


Omar Polo

kill only $pid during regress testing

before we did `pkill gmid', but that would influence also other instances of gmid!



Omar Polo

move all sandbox-related code to sandbox.c

while there, add capsicum for the logger process