summaryrefslogtreecommitdiff
path: root/libexec/httpd
AgeCommit message (Expand)Author
2014-06-24PR/48810 use cgi handler for index filesshm
2014-05-17bump version, note .svg support.mrg
2014-05-17enable .svg. as prompted by agc@.mrg
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-02-09- bump man page datemrg
2014-02-09some fixes for virtual hosting support from Rajeev V. Pillai:mrg
2014-02-02display the tempdir for exported files as well.mrg
2014-02-02call gzip directly for distfile export target; it's usually run outsidemrg
2014-02-02add lua-bozo.c.mrg
2014-02-02update for 2014-02-01.mrg
2014-01-30move a variable into the scope of its use, where the assignmentmrg
2014-01-27Pass the -n flag to gzip invocations.apb
2014-01-27Use ${TOOL_GZIP} instead of just gzip in all Makefilesapb
2014-01-02sort the contributor list, and update the defines list to include lua.mrg
2014-01-02update for 20140102.mrg
2014-01-02update version, date and copyright.mrg
2014-01-02- update CHANGES with recent changesmrg
2013-11-19fix bad freembalmer
2013-11-13CID 1107545, 1107546: fix memory leakchristos
2013-11-13CID 1107546: Fix memory leakchristos
2013-10-17fold long line in a readable way; pass nil as query table if reading form dat...mbalmer
2013-10-17better approach to NUL terminate stringsmbalmer
2013-10-17plug a memory leakmbalmer
2013-10-17zero allocated memory buffersmbalmer
2013-10-16Also depend on LIBLUA, and add -lm to allow static linking.he
2013-10-12Sort. More markup.wiz
2013-10-12no need to check free() arguments against NULLmbalmer
2013-10-12it's Lua, not luambalmer
2013-10-12add Lua scripting support to bozohttpd, see httpd(8) for detailsmbalmer
2013-10-12remove trailing whitespacembalmer
2013-09-04allow compile-time overriding of BOZO_WRSZ/MMAPSZ parameterspooka
2013-07-20Use Mt for email addresses.wiz
2013-07-11add a target to export a bozohttpd distfile.mrg
2013-07-11merge parts of the release Makefile back in; unused by the netbsd build.mrg
2013-07-11prepare for netbsd to be mastersrc for bozohttpd.mrg
2013-07-11netbsd.org -> NetBSD.org and use my @NetBSD.org address as well.wiz
2013-07-11copyright maint.mrg
2013-07-11- update CHANGES with recent changesmrg
2013-06-27Check for needed authentication even before redirecting.martin
2013-06-27Fix debug output for redirectsmartin
2013-06-27Fix copy&pasto in debug outputmartin
2013-06-27After handling a request by sending a redirect, do not proceed with the normalmartin
2013-06-27Redo previous (fixing a memory leak introduced), and while there reworkmartin
2013-06-23Do not keep pointers into a readdir result (which will become invalidmartin
2013-03-09fix PR 47629, using a slightly different patch to the one in the PR.mrg
2013-03-02Fix typo, releaases.ryoon
2012-12-04Minor typopgoyette
2012-07-19when generating URIs escape various characters as specified in RFC 3986.mrg
2012-03-14Add BOZO_PRINTFLIKE for functions that pass an argument and va_arg tojoerg
2012-02-29Avoid using computed string as format string, just print it as string.joerg