summaryrefslogtreecommitdiff
path: root/libexec/httpd
AgeCommit message (Expand)Author
2014-12-13add .ts and .vob suffixes.mrg
2014-11-21Fixed memory leak in case of multiple authentication headers sent by theshm
2014-11-21Fixed off-by-one in virtualhost processing. Previous code was checking ifshm
2014-10-10don't truncate file sizes to 32 bits for directory indexes.mrg
2014-08-15NUL terminate a string.mbalmer
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2014-07-17call this 20140717.mrg
2014-07-17rewrite much of the SSL code:mrg
2014-07-17link against main.c and ssl-bozo.c (which provides the IO backend.)mrg
2014-07-17use const and remove unnecessary braces.mrg
2014-07-16make a minor output change match again.mrg
2014-07-16make -t chroot option available always again.mrg
2014-07-08call this bozohttpd 20140708, and add/fix a couple of CHANGES entries.mrg
2014-07-08avoid truncating a directory path when using snprintf(), but insteadmrg
2014-07-08make export-distfile target slightly more stable.mrg
2014-07-02Handle ENAMETOOLONG to return 404 error instead of 500.shm
2014-07-01* bozo_clean_request free(3) clean up (removed needless checks)shm
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