Commit Briefs

Thomas Adam

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@


Thomas Adam

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

tweaked by + ok op@





Thomas Adam

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

Needs doas to elevate privileges. ok stsp@


Thomas Adam

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@





Thomas Adam

portable: set next version


Thomas Adam

portable: release 0.95 (tags/0.95)


Thomas Adam

gotwebd: add foldable commit briefs

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



Thomas Adam

bump version number


Thomas Adam

CHANGES for 0.95


Thomas Adam

plug memleak of the ignore list in 'got status'

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


Thomas Adam

gotwebd: use 'more' for the tag listing too

prodded by stsp and jamsek; ok stsp@




Thomas Adam

gotwebd: render less tags in the summary page

suggested / ok stsp


Thomas Adam

plug a memleak in previous; from op@


Thomas Adam

show tree and README at the bottom of the summary page

ok op@


Thomas Adam

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

discussed / ok stsp@


Thomas Adam

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@