Commit Briefs

c9d2b26381 Stefan Sperling

make gotweb compile with the new diff implementation






bb5b19e3e7 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.


43d8c06e24 Stefan Sperling

link just gotweb with kcgi, not the libexec helpers




03b6a91645 Stefan Sperling

have 'make obj' recurse into gotweb; ok tracey


c08369d7b2 Tracey Emery

remove log counting, add to TODO


add40c4fa5 Tracey Emery

remove examples file


54415d85f1 Tracey Emery

kn@ and stsp@ suggested changes


0f97c5adc1 Tracey Emery

gotweb.conf


ec46ccd7d7 Tracey Emery

save blame work


2c251c14c8 Tracey Emery

Initial gotweb branch import