Commits


changes for 0.27


sync distfile list


ensure that gotweb's libexec helpers inherit build flags set in parent dirs


allow 'got ref' to manipulate refs which do not have a slash in their name


unify formatting of common code in tog log, blame, and tree


prevent possible double-free introduced in previous commit


add an optional path argument to 'tog tree'


use a common helper function to get the path from argv in tog log and blame


initialize all missed kcgi_err enums. pointed out by kurt@


whitespace, remove unneeded jump


add new tags page and ability to navigate all tags


fix misplaced tog search prompt in split-screen views


reduce gw_index np_wrapper code to one if statement


work if someone sets got_max_commits_display to 1, and check prev_id


add navigation to gw_briefs and gw_commits, fix logic error in original limit checking


bump version number


changes for 0.26


fix gotweb build on sparc64; the old linker wants to see -lz after -lkcgi


make gotweb's install target respect DESTDIR for the devel/got port


make tmp dir location a compile-time setting and change gotweb's tmp dir We are not sure whether a gotweb package can own /var/www/tmp on OpenBSD. Moving gotweb's tmp dir to /var/www/got/tmp sidesteps that issue.


remove needless file and folder parameters from blame's commit diff links


improve error message when query contains an invalid repo name


got_ref_get_name() cannot fail


don't use got_error_from_errno() in situations where errno was not set


add missing error check in gw_output_blob_buf()