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