Commit Briefs


Christian Weisgerber

indentation fixes


Tracey Emery

restore code removed in b5f0780096f443734de8fc503ca92bf737e2a7b2 and complete code so sub directories work in gotweb

This was pointed out by uwerler in IRC. ok stsp



Stefan Sperling

repair gotweb build; broken since 48cae60d


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