Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/libexec/httpd
Module Name: src
Committed By: mrg
Date: Sat Apr 18 07:09:28 UTC 2009
Update of /cvsroot/src/libexec/httpd
In directory ivanova.netbsd.org:/tmp/cvs-serv14124
Log Message:
import latest bozohttpd sources. changes include:
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@localhost>
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@localhost>
o many more manual fixes, from NetBSD
Status:
Vendor Tag: bozohttpd
Release Tags: bozohttpd-20090417
C src/libexec/httpd/CHANGES
U src/libexec/httpd/Makefile
U src/libexec/httpd/Makefile.boot
C src/libexec/httpd/auth-bozo.c
C src/libexec/httpd/bozohttpd.8
C src/libexec/httpd/bozohttpd.c
C src/libexec/httpd/bozohttpd.h
C src/libexec/httpd/cgi-bozo.c
C src/libexec/httpd/content-bozo.c
C src/libexec/httpd/daemon-bozo.c
C src/libexec/httpd/dir-index-bozo.c
C src/libexec/httpd/queue.h
C src/libexec/httpd/ssl-bozo.c
C src/libexec/httpd/tilde-luzah-bozo.c
C src/libexec/httpd/testsuite/Makefile
U src/libexec/httpd/testsuite/html_cmp
U src/libexec/httpd/testsuite/t1.in
U src/libexec/httpd/testsuite/t1.out
N src/libexec/httpd/testsuite/t10.in
N src/libexec/httpd/testsuite/t10.out
U src/libexec/httpd/testsuite/t2.in
U src/libexec/httpd/testsuite/t2.out
U src/libexec/httpd/testsuite/t3.in
C src/libexec/httpd/testsuite/t3.out
U src/libexec/httpd/testsuite/t4.in
U src/libexec/httpd/testsuite/t4.out
U src/libexec/httpd/testsuite/t5.in
C src/libexec/httpd/testsuite/t5.out
U src/libexec/httpd/testsuite/t6.in
C src/libexec/httpd/testsuite/t6.out
U src/libexec/httpd/testsuite/t7.in
U src/libexec/httpd/testsuite/t7.out
U src/libexec/httpd/testsuite/t8.in
U src/libexec/httpd/testsuite/t8.out
U src/libexec/httpd/testsuite/t9.in
U src/libexec/httpd/testsuite/t9.out
U src/libexec/httpd/testsuite/data/index.html
U src/libexec/httpd/testsuite/data/file
16 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jbozohttpd:yesterday -jbozohttpd src/libexec/httpd
Home |
Main Index |
Thread Index |
Old Index