Commit Briefs

Tracey Emery

move gw_conf malloc to parse.y and cleanup another one-line set/check

fix rash pointer change in last edit


Tracey Emery

restructure gotweb parse.y to be like the new got parse.y

correct a lot of incorrect error handling adjust copyrights


Tracey Emery

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

ok tracey stsp


Tracey Emery

handle all khttp_urlpart errors





Tracey Emery

remove all asprintf from gw_blame_cb



Tracey Emery

remove all asprintf from gw_tags


Tracey Emery

remove all asprintf from gw_briefs


Tracey Emery

remove all asprintf from gw_commits


Tracey Emery

remove all asprintf from gw_index


Tracey Emery

use khtml_printf where possible


Tracey Emery

use khttp_printf where possible


Tracey Emery

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.



Tracey Emery

whitespace, remove unneeded jump






Stefan Sperling

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.