Commit Briefs

9fe0899b90 Mark Jamsek

plug leak of commit object in 'tog diff' error path

tweaked by + ok op@


80f4db877f Mark Jamsek

tog: plug object id leak in diff view; ok op@


6d6b14e986 Mark Jamsek

tog: plug commit object leak in 'tog tree'; ok op@


9093afe0fa Mark Jamsek

tog: plug colors memleak in log view; ok op@


125fc911a4 Omar Polo

got-build-regress.sh: ron gotd regress suite too with -G

Needs doas to elevate privileges. ok stsp@


0c6bdfca5b Omar Polo

gotwebd: use nitems() instead of ACTIONS__MAX

I feel safer by using the explicit size of the table rather than an hypothetical maximum value given by the enum. Mostly because in the past I edited a table and forgot to remove the corresponding enum value. ok stsp@


dc1262366a Omar Polo

fix value alignment of GOT_PACKIDX_SUFFIX



6a1434e3aa Omar Polo

drop unnecessary zeroing after calloc()


976ccb693d Omar Polo

gotwebd: add foldable commit briefs

with input/ok from jamsek, tracey and Kyle Ackerman, thanks!


8c4bc8dfd8 Stefan Sperling

remove confusing unused variable from gotwebd Makefile.inc


951cb68f0b Stefan Sperling

bump version number


77e5865ee1 Stefan Sperling

CHANGES for 0.95


8fd0d1965f Mark Jamsek

plug memleak of the ignore list in 'got status'

Found/reported and patch by Kyle Ackerman. ok op@


723721e290 Omar Polo

gotwebd: use 'more' for the tag listing too

prodded by stsp and jamsek; ok stsp@


8957da7c28 Omar Polo

gotwebd: dedup the bulk of the tree listing code



4921c182c9 Omar Polo

gotwebd: render less tags in the summary page

suggested / ok stsp


71e574645c Stefan Sperling

plug a memleak in previous; from op@


1be82a4454 Stefan Sperling

show tree and README at the bottom of the summary page

ok op@


89f6914cfb Omar Polo

gotwebd: swap the tags and branch listing in the index page

discussed / ok stsp@


6059446796 Stefan Sperling

repair the "chroot" option in /etc/gotwebd.conf

This option was being ignored since the proc.c refactoring. Problem noticed by mlarkin@ ok op@ mlarkin@


ac15152e21 Omar Polo

gotwebd: render READMEs in the tree view

ok tracey@


ac67fee49c Omar Polo

template: provide tp_write_htmlescape()

it's like tp_htmlescape() but takes a size instead of a NUL-terminated string. Part of a larger diff that's ok tracey@


af8b29d8cf Omar Polo

gotwebd: tweak hr styling in the dark mode

Kyle Ackerman agrees