Commit Briefs



Stefan Sperling

Xr httpd manual pages


Stefan Sperling

add missing whitespace; spotted by tracey


Omar Polo

use Xo/Xc in the man pages

Patch by Josiah Frentsos; ok kn@



Stefan Sperling

gotwebd.conf should Xr gotwebd, not gotweb


Stefan Sperling

initial pass over gotwebd docs

tracey is fine with gotwebd.8 but gotweb.conf.5 still needs some work


Stefan Sperling

allow multiple "listen on" statements per server in gotwebd.conf

ok tracey


Stefan Sperling

change gotwebd.conf fcgi socket syntax to "listen on 'foo' port 'bar'"

ok op@


Omar Polo

gotwebd: fix NULL deref on ENOMEM in gotweb_process_request

ok tracey@


Omar Polo

gotwebd: fix memory leak introduced in d927f8c

ok tracey@


Josh Rickmar

don't create signed tag objects with trailing NUL

Although Git itself did not care, the superfluous NUL at the end of the tag object was breaking GitHub's SSH signature detection. ok stsp@


Omar Polo

gotwebd: add CSP policy

ok tracey@


Omar Polo

gotwebd: fix for possible NULL beign passed to fcgi_printf

reported by and ok tracey@