Commits


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


html escape diff output


whoops, fix reversed diffs


clean up gw_get_diff function


complete gotweb refactor


move pledge to gw functions to more tightly control promises


remove log counting, add to TODO


remove examples file


move match_logmsg to gw_match_logmsg


move to got_repo_cmp_tags


move to got_repo_resolve_commit_arg


clean up. add gw_ to missed func


mv func to lib


kn@ and stsp@ suggested changes


html escape characters in blame lines


blame css