Commit Briefs

1a0f5bbdea Tracey Emery

whitespace, remove unneeded jump


ff4bb25f1f Tracey Emery

add new tags page and ability to navigate all tags


75f21c89e3 Tracey Emery

reduce gw_index np_wrapper code to one if statement




bb63914a95 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.




97a1943830 Stefan Sperling

got_ref_get_name() cannot fail



c56af3fdae Stefan Sperling

add missing error check in gw_output_blob_buf()


bc8c6114af Tracey Emery

free missed n_header refs


795c5bd703 Tracey Emery

check for correct opendir


e227880da6 Tracey Emery

improve closedir error handling






3b7fdcf48c Tracey Emery

improve gw_blob querystring checking


9f33591a82 Tracey Emery

check required querystring commit exists for gw_tags


56997cd343 Tracey Emery

rename commit to commit_id in gw_trans and fix setting gw_trans->commit_id from gw_index

leave comment explaining this





4e8d6e3e9a Tracey Emery

simplify getting commit header info and open and close in scope

discussed at length with stsp