Commit Briefs


Thomas Adam

mark check_refcount as static

needed because of -Wmissig-prototypes; ok stsp@





Thomas Adam

gotwebd: use SCRIPT_NAME to derive URLs

This makes gotwebd use SCRIPT_NAME instead of the DOCUMENT_ROOT fastcgi param to generate the links to the assets and changes some links so every page is consistently linked with a relative URL. It allows to drop the `root "/"' in the location for fastcgi and, as a bonus, also makes possible to run gotwebd on non "/" paths. ok stsp@


Thomas Adam

gotwebd: garbage collect %token FCGI_SOCKET

ok stsp@



Thomas Adam

got: fix typo in argc check when diffing two blobs

We already have two arguments when diffing two blobs, so check for more than two like we do when diffing two objects to check for invalid path args. Includes new regress test by op for diffing two blobs. ok stsp@ and ok plus regress test from op@


Thomas Adam

tog: fix typo in diff nlines > 0 check

We want to check if *nlines is greater than zero here. ok op@ and stsp@




Thomas Adam

Xr httpd manual pages



Thomas Adam

use Xo/Xc in the man pages

Patch by Josiah Frentsos; ok kn@




Thomas Adam

initial pass over gotwebd docs

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


Thomas Adam

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

ok tracey



Thomas Adam

gotwebd: fix NULL deref on ENOMEM in gotweb_process_request

ok tracey@


Thomas Adam

gotwebd: fix memory leak introduced in d927f8c

ok tracey@


Thomas Adam

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@


Thomas Adam

portable: sockets: handle sa_len/ss_len portably

In the sockaddr_storage struct, there can be a ss_len field. This is seen on some BSDs, but not Linux. Since this isn't POSIX-specific, there's no guarantee it will be available on all systems.


Thomas Adam

gotwebd: add CSP policy

ok tracey@