Commits


simplify error return from pledge failure in gw_summary


allow callers of gw_get_repo_age to tell which error occured, if any


don't use stdbool.h


call strdup("") instead of asprintf(&var, "")


remove superfluous braces around asprintf calls


just return 0 instead of EXIT_SUCCESS


prevent a NULL deref in gw_get_commits()


ensure that the result of gw_init_header() is always freed


plug memory leaks on error in gw_tag()


plug memory leaks on error in gw_tree()


plug memory leaks on error in gw_briefs()


plug memory leaks on error in gw_commits()


don't display author email on summary or commit briefs, introduced with gw_tag updates


add tag link for each tag on summary page for repos display tag commit info from link close leak in gw_tree


remove got_www_path which is not actually used


get rid of a goto in gotweb that jumped upwards rather than down


remove unnecessary NULL checks; if header is NULL we don't get here


ensure that gotweb's reference list heads are always initialized


plug memory leaks in error cases of gw_diff()


ensure that header->refs is always initialized


plug memory leaks in error cases of gw_blame()


make gotweb check for kcgi errors where feasible


display 'No repositories found in $got_repos_path" if gotweb finds no repos


increase colorize buffer and don't crash on NULL strncmp/strlen


show diff if we're diffing to a root commit