Commit Briefs

951cb68f0b Stefan Sperling

bump version number


77e5865ee1 Stefan Sperling

CHANGES for 0.95 (tags/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


6ecb0b8c6b Stefan Sperling

make diff color-highlighting in gotwebd's dark-mode more accessible

A red/green color scheme is bad for people with red/green colorblindness. Use similar colors as used by 'tog diff' to avoid this issue. Patch by Kyle Ackerman ok op@


9e83097f9b Mark Jamsek

plug pathlist leak in 'got status' code path

Patch by Kyle Ackerman.



d0b9836b2f Omar Polo

gotwebd: use breadcumbs in more actions

Breadcumbs are useful not only in the TREE and BLOB action, but also in COMMITS/BRIEFS and BLOB. prodded by stsp@




227f81a406 Omar Polo

remove gotwebd todo entries that are done


e6b69762aa Omar Polo

gotwebd: add actions in the diff view too


7f65bb55b8 Omar Polo

gotwebd: add patch action to serve diffs in plain text

ok tracey@


4ba8b606a0 Omar Polo

gotwebd: make blame view work in text browsers

While here pad line numbers with spaces instead of zeroes to match the blob view.


2faeb3c616 Omar Polo

gotwebd: add actions to the blame view

ok tracey@