| Age | Commit message (Expand) | Author |
| 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 |
| 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 |
| 2012-02-20 | Use a ``certificate chain file'' rather than a ``certificate file'' so | elric |
| 2011-11-18 | merge bozohttpd 20111118 | mrg |
| 2011-11-17 | Bump date for previous. | wiz |
| 2011-11-17 | allow the -I option to be useful in non-daemon mode, by letting it force | mrg |
| 2011-08-27 | Don't check for __attribute__ being defined, it won't. Check for GCC 3.x | joerg |
| 2011-08-21 | Fix typo. | hannken |
| 2011-08-21 | use const char [] for format. | christos |
| 2011-08-14 | XXX: gcc avoid non-literal strings | christos |
| 2011-04-24 | List myself as a contributor. | jmmv |
| 2011-04-24 | Remove the "This option..." sentence prefix for all option definitions. | jmmv |
| 2011-04-02 | fix typo, bump date | mbalmer |
| 2011-03-31 | add .mp4 as video/mp4. | mrg |
| 2011-03-29 | Add pid file support: if the new -P option is provided, it specifies the | jmmv |
| 2011-03-10 | A filename with a colon in it made it appear to be the URI scheme | reed |
| 2011-03-10 | Fix typo. | reed |
| 2011-02-06 | Call daemon() later to make sure there is a listening socket by | pooka |
| 2011-01-12 | Make sure bozo_auth_check_401() isn't called with a NULL "request". | pooka |
| 2010-12-14 | When invoking a content handler specified via -C, set the REDIRECT_STATUS | tls |
| 2010-09-21 | Fix typo. | wiz |
| 2010-09-20 | merge bozohttpd 20100920 | mrg |
| 2010-09-20 | initial import of bozohttpd 20100920. the only change missing in here is: | mrg |
| 2010-09-20 | fix an error in the previous. | mrg |
| 2010-09-20 | fix a serious error in virtual hosting support, noticed by seanb@netbsd, | mrg |
| 2010-09-09 | fix another compile error if NO_DAEMON_MODE is defined. also from rudolf. | mrg |
| 2010-09-08 | fix a compile error if NO_DIRINDEX_SUPPORT is defined. from rudolf. | mrg |
| 2010-08-16 | ...and free() memory malloc()ed by scandir so we don't leak. | dogcow |
| 2010-08-16 | readdir -> scandir and requisite changes, so that bozohttpd now sorts | dogcow |
| 2010-07-11 | avoid an unused variable warning(error) for MKCRYPTO=no builds. | mrg |