Commit Briefs

Stefan Sperling

ensure that we always install static binaries to gotweb's chroot

Compile static libexec binaries for gotweb, keeping them separate from the main build. Use the same source files but a separate set of Makefiles. Previously, 'make web-install' installed whichever libexec binaries had already been built, and if those happened to be dynamically linked they failed to run inside the chroot which resulted in "privsep peer process closed pipe" being rendered on the index page.




Tracey Emery

remove examples file


Tracey Emery

kn@ and stsp@ suggested changes


Tracey Emery

blame css


Tracey Emery

save blame work


Tracey Emery

create full logs page



Tracey Emery

pledge early. apply_unveil before repo functions.

no more functions in the template area other than simple html items


Tracey Emery

convert for different time formats


Tracey Emery

Initial gotweb branch import



Stefan Sperling

compile static binaries in PROFILE build


Stefan Sperling

define BINDIR using PREFIX instead of HOME