Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-12 | Fix a problem with cgi-bin's and the GET method. | wiz | 3 | -2/+34 | |
Patch from mrg, due to be included in the next release, but who knows when that will be ;) Bump to 5.14nb1. | |||||
2002-09-09 | Patch the man page at pre-build instead of post-build so the catpage is | jlam | 1 | -2/+2 | |
generated with the fixes. | |||||
2002-09-09 | Directly replace the "/usr/pkg" reference in the man page with "${PREFIX}" | jlam | 3 | -33/+8 | |
in the package Makefile in one step instead of three. | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 3 | -7/+7 | |
have been converted to USE_BUILDLINK2. | |||||
2002-08-23 | update to bozohttpd 5.14. changes include: | mrg | 4 | -63/+19 | |
o allow -X mode to work for "/" o work on systems without MADV_SEQUENTIAL o make a local cut-down copy of "queue.h" (fixes linux & solaris support at the very least) o portability fixes for pre-ipv6 socket api systems (eg, solaris 7) o portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname o better documentation on virtual host support | |||||
2002-08-21 | check that USE_INET6 is defined. | grant | 1 | -2/+2 | |
remove extraneous parenthesis around .if (${FOO} ..) conditions. | |||||
2002-08-05 | pull in a patch from development sources that fixes a bug in directory | mrg | 2 | -1/+53 | |
index generation of the root of the web tree. bump to bozohttpd 5.13nb1. | |||||
2002-08-05 | pull in a patch from development sources that fixes a bug in directory | mrg | 1 | -1/+2 | |
index generation of the root of the web tree. bump to bozohttpd 5.13nb1. | |||||
2002-08-04 | Update to 5.13, provided by the author and maintainer. | wiz | 4 | -723/+7 | |
changes since bozohttpd 5.12: o support .mp3 files (type audio/mpeg) o use stat() to find out if something is a directory, for -X mode changes since bozohttpd 5.11: o constification o fixes & enhancements for directory index mode (-X) | |||||
2002-08-02 | fix compilation with -Werror enabled on netbsd-1.5.3/alpha. | dmcmahill | 2 | -1/+704 | |
patch from Matt Green. | |||||
2002-07-30 | Update to 5.11. | wiz | 2 | -5/+5 | |
Changes since 5.10: o more man page fixes from Thomas Klausner o de-K&R C-ification o fix Date: header for daemon mode o fix core dump when asking for /cgi-bin/ when CGI isn't configured o use a valid Server: header | |||||
2002-07-10 | update to bozohttpd 5.10. changes include: | mrg | 6 | -384/+18 | |
- many man pages and updates - freebsd support - cgi-bin fixes - improved logging - builtin chroot support | |||||
2002-06-26 | + ensure that ${SCRIPT_NAME} contains full path of script (previously | lukem | 4 | -11/+357 | |
the leading "cgi-bin/" was stripped) + convert '-' to '_' in ${HTTP_xxx} environment variable names, and ensure that the names are NUL terminated + lookup addr, host (unless -n) and port for every request, not just cgi requests, and log the host & port in "got request ..." message + fix -n to work as documented; set it to *prevent* addr->name lookups + document -n is useful even without -c + don't deref NULL pointers in printf %s + be consistent about stripping leading `/' from command + clean up how "cgi-bin/" prefix is hardcoded in + fix -Wall compile issues + bump package revision | |||||
2002-04-23 | Remove accidentally commited local hack - don't add -DDEBUG to CFLAGS | zuntum | 1 | -2/+1 | |
2002-04-23 | Merge 2 patches for the same file into one diff | zuntum | 4 | -18/+14 | |
2002-04-23 | When in DEBUG_OBESE, log cgibin's value as well as slashdir's | zuntum | 2 | -1/+14 | |
2002-04-23 | Make debugging work as expected - compare dflag with level properly | zuntum | 2 | -1/+15 | |
2001-12-14 | update to bozohttpd 5.09. changes include... um, i forget. it can now | mrg | 3 | -59/+17 | |
run in a daemon mode at the very least... (ie, no longer inetd or some other daemon starter dependant) | |||||
2001-12-03 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-09-10 | Man page fixes. | wiz | 2 | -6/+52 | |
2001-08-12 | update to bozohttpd 5.08: | mrg | 2 | -5/+5 | |
- -X directory index support (from ad@netbsd.org) - better http/1.1 conformance - ".pa" support for pac files. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-06-10 | upgrade to bozohttpd 5.07: | mrg | 2 | -5/+5 | |
- cgi-bin fixes from chuck@research.att.com - most file types supported by default - allow default file (index.html) and user public directories (~/public_html) to be specified on the command line. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-03 | remove unnecessary whitespace | wiz | 1 | -2/+1 | |
2000-08-31 | in bozohttpd.8, honor PREFIX. also, use "bozohttpd" instead of "httpd" | itojun | 3 | -9/+18 | |
to sync with reality. | |||||
2000-08-27 | upgrade to 5.06. 5.06 integrates IPv6 patch to 5.05. | itojun | 5 | -136/+14 | |
2000-08-23 | Add itojun's patch for IPv6 support | jlam | 6 | -9/+117 | |
2000-08-05 | Proofread manpage a bit. | jlam | 1 | -0/+33 | |
2000-08-05 | Regen. | jlam | 1 | -1/+2 | |
2000-05-24 | upgrade to bozohttpd 5.05: bug fixes. | mrg | 2 | -4/+4 | |
2000-04-27 | err, fix previous. | mrg | 1 | -2/+2 | |
2000-04-27 | update to bozohttpd 5.04. this fixes a couple of bugs, and adds virtual | mrg | 4 | -21/+5 | |
hosting support. and a few more content-types, too.. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1999-06-08 | .png support. | mrg | 1 | -0/+15 | |
1999-05-19 | Initial import of Matthew R. Green's bozohttpd 5.0. | bad | 6 | -0/+38 | |
``Less is more.'' |