Commits


backout changes in a942aa37d2d222c183405af276d7bd07f9657398 and expand strdup error checking


remove unnecessary etc directory from dist file list; noticed by tracey


no need to deep-copy repo_file param from querystring; add some XXX comments


add another XXX comment; I'm not quite sure what to do about this just yet


no need to deep-copy the repository name from the request; just point to it


put braces around multi-line if (...)


no need to copy gotweb's action name; just look it up in static memory


reduce indentation level of code in gw_parse_querystring; no functional change


sync distfile list


traverse into gotweb during 'make release'


add XXX comment to code that seems... off...


list all branch heads on gotweb summary page, not just the first one


consistent error return from gw_init_gw_dir()


break out of loop on error, instead of returning, in gw_index()


remove unused second parameter from gw_apply_unveil()


gotweb TODO changes


fix missed viewport name attribute


order, consistency, minor jump cleanup


improve strdup error handling


remove no longer needed buf.h header


simplify asprintf error return


simply error handling in gw_index


remove gw_index from gotweb_ui.h and eliminated gotweb_ui.h


extend 'backout' tests; covers segfault found by semarie@ (fixed in 3c24af98)


remove my migration comments guides