Commits


util/got-build-regress.sh: add missing make server-install


change got_packidx_match_id_str_prefix not to reset the stailq Since it appends to the given stailq, the ownership is moved and so don't initialize/reset it at the start and neither on error. The caller has to take care of the contents. (kind of) follow up to 2234939fb4. Based upon an original diff from jamsek; ok jamsek


whitespace


plug object id queue leak when iterating pack index files We need to free the matched object id queue on each pack index iteration--not only when the objects/pack dir modification time has changed--otherwise the ids are leaked when we reinitialise the queue in got_packidx_match_id_str_prefix(). tweaked by + ok op@


plug leak of commit object in 'tog diff' error path tweaked by + ok op@


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


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


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


got-build-regress.sh: ron gotd regress suite too with -G Needs doas to elevate privileges. ok stsp@


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@


fix value alignment of GOT_PACKIDX_SUFFIX


gotwebd: fix (again) the styling for the next/prev buttons


drop unnecessary zeroing after calloc()


gotwebd: add foldable commit briefs with input/ok from jamsek, tracey and Kyle Ackerman, thanks!


remove confusing unused variable from gotwebd Makefile.inc


bump version number


CHANGES for 0.95


plug memleak of the ignore list in 'got status' Found/reported and patch by Kyle Ackerman. ok op@


gotwebd: use 'more' for the tag listing too prodded by stsp and jamsek; ok stsp@


gotwebd: dedup the bulk of the tree listing code


gotwebd: tweak site_owner_wrapper style for dark mode


gotwebd: render less tags in the summary page suggested / ok stsp


plug a memleak in previous; from op@


show tree and README at the bottom of the summary page ok op@


gotwebd: swap the tags and branch listing in the index page discussed / ok stsp@