2010-05-10 16:58:21 by matthew green | Files touched by this commit (3) | |
Log message:
update this to bozohttpd 20100510. there's no real change here except
some compile fixes that aren't relevant for the pkgsrc (but probably
should be...)
|
2010-05-10 05:42:18 by matthew green | Files touched by this commit (4) |
Log message:
import bozohttpd 20100509. it has these changes:
o major rework and clean up of internal interfaces. move the main
program into main.c, the remaining parts are useable as library.
add bindings for lua. by Alistair G. Crooks <agc@netbsd.org>
o fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325
special thanks to al for the majority of these changes.
|
2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | |
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
|
2009-05-23 05:58:16 by matthew green | Files touched by this commit (2) | |
Log message:
update to bozohttpd 20090522. change include:
o close more leaking file descriptors for CGI and daemon mode
o add subdirs for build "debug" and "small" versions
o clean up a bad merge / duplicate code
o make mmap() usage portable, fixes linux & ranges: support
o document the -f option
o daemon mode now serves 6 files per child
|
2009-04-18 23:06:15 by matthew green | Files touched by this commit (3) | |
Log message:
update to bozohttpd 20090418. changes include:
o avoid dying in daemon mode for some uncommon, but recoverable, errors
o close leaking file descriptors for CGI and daemon mode
o handle poll errors properly
o don't try to handle more than one request per process yet
|
2009-04-18 09:01:38 by matthew green | Files touched by this commit (3) | |
Log message:
update to bozohttpd 20090417.
changes since bozohttpd 20080303:
o make bozohttpd internally more modular, preparing the way
to handle more than one request per process
o fix http-auth, set $REMOTE_USER not $REMOTEUSER. also fix
cgi-bin with cvsweb, from Holger Weiss <holger@CIS.FU-Berlin.DE>
o fix an uninitialised variable use in daemon mode
o fix ssl mode with newer OpenSSL
o mmap large files in manageable sizes so we can serve any size file
o refactor url processing to handle query strings correctly for CGI
from Sergey Katsev at Coyote Point
o add If-Modified-Since support, from Joerg Sonnenberger
<joerg@netbsd.org>
o many more manual fixes, from NetBSD
|
2008-03-07 23:00:43 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Drop the inet6 option and mark this package as simply "IPV6_READY"
because it doesn't care about the IP family.
|
2008-03-07 19:17:26 by matthew green | Files touched by this commit (3) |
Log message:
incorporate a fix from the master bozohttpd repo: fix files with spaces.
(or any special char, with no ?.)
|
2008-03-03 16:53:03 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Update www/bozohttpd to version 20080303. Changes from version 20060517
include:
+ Add full DESTDIR support.
+ Split out package options into a separate options.mk file.
* Fix some cgi header processing
* Add simple Range: header processing
|
2008-01-18 06:10:07 by Tobias Nygren | Files touched by this commit (245) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|