NEWS | 19 configure | 22 - configure.in | 5 cygwin/lighttpd.README | 10 doc/Makefile.am | 8 doc/Makefile.in | 8 doc/cml.txt | 2 doc/configuration.txt | 71 ++- doc/dirlisting.txt | 82 +++ doc/evhost.txt | 45 ++ doc/fastcgi.txt | 2 doc/lighttpd.conf | 1 doc/rc.lighttpd | 3 lighttpd.spec | 2 openwrt/control | 4 openwrt/lighttpd.mk | 2 src/Makefile.am | 12 src/Makefile.in | 70 +-- src/configfile-glue.c | 2 src/connections.c | 2 src/keyvalue.c | 4 src/keyvalue.h | 4 src/mod_alias.c | 4 src/mod_auth.c | 36 + src/mod_cgi.c | 24 - src/mod_fastcgi.c | 685 ++++++++++++++------------------ src/mod_flv_streaming.c | 278 ++++++++++++ src/mod_scgi.c | 4 src/mod_ssi.c | 14 src/mod_webdav.c | 4 src/network.c | 16 src/network_linux_sendfile.c | 39 + src/network_writev.c | 4 src/request.c | 53 ++ src/response.c | 36 + src/server.c | 4 src/spawn-fcgi.c | 17 tests/core.t | 32 + tests/docroot/www/dummydir/.svn/entries | 2 tests/lighttpd.conf | 3 tests/mod-fastcgi.t | 11 tests/request.t | 2 tests/wrapper.sh | 6 43 files changed, 1129 insertions(+), 525 deletions(-)