Changeset 1
- Timestamp:
- 02/12/2005 05:08:04 PM (3 years ago)
- Files:
-
- AUTHORS (added)
- COPYING (added)
- ChangeLog (added)
- INSTALL (added)
- Makefile.am (added)
- NEWS (added)
- README (added)
- config.h.in (added)
- configure.in (added)
- cygwin (added)
- cygwin/Makefile.am (added)
- cygwin/lighttpd.README (added)
- cygwin/lighttpd.README.in (added)
- cygwin/setup.hint (added)
- debian (added)
- debian/Makefile.am (added)
- debian/README.Debian.ex (added)
- debian/changelog (added)
- debian/compat (added)
- debian/conffiles (added)
- debian/control (added)
- debian/copyright (added)
- debian/cron.d.ex (added)
- debian/dirs (added)
- debian/docs (added)
- debian/emacsen-install.ex (added)
- debian/emacsen-remove.ex (added)
- debian/emacsen-startup.ex (added)
- debian/init.d (added)
- debian/lighttpd-default.ex (added)
- debian/lighttpd.conf (added)
- debian/lighttpd.doc-base.EX (added)
- debian/lighttpd.logrotate (added)
- debian/lighttpd.postinst (added)
- debian/manpage.1.ex (added)
- debian/manpage.sgml.ex (added)
- debian/manpage.xml.ex (added)
- debian/menu.ex (added)
- debian/postrm.ex (added)
- debian/preinst.ex (added)
- debian/prerm.ex (added)
- debian/rules (added)
- debian/watch.ex (added)
- distribute.sh.in (added)
- doc (added)
- doc/Makefile.am (added)
- doc/access.txt (added)
- doc/accesslog.txt (added)
- doc/alias.txt (added)
- doc/authentification.txt (added)
- doc/cgi.txt (added)
- doc/compress.txt (added)
- doc/configuration.txt (added)
- doc/fastcgi-state.dot (added)
- doc/fastcgi-state.txt (added)
- doc/fastcgi.txt (added)
- doc/features.txt (added)
- doc/lighttpd.1 (added)
- doc/lighttpd.conf (added)
- doc/lighttpd.user (added)
- doc/mysqlvhost.txt (added)
- doc/performance.txt (added)
- doc/plugins.txt (added)
- doc/proxy.txt (added)
- doc/rc.lighttpd (added)
- doc/rc.lighttpd.redhat (added)
- doc/redirect.txt (added)
- doc/rewrite.txt (added)
- doc/rrdtool-graph.sh (added)
- doc/rrdtool.txt (added)
- doc/secdownload.txt (added)
- doc/security.txt (added)
- doc/setenv.txt (added)
- doc/simple-vhost.txt (added)
- doc/skeleton.txt (added)
- doc/spawn-php.sh (added)
- doc/ssi.txt (added)
- doc/ssl.txt (added)
- doc/state.dot (added)
- doc/state.txt (added)
- doc/status.txt (added)
- doc/sysconfig.lighttpd (added)
- doc/traffic-shaping.txt (added)
- doc/userdir.txt (added)
- lighttpd.spec.in (added)
- openwrt (added)
- openwrt/Makefile.am (added)
- openwrt/S51lighttpd (added)
- openwrt/conffiles (added)
- openwrt/control (added)
- openwrt/control.in (added)
- openwrt/lighttpd.conf (added)
- openwrt/lighttpd.mk (added)
- openwrt/lighttpd.mk.in (added)
- src (added)
- src/Makefile.am (added)
- src/array.c (added)
- src/array.h (added)
- src/base.h (added)
- src/bitset.c (added)
- src/bitset.h (added)
- src/buffer.c (added)
- src/buffer.h (added)
- src/cgi.c (added)
- src/chunk.c (added)
- src/chunk.h (added)
- src/config.c (added)
- src/configfile.h (added)
- src/configparser.c (added)
- src/configparser.h (added)
- src/configparser.y (added)
- src/connections.c (added)
- src/connections.h (added)
- src/crc32.c (added)
- src/crc32.h (added)
- src/data_array.c (added)
- src/data_config.c (added)
- src/data_count.c (added)
- src/data_fastcgi.c (added)
- src/data_integer.c (added)
- src/data_string.c (added)
- src/etag.c (added)
- src/etag.h (added)
- src/fastcgi.h (added)
- src/fcgi.c (added)
- src/fdevent.c (added)
- src/fdevent.h (added)
- src/fdevent_freebsd_kqueue.c (added)
- src/fdevent_linux_rtsig.c (added)
- src/fdevent_linux_sysepoll.c (added)
- src/fdevent_poll.c (added)
- src/fdevent_select.c (added)
- src/fdevent_solaris_devpoll.c (added)
- src/file_cache.c (added)
- src/file_cache.h (added)
- src/http_auth.c (added)
- src/http_auth.h (added)
- src/http_auth_digest.c (added)
- src/http_auth_digest.h (added)
- src/http_chunk.c (added)
- src/http_chunk.h (added)
- src/inet_ntop_cache.c (added)
- src/inet_ntop_cache.h (added)
- src/joblist.c (added)
- src/joblist.h (added)
- src/keyvalue.c (added)
- src/keyvalue.h (added)
- src/lemon.c (added)
- src/lempar.c (added)
- src/log.c (added)
- src/log.h (added)
- src/md5.c (added)
- src/md5.h (added)
- src/md5_global.h (added)
- src/mod_access.c (added)
- src/mod_accesslog.c (added)
- src/mod_alias.c (added)
- src/mod_auth.c (added)
- src/mod_auth.h (added)
- src/mod_compress.c (added)
- src/mod_evhost.c (added)
- src/mod_expire.c (added)
- src/mod_mysql_vhost.c (added)
- src/mod_proxy.c (added)
- src/mod_redirect.c (added)
- src/mod_rewrite.c (added)
- src/mod_rrdtool.c (added)
- src/mod_secure_download.c (added)
- src/mod_setenv.c (added)
- src/mod_simple_vhost.c (added)
- src/mod_skeleton.c (added)
- src/mod_ssi.c (added)
- src/mod_ssi.h (added)
- src/mod_ssi_expr.c (added)
- src/mod_ssi_expr.h (added)
- src/mod_ssi_exprparser.c (added)
- src/mod_ssi_exprparser.h (added)
- src/mod_ssi_exprparser.y (added)
- src/mod_status.c (added)
- src/mod_userdir.c (added)
- src/mod_usertrack.c (added)
- src/network.c (added)
- src/network.h (added)
- src/network_backends.h (added)
- src/network_freebsd_sendfile.c (added)
- src/network_linux_sendfile.c (added)
- src/network_openssl.c (added)
- src/network_solaris_sendfilev.c (added)
- src/network_write.c (added)
- src/network_writev.c (added)
- src/plugin.c (added)
- src/plugin.h (added)
- src/request.c (added)
- src/request.h (added)
- src/response.c (added)
- src/response.h (added)
- src/server.c (added)
- src/server.h (added)
- src/settings.h (added)
- src/spawn-fcgi.c (added)
- src/stream.c (added)
- src/stream.h (added)
- src/sys-mmap.h (added)
- src/sys-socket.h (added)
- tests (added)
- tests/Makefile.am (added)
- tests/accessdeny-01.sh (added)
- tests/auth-01.sh (added)
- tests/auth-02.sh (added)
- tests/auth-03.sh (added)
- tests/basic-01.sh (added)
- tests/basic-02.sh (added)
- tests/basic-03.sh (added)
- tests/basic-05.sh (added)
- tests/basic-06.sh (added)
- tests/basic-07.sh (added)
- tests/basic-08.sh (added)
- tests/basic-09.sh (added)
- tests/basic-10.sh (added)
- tests/basic-11.sh (added)
- tests/broken-header-01.sh (added)
- tests/broken-key-01.sh (added)
- tests/broken-key-02.sh (added)
- tests/broken-key-03.sh (added)
- tests/broken-key-04.sh (added)
- tests/cgi-01.sh (added)
- tests/cgi-02.sh (added)
- tests/cgi-03.sh (added)
- tests/cleanup.sh (added)
- tests/compress-01.sh (added)
- tests/compress-02.sh (added)
- tests/compress-03.sh (added)
- tests/compress-04.sh (added)
- tests/conformance.pl (added)
- tests/content-01.sh (added)
- tests/content-02.sh (added)
- tests/content-03.sh (added)
- tests/content-04.sh (added)
- tests/content-length-01.sh (added)
- tests/content-length-02.sh (added)
- tests/content-length-03.sh (added)
- tests/content-length-04.sh (added)
- tests/content-length-05.sh (added)
- tests/continue-01.sh (added)
- tests/docroot (added)
- tests/docroot/123 (added)
- tests/docroot/123/12345.html (added)
- tests/docroot/123/12345.txt (added)
- tests/docroot/123/Makefile.am (added)
- tests/docroot/123/dummyfile.bla (added)
- tests/docroot/123/phpinfo.php (added)
- tests/docroot/Makefile.am (added)
- tests/docroot/www (added)
- tests/docroot/www/Makefile.am (added)
- tests/docroot/www/cgi-pathinfo.pl (added)
- tests/docroot/www/cgi.php (added)
- tests/docroot/www/cgi.pl (added)
- tests/docroot/www/dummydir (added)
- tests/docroot/www/go (added)
- tests/docroot/www/go/Makefile.am (added)
- tests/docroot/www/go/cgi.php (added)
- tests/docroot/www/index.html (added)
- tests/docroot/www/index.txt (added)
- tests/docroot/www/phphost.php (added)
- tests/docroot/www/phpinfo.php (added)
- tests/docroot/www/phpself.php (added)
- tests/docroot/www/redirect.php (added)
- tests/fastcgi-01.sh (added)
- tests/fastcgi-02.sh (added)
- tests/fastcgi-03.sh (added)
- tests/fastcgi-04.sh (added)
- tests/fastcgi-05.sh (added)
- tests/fastcgi-06.sh (added)
- tests/fastcgi-07.sh (added)
- tests/fastcgi-08.sh (added)
- tests/fastcgi-09.sh (added)
- tests/fastcgi-10.conf (added)
- tests/fastcgi-10.sh (added)
- tests/fastcgi-11.conf (added)
- tests/fastcgi-11.sh (added)
- tests/fastcgi-12.conf (added)
- tests/fastcgi-12.sh (added)
- tests/fcgi-auth.c (added)
- tests/head-01.sh (added)
- tests/host-01.sh (added)
- tests/host-02.sh (added)
- tests/host-03.sh (added)
- tests/host-04.sh (added)
- tests/host-05.sh (added)
- tests/http11-01.sh (added)
- tests/http11-02.sh (added)
- tests/http11-03.sh (added)
- tests/large-header-01.sh (added)
- tests/leak-01.sh (added)
- tests/leak-02.sh (added)
- tests/leak-03.sh (added)
- tests/leak-04.sh (added)
- tests/leak-05.sh (added)
- tests/leak-06.sh (added)
- tests/leak-07.sh (added)
- tests/leak-08.sh (added)
- tests/leak-09.sh (added)
- tests/leak-10.sh (added)
- tests/leak-11.sh (added)
- tests/leak-12.sh (added)
- tests/leak-13.sh (added)
- tests/leak-14.sh (added)
- tests/leak-15.sh (added)
- tests/leak-16.sh (added)
- tests/leak-17.sh (added)
- tests/lighttpd.conf (added)
- tests/lighttpd.user (added)
- tests/missing-01.sh (added)
- tests/missing-02.sh (added)
- tests/pathinfo-01.sh (added)
- tests/pathinfo-02.sh (added)
- tests/post-01.sh (added)
- tests/post-02.sh (added)
- tests/prepare.sh (added)
- tests/redirect-01.sh (added)
- tests/redirect-02.sh (added)
- tests/redirect-03.sh (added)
- tests/testbase.sh (added)
- tests/wrapper.sh (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved

