Makefile.in | 3 NEWS | 30 ++++++ aclocal.m4 | 34 +++++++ compile | 142 +++++++++++++++++++++++++++++ config.h.in | 3 configure | 192 +++++++++++++++++++++++++++++++++------- configure.in | 3 cygwin/lighttpd.README | 10 +- doc/lighttpd.conf | 35 +++---- lighttpd.spec | 2 openwrt/control | 4 openwrt/lighttpd.mk | 2 src/array.h | 4 src/base.h | 4 src/buffer.c | 13 ++ src/buffer.h | 2 src/configfile-glue.c | 82 ++++++++++++++--- src/configfile.c | 2 src/configfile.h | 6 + src/connections.c | 53 ++++++----- src/etag.c | 6 - src/http-header-glue.c | 14 ++ src/http_auth.c | 4 src/log.c | 4 src/mod_alias.c | 2 src/mod_auth.c | 39 -------- src/mod_cgi.c | 139 +++++++++++++++++----------- src/mod_compress.c | 7 + src/mod_dirlisting.c | 22 +++- src/mod_extforward.c | 53 ++--------- src/mod_fastcgi.c | 14 +- src/mod_mysql_vhost.c | 8 + src/mod_proxy.c | 2 src/mod_scgi.c | 14 +- src/mod_ssi.c | 4 src/mod_staticfile.c | 1 src/mod_status.c | 7 + src/mod_usertrack.c | 4 src/network_freebsd_sendfile.c | 41 ++++++-- src/request.c | 16 +++ src/server.c | 53 +++++++++-- src/spawn-fcgi.c | 8 - src/stat_cache.c | 3 tests/404-handler.conf | 49 ++++++++++ tests/LightyTest.pm | 28 ++++- tests/Makefile.am | 4 tests/Makefile.in | 4 tests/cachable.t | 11 ++ tests/core-404-handler.t | 76 +++++++++++++++ tests/docroot/www/404.fcgi | 27 +++++ tests/docroot/www/404.html | 1 tests/docroot/www/404.pl | 33 ++++++ tests/docroot/www/Makefile.am | 2 tests/docroot/www/Makefile.in | 2 tests/docroot/www/crlfcrash.pl | 4 tests/docroot/www/nph-status.pl | 8 + tests/docroot/www/send404.pl | 5 + tests/fastcgi-13.conf | 2 tests/lighttpd.conf | 5 + tests/mod-cgi.t | 28 +++++ tests/mod-fastcgi.t | 8 - tests/request.t | 53 +++++++++-- 62 files changed, 1116 insertions(+), 325 deletions(-)