Commits
- Commit:
7175f54d7fa1c85c2c468d7d7b6c7954e2f75a91
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
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.
- Commit:
ab79216acf83603c7000e431fd5b70d3d1ede9df
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
start up gotwebd in the gotsysd regress VM
- Commit:
3cc605d32c5b389167488558ddc54b125b744a73
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
set correct max size for messages sent from sockets process to gotweb process
- Commit:
173ccb4987c839bab3906430cbe9b00b51ec334a
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
fix wrong process names in error messages
- Commit:
0d2ee9269871b948da547ac8af62fe861e9563d9
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
clean up gotwebd requests before freeing sockets; avoids deref of NULL sock
- Commit:
279626383b685b46c73a4ee715eb0ee2b2a880b6
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: set next version
- Commit:
82da5d1a74509dc248454d0966d0a000054f8ac9
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
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.
- Commit:
c596f193220a0bcc95c736afde167a32d121b5f4
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: bump version for -maint release
- Commit:
e80e87cf3b6deac00efefe34232226160ca3df30
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: fix 0.118 build
Remove sha{1,2}.h from source files as these are included portably.
- Commit:
f45b7df8e983be3f6d63659a5dce4ac6a5fde7e8
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: correct typo in CHANGELOG (0.118)
- Commit:
75db2e32f3530762b4407afe130616f35994f0a1
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: set next version
- Commit:
19bdcbd82cb27bb45cee2e3d77b56be06ee4a874
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: release 0.118
- Commit:
0d2a62a2872f31ca5334b906c6ff7992fff87a95
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
bump version number
- Commit:
2afec09d5921f4c644ad182986fb2322387f9ca2
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
CHANGES for 0.118
- Commit:
195d499a7798e044d2033e7ef74a7446714b2f4d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
fix gotwebd regress failure introduced with querystring changes
A folder parameter addressing the root directory is expected to be
an empty string rather than "/".
- Commit:
9822808d41d777c56c4d846cd5c6dead306bcc4e
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: libutils: sync imsg
- Commit:
25b639dfa175a8a6684ae2c8666a270fe682523a
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
block gotwebd requests with paths that point outside the repository directory
ok op@
- Commit:
75be285f4927f1f4a848adddfc4e222964c6d3cb
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
remove unused resp_event variable from gotwebd struct request
- Commit:
8108c9c2404c904b66452df97d5d6e7efaa2e4c5
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
remove now unused 'gotweb_cur' variable from gotwebd
- Commit:
467f6d01d80e89dfeec22afe14257a0fa56c60c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
rename GOTWEBD_PROC_SERVER back to GOTWEBD_PROC_SOCKETS
- Commit:
b4fd5cf63b73fc04038dd5507597aa5f6312570d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
fix process ID passed in gotwebd fcgi send_parsed_params() and abort_request()
- Commit:
07226cf792be7df8fc8060ee426e20670bcb366e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
remove the now unused "server_cnt" gotwebd variable
- Commit:
7f722d7ca7646a910da609fd4240e6b666c564dc
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
move reyk's urldecode() copyright along
- Commit:
30696740d2a931bc3ef7ffb46e86ce9ffd6419c9
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
httpd will always expect an FCGI end record from us, so send it always
- Commit:
a45b8b1f203390cf8f7fffbc9096d945a074b0fa
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
clamp qs->index_page to the correct range, we want a positive int