Commits


gotwebd: add patch action to serve diffs in plain text ok tracey@


gotwebd: make blame view work in text browsers While here pad line numbers with spaces instead of zeroes to match the blob view.


gotwebd: add actions to the blame view ok tracey@


gotwebd: add links for actions in the blob page positive feedback from Kyle Ackerman ok/tweak tracey@


refactor gotweb_load_got_path; no functional change ok tracey@


gotwebd: add a dark mode Diff from Kyle Ackerman. tracey@ and I likes it.


gotwebd: introduce .page_header_wrapper to avoid style repetitions while here clean up some *_header id not used / not needed.


gotwebd: adjust blob line number for text browsers


gotwebd: tweak .tree_wrapper styling; no functional change there's no need to override the background-color for the 'even' row. This will simplify the addition of a dark mode.


gotwebd: add breadcums to navigate the tree/blob views ok tracey@


portable: set next version


portable: release 0.94


portable: update dist configuration When running 'make dist', ensure we automatically pass through the relevant configure options so that the relevant files are included.


bump version number


CHANGES for 0.94


sync dist file list


adjust expected output to make 2 failing gotd regression tests pass The repo_write process still announces HEAD twice, once with its symref target and once with the resolved symref object hash. I cannot recall if this is deliberate but let's accept it for now to avoid test failures being flagged due to this issue, which is mostly cosmetic.


detect concurrent changes to the set of pack files while matching object IDs This should prevent a use-after-free crash I observed in gotwebd. ok op@


portable: template: use got_compat.h


portable: add got_compat.h where necessary Where new files have appeared, etc., in -portable, "got_compat.h" needs to be added.


portable: update imsg from OpenBSD libutil Sync latest changes of imsg from OpenBSD, as some of its newer fd handling is required.


don't ignore err in got_privsep_recv_painted_commits


gotwebd: fix broken signal catching due to a pasto While here, remove completely the libevent handling of SIGPIPE in favour of the already existing signal(3) call to ignore it; there's no point in logging a SIGPIPE.


fix memory leak on error in got_privsep_recv_painted_commits() Diff from Kyle Ackerman, thank you! I've added a imsg_free() call before the break too.


remove 'bind interface removal' TODO item