Commit Briefs

d3f8b1f9b4 Thomas Adam

tog: remove gcc ternary if extension

ok stsp@


85debd54dc Thomas Adam

add a gotwebd todo item


9ee610b2f7 Thomas Adam

remove gotwebd TODO items that are done


209237582e Thomas Adam

gotwebd: drop the x bit from assets in-tree and also when installing

ok stsp@


3870c09167 Thomas Adam

wrap overlong line in diff.sh


ce97161807 Thomas Adam

fix NULL deref in the object cache debug code; ok stsp@

it's not in code compiled by default as it's under GOT_OBJ_CACHE_DEBUG.


6e596ed0f3 Thomas Adam

fix dup(2) error checking in got_gotweb_openfile()



2f26d3340d Thomas Adam

get rid of (null) on the index page. ok stsp



30b23f5464 Thomas Adam

mark check_refcount as static

needed because of -Wmissig-prototypes; ok stsp@




b6b86fd1b9 Thomas Adam

remove trailing whitespace; patch by Josiah Frentsos


3f0158b49d Thomas Adam

gotwebd: use SCRIPT_NAME to derive URLs

This makes gotwebd use SCRIPT_NAME instead of the DOCUMENT_ROOT fastcgi param to generate the links to the assets and changes some links so every page is consistently linked with a relative URL. It allows to drop the `root "/"' in the location for fastcgi and, as a bonus, also makes possible to run gotwebd on non "/" paths. ok stsp@


b73ef4cf98 Thomas Adam

gotwebd: garbage collect %token FCGI_SOCKET

ok stsp@


e43172795b Thomas Adam

remove fcgi_socket keyword from gotwebd.conf; "listen on" now implies it

ok op@


4ad4d490cb Thomas Adam

got: fix typo in argc check when diffing two blobs

We already have two arguments when diffing two blobs, so check for more than two like we do when diffing two objects to check for invalid path args. Includes new regress test by op for diffing two blobs. ok stsp@ and ok plus regress test from op@


3387ec827e Thomas Adam

tog: fix typo in diff nlines > 0 check

We want to check if *nlines is greater than zero here. ok op@ and stsp@




0176d7a53a Thomas Adam

Xr httpd manual pages


a568bf724c Thomas Adam

add missing whitespace; spotted by tracey


56c96effe1 Thomas Adam

use Xo/Xc in the man pages

Patch by Josiah Frentsos; ok kn@