2002-08-05 01:20:00 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 5.13, provided by the author and maintainer.
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 04:05:46 by Dan McMahill | Files touched by this commit (2) |
Log message:
fix compilation with -Werror enabled on netbsd-1.5.3/alpha.
patch from Matt Green.
|
2002-07-30 15:40:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 5.11.
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 12:48:05 by matthew green | Files touched by this commit (6) | |
Log message:
update to bozohttpd 5.10. changes include:
- many man pages and updates
- freebsd support
- cgi-bin fixes
- improved logging
- builtin chroot support
|
2002-06-26 12:53:34 by Luke Mewburn | Files touched by this commit (4) |
Log message:
+ ensure that ${SCRIPT_NAME} contains full path of script (previously
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 13:25:12 by Tomasz Luchowski | Files touched by this commit (1) |
Log message:
Remove accidentally commited local hack - don't add -DDEBUG to CFLAGS
|
2002-04-23 13:24:01 by Tomasz Luchowski | Files touched by this commit (5) |
Log message:
Merge 2 patches for the same file into one diff
|
2002-04-23 13:13:53 by Tomasz Luchowski | Files touched by this commit (2) |
Log message:
When in DEBUG_OBESE, log cgibin's value as well as slashdir's
|
2002-04-23 13:10:08 by Tomasz Luchowski | Files touched by this commit (2) |
Log message:
Make debugging work as expected - compare dflag with level properly
|