Commits


move gw_conf malloc to parse.y and cleanup another one-line set/check fix rash pointer change in last edit


restructure gotweb parse.y to be like the new got parse.y correct a lot of incorrect error handling adjust copyrights


fix from Martin Vahlensieck to return error instead of NULL (thank you) ok tracey stsp


handle all khttp_urlpart errors


remove all asprintf from gw_output_site_link and fix error handling


remove all asprintf from gw_output_repo_heads


reduce asprint usage in gw_output_repo_tree


remove all asprintf from gw_blame_cb


remove all asprintf from gw_output_repo_tags


remove all asprintf from gw_tags


remove all asprintf from gw_briefs


remove all asprintf from gw_commits


remove all asprintf from gw_index


use khtml_printf where possible


use khttp_printf where possible


remove 'Next' link from tags on summary page where no tags exist and commit briefs have set gw_trans->next_id if gw_briefs set gw_trans->next_id in gw_summary, it was being carried over to gw_tags, causing the 'Next' link to be displayed.


initialize all missed kcgi_err enums. pointed out by kurt@


whitespace, remove unneeded jump


add new tags page and ability to navigate all tags


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


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