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