Commit Briefs
use an absolute URL in redirects generated by gotwebd (portable)
I am going to be using HTTP::Tiny in upcoming regression tests and this HTTP client fails on redirects sent by gotwebd unless the URL is absolute.
portable: release 0.118.1 (tags/0.118.1)
Fix a mistake with the build where certain header files (sha1.h and sha2.h) needed to be included portably.
portable: fix 0.118 build
Remove sha{1,2}.h from source files as these are included portably.
portable: release 0.118 (tags/0.118)
fix gotwebd regress failure introduced with querystring changes
A folder parameter addressing the root directory is expected to be an empty string rather than "/".