| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-09 | - bump man page date | mrg | |
| - strip :80 off virtual host names as they're the default | |||
| 2014-02-09 | some fixes for virtual hosting support from Rajeev V. Pillai: | mrg | |
| - memory leaks in virtual host plugged - ensure hr_host is only the host/port part when the request contains the hostname in the URI not Host: header. also update the references to the old http/1.1 draft rev 06 to RFC 2616 (fortunately, most sections hadn't moved.) | |||
| 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 | |
| of the normal build. | |||
| 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 | |
| has already validated the pointers used. fixes a bug reported in private email from dogcow@. | |||
| 2014-01-27 | Pass the -n flag to gzip invocations. | apb | |
| This prevents it from embedding a timestamp in the output. We pass "-n" unconditionally, not conditional on MKREPRO, because many other invocations of gzip already passed the -n flag unconditionally. | |||
| 2014-01-27 | Use ${TOOL_GZIP} instead of just gzip in all Makefiles | apb | |
| outside */dist/* subdirectories. When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ}, so there's no need to test USE_PIGZGZIP in these Makefiles. | |||
| 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 | |
| - update version to 20140102 - update copyrights - use getcwd() over getwd() - fix lean build (don't include lua) | |||
| 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 ↵ | mbalmer | |
| data fails | |||
| 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 | |
| - export esacpe_html() and use it in directory indexing - update manual to include recent contributors | |||
| 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 | |
| request handling (which would typically add error output after the end of the redirect message). | |||
| 2013-06-27 | Redo previous (fixing a memory leak introduced), and while there rework | martin | |
| virtual server support - in daemonized mode mixed virtual and "main" server usage would alter the virtual hostname depending on order of requests. To fix, move the effective virtual hostname into the request structure and leave the httpd server description static. | |||
| 2013-06-23 | Do not keep pointers into a readdir result (which will become invalid | martin | |
| when closing the directory) - strdup() it instead. Fixes the "bogus redirects" part of PR bin/47925 (atf test case forthcoming) | |||
| 2013-03-09 | fix PR 47629, using a slightly different patch to the one in the PR. | mrg | |
| this modifies escape_rfc3986() to escape '%' itself, and to properly track the buffer size and nul out the final byte, not some random byte that may actually be unmapped. | |||
| 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 | |
| this makes, among other things, files/dirs with "?" work with dir indexing. | |||
| 2012-03-14 | Add BOZO_PRINTFLIKE for functions that pass an argument and va_arg to | joerg | |
| a vprintf-like function. | |||
| 2012-02-29 | Avoid using computed string as format string, just print it as string. | joerg | |
| 2012-02-20 | Bump date for previous. Use more markup. | wiz | |
| 2012-02-20 | Check in very basic compressed file support. httpd will now serve | elric | |
| a precompressed .gz file if it exists, the client claims to support gzip and the request is not ranged. | |||
| 2012-02-20 | Use a ``certificate chain file'' rather than a ``certificate file'' so | elric | |
| that bozohttpd can be used with non-toplevel certs. | |||
| 2011-11-18 | merge bozohttpd 20111118 | mrg | |
