Commits


tog: group state assignments and zap dup repo assignment ok tb@


tog: s/unlock/lock error message typo and reflow lines ok tb@


set a couple missed error objects on fprintf(3) failure ok tb@


tog: check show_log_view() calls for failure; ok tb@


whitespace


whitespace


gotwebd: plug a memory leak which would trigger via pagination of commits ok op@


replace bcopy() with memmove() for standards compliance


fix failure of gotwebd action_patch test on single-digit days of the month


fix whitespace


ensure that config privsep children are collected in error cases The lack of waitpid calls for these children in error cases might be why I saw quite a few got-read-gotconfig zombie processes created by gotwebd on my repository mirror. ok jamsek


fix pointer indirection level ok tb@


portable: set next version


portable: release 0.106


indentation fix


teach got-build-regress.sh about the gotwebd regression test suite


follow-up to previous commit: fix make target dependency order instead


check for root privs in the main regress target Otherwise we would build some things and then get stuck in su(1).


make gotwebd regress suite compatible with 'make obj'


ensure that gotwebd regress build artifacts get removed by 'make clean'


gotwebd: commits action regress test case


gotwebd: rename action_index test to action_summary


gotwebd: rename action_commit test to action_diff


gotwebd: basic patch action regress test case


remove duplicate variable assignment in gotwebd regress Makefile