Commits


use an absolute URL in redirects generated by gotwebd 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.


start up gotwebd in the gotsysd regress VM


set correct max size for messages sent from sockets process to gotweb process


fix wrong process names in error messages


clean up gotwebd requests before freeing sockets; avoids deref of NULL sock


portable: set next version


portable: release 0.118.1 Fix a mistake with the build where certain header files (sha1.h and sha2.h) needed to be included portably.


portable: bump version for -maint release


portable: fix 0.118 build Remove sha{1,2}.h from source files as these are included portably.


portable: correct typo in CHANGELOG (0.118)


portable: set next version


portable: release 0.118


bump version number


CHANGES for 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 "/".


portable: libutils: sync imsg


block gotwebd requests with paths that point outside the repository directory ok op@


remove unused resp_event variable from gotwebd struct request


remove now unused 'gotweb_cur' variable from gotwebd


rename GOTWEBD_PROC_SERVER back to GOTWEBD_PROC_SOCKETS


fix process ID passed in gotwebd fcgi send_parsed_params() and abort_request()


remove the now unused "server_cnt" gotwebd variable


move reyk's urldecode() copyright along


httpd will always expect an FCGI end record from us, so send it always


clamp qs->index_page to the correct range, we want a positive int