Browse Source
- white space cleanup part 2 this time 1.4 ;)
- white space cleanup part 2 this time 1.4 ;)
i hope it helps with merging stuff back to 1.5 git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1371 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.13

163 changed files with 9153 additions and 9153 deletions
-
20COPYING
-
1516ChangeLog
-
2INSTALL
-
2Makefile.am
-
72NEWS
-
24README
-
54SConstruct
-
30configure.in
-
228cygwin/lighttpd.README.in
-
2debian/Makefile.am
-
2debian/control
-
20debian/copyright
-
2debian/emacsen-install.ex
-
2debian/init.d
-
34debian/lighttpd.conf
-
2debian/lighttpd.doc-base.EX
-
2debian/manpage.1.ex
-
4debian/manpage.sgml.ex
-
4debian/manpage.xml.ex
-
10debian/rules
-
8distribute.sh.in
-
8doc/Makefile.am
-
6doc/access.txt
-
46doc/accesslog.txt
-
8doc/alias.txt
-
100doc/authentication.txt
-
8doc/cgi.txt
-
48doc/cml.txt
-
18doc/compress.txt
-
156doc/configuration.txt
-
8doc/dirlisting.txt
-
12doc/evhost.txt
-
12doc/expire.txt
-
10doc/fastcgi-state.txt
-
326doc/fastcgi.txt
-
58doc/features.txt
-
8doc/performance.txt
-
88doc/plugins.txt
-
40doc/proxy.txt
-
12doc/rc.lighttpd
-
8doc/redirect.txt
-
20doc/rewrite.txt
-
2doc/rrdtool.txt
-
6doc/scgi.txt
-
12doc/secdownload.txt
-
4doc/security.txt
-
4doc/setenv.txt
-
18doc/simple-vhost.txt
-
4doc/skeleton.txt
-
2doc/spawn-php.sh
-
6doc/ssi.txt
-
42doc/state.txt
-
12doc/status.txt
-
10doc/userdir.txt
-
12doc/webdav.txt
-
4lighttpd.spec.in
-
36openwrt/lighttpd.conf
-
10openwrt/lighttpd.mk.in
-
38src/Makefile.am
-
24src/SConscript
-
108src/array.c
-
48src/array.h
-
224src/base.h
-
230src/buffer.c
-
10src/buffer.h
-
128src/chunk.c
-
14src/chunk.h
-
130src/configfile-glue.c
-
408src/configfile.c
-
34src/configparser.y
-
8src/connections-glue.c
-
614src/connections.c
-
16src/data_array.c
-
24src/data_config.c
-
24src/data_count.c
-
20src/data_fastcgi.c
-
18src/data_integer.c
-
30src/data_string.c
-
8src/etag.c
-
2src/etag.h
-
4src/fastcgi.h
-
64src/fdevent.c
-
48src/fdevent.h
-
14src/fdevent_freebsd_kqueue.c
-
80src/fdevent_linux_rtsig.c
-
56src/fdevent_linux_sysepoll.c
-
52src/fdevent_poll.c
-
28src/fdevent_select.c
-
50src/fdevent_solaris_devpoll.c
-
108src/http-header-glue.c
-
458src/http_auth.c
-
22src/http_auth.h
-
2src/http_auth_digest.h
-
58src/http_chunk.c
-
18src/inet_ntop_cache.c
-
22src/joblist.c
-
110src/keyvalue.c
-
32src/keyvalue.h
-
38src/lemon.c
-
34src/lempar.c
1516
ChangeLog
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,3 +1,3 @@ |
|||
SUBDIRS=src doc tests cygwin openwrt |
|||
|
|||
EXTRA_DIST=lighttpd.spec |
|||
EXTRA_DIST=lighttpd.spec |
@ -1,114 +1,114 @@ |
|||
lighttpd |
|||
------------------------------------------ |
|||
A fast, secure and flexible webserver |
|||
|
|||
Runtime requirements: |
|||
cygwin-1.5.10 or newer |
|||
crypt-1.1 or newer |
|||
libbz2_1-1.0.2 or newer |
|||
libpcre0-4.5 or newer |
|||
openssl-0.9.7d or newer |
|||
zlib-1.2.1 or newer |
|||
|
|||
Build requirements: |
|||
cygwin-1.5.10 or newer |
|||
gcc-3.3.1-3 or newer |
|||
binutils-20030901-1 or newer |
|||
crypt |
|||
openssl-devel |
|||
openssl |
|||
openldap |
|||
openldap-devel |
|||
zlib |
|||
bzip2 |
|||
|
|||
Canonical homepage: |
|||
http://jan.kneschke.de/projects/lighttpd/ |
|||
|
|||
Canonical download: |
|||
http://jan.kneschke.de/projects/lighttpd/download |
|||
|
|||
------------------------------------ |
|||
|
|||
Build instructions: |
|||
unpack lighttpd-@VERSION@-<REL>-src.tar.bz2 |
|||
if you use setup to install this src package, it will be |
|||
unpacked under /usr/src automatically |
|||
cd /usr/src |
|||
./lighttpd-@VERSION@-<REL>.sh all |
|||
|
|||
This will create: |
|||
/usr/src/lighttpd-@VERSION@-<REL>.tar.bz2 |
|||
/usr/src/lighttpd-@VERSION@-<REL>-src.tar.bz2 |
|||
|
|||
Or use './lighttpd-@VERSION@-<REL>.sh prep' to get a patched source directory |
|||
|
|||
------------------------------------------- |
|||
|
|||
Files included in the binary distribution: |
|||
|
|||
/etc/lighttpd/lighttpd.conf.default |
|||
/usr/lib/cyglightcomp.dll |
|||
/usr/lib/lighttpd/mod_access.dll |
|||
/usr/lib/lighttpd/mod_accesslog.dll |
|||
/usr/lib/lighttpd/mod_auth.dll |
|||
/usr/lib/lighttpd/mod_cgi.dll |
|||
/usr/lib/lighttpd/mod_compress.dll |
|||
/usr/lib/lighttpd/mod_evhost.dll |
|||
/usr/lib/lighttpd/mod_expire.dll |
|||
/usr/lib/lighttpd/mod_fastcgi.dll |
|||
/usr/lib/lighttpd/mod_httptls.dll |
|||
/usr/lib/lighttpd/mod_maps.dll |
|||
/usr/lib/lighttpd/mod_proxy.dll |
|||
/usr/lib/lighttpd/mod_redirect.dll |
|||
/usr/lib/lighttpd/mod_rewrite.dll |
|||
/usr/lib/lighttpd/mod_rrdtool.dll |
|||
/usr/lib/lighttpd/mod_secdownload.dll |
|||
/usr/lib/lighttpd/mod_simple_vhost.dll |
|||
/usr/lib/lighttpd/mod_ssi.dll |
|||
/usr/lib/lighttpd/mod_status.dll |
|||
/usr/lib/lighttpd/mod_usertrack.dll |
|||
/usr/sbin/lighttpd.exe |
|||
/usr/share/doc/Cygwin/lighttpd-1.3.0.README |
|||
/usr/share/doc/lighttpd-1.3.0/accesslog.txt |
|||
/usr/share/doc/lighttpd-1.3.0/authentification.txt |
|||
/usr/share/doc/lighttpd-1.3.0/AUTHORS |
|||
/usr/share/doc/lighttpd-1.3.0/cgi.txt |
|||
/usr/share/doc/lighttpd-1.3.0/ChangeLog |
|||
/usr/share/doc/lighttpd-1.3.0/compress.txt |
|||
/usr/share/doc/lighttpd-1.3.0/configuration.txt |
|||
/usr/share/doc/lighttpd-1.3.0/COPYING |
|||
/usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt |
|||
/usr/share/doc/lighttpd-1.3.0/fastcgi.txt |
|||
/usr/share/doc/lighttpd-1.3.0/features.txt |
|||
/usr/share/doc/lighttpd-1.3.0/INSTALL |
|||
/usr/share/doc/lighttpd-1.3.0/NEWS |
|||
/usr/share/doc/lighttpd-1.3.0/performance.txt |
|||
/usr/share/doc/lighttpd-1.3.0/plugins.txt |
|||
/usr/share/doc/lighttpd-1.3.0/proxy.txt |
|||
/usr/share/doc/lighttpd-1.3.0/README |
|||
/usr/share/doc/lighttpd-1.3.0/redirect.txt |
|||
/usr/share/doc/lighttpd-1.3.0/rewrite.txt |
|||
/usr/share/doc/lighttpd-1.3.0/rrdtool.txt |
|||
/usr/share/doc/lighttpd-1.3.0/secdownload.txt |
|||
/usr/share/doc/lighttpd-1.3.0/security.txt |
|||
/usr/share/doc/lighttpd-1.3.0/simple-vhost.txt |
|||
/usr/share/doc/lighttpd-1.3.0/skeleton.txt |
|||
/usr/share/doc/lighttpd-1.3.0/ssi.txt |
|||
/usr/share/doc/lighttpd-1.3.0/state.txt |
|||
/usr/share/man/man1/lighttpd.1.gz |
|||
|
|||
------------------ |
|||
|
|||
Port Notes: |
|||
|
|||
---------- lighttpd-1.3.1-1 ----------- |
|||
|
|||
Updated to 1.3.1 |
|||
|
|||
---------- lighttpd-1.3.0-1 ----------- |
|||
Initial release |
|||
|
|||
Cygwin port maintained by: Jan Kneschke <jan@kneschke.de> |
|||
Please address all questions to the Cygwin mailing list at <cygwin@cygwin.com> |
|||
|
|||
lighttpd |
|||
------------------------------------------ |
|||
A fast, secure and flexible webserver |
|||
|
|||
Runtime requirements: |
|||
cygwin-1.5.10 or newer |
|||
crypt-1.1 or newer |
|||
libbz2_1-1.0.2 or newer |
|||
libpcre0-4.5 or newer |
|||
openssl-0.9.7d or newer |
|||
zlib-1.2.1 or newer |
|||
|
|||
Build requirements: |
|||
cygwin-1.5.10 or newer |
|||
gcc-3.3.1-3 or newer |
|||
binutils-20030901-1 or newer |
|||
crypt |
|||
openssl-devel |
|||
openssl |
|||
openldap |
|||
openldap-devel |
|||
zlib |
|||
bzip2 |
|||
|
|||
Canonical homepage: |
|||
http://jan.kneschke.de/projects/lighttpd/ |
|||
|
|||
Canonical download: |
|||
http://jan.kneschke.de/projects/lighttpd/download |
|||
|
|||
------------------------------------ |
|||
|
|||
Build instructions: |
|||
unpack lighttpd-@VERSION@-<REL>-src.tar.bz2 |
|||
if you use setup to install this src package, it will be |
|||
unpacked under /usr/src automatically |
|||
cd /usr/src |
|||
./lighttpd-@VERSION@-<REL>.sh all |
|||
|
|||
This will create: |
|||
/usr/src/lighttpd-@VERSION@-<REL>.tar.bz2 |
|||
/usr/src/lighttpd-@VERSION@-<REL>-src.tar.bz2 |
|||
|
|||
Or use './lighttpd-@VERSION@-<REL>.sh prep' to get a patched source directory |
|||
|
|||
------------------------------------------- |
|||
|
|||
Files included in the binary distribution: |
|||
|
|||
/etc/lighttpd/lighttpd.conf.default |
|||
/usr/lib/cyglightcomp.dll |
|||
/usr/lib/lighttpd/mod_access.dll |
|||
/usr/lib/lighttpd/mod_accesslog.dll |
|||
/usr/lib/lighttpd/mod_auth.dll |
|||
/usr/lib/lighttpd/mod_cgi.dll |
|||
/usr/lib/lighttpd/mod_compress.dll |
|||
/usr/lib/lighttpd/mod_evhost.dll |
|||
/usr/lib/lighttpd/mod_expire.dll |
|||
/usr/lib/lighttpd/mod_fastcgi.dll |
|||
/usr/lib/lighttpd/mod_httptls.dll |
|||
/usr/lib/lighttpd/mod_maps.dll |
|||
/usr/lib/lighttpd/mod_proxy.dll |
|||
/usr/lib/lighttpd/mod_redirect.dll |
|||
/usr/lib/lighttpd/mod_rewrite.dll |
|||
/usr/lib/lighttpd/mod_rrdtool.dll |
|||
/usr/lib/lighttpd/mod_secdownload.dll |
|||
/usr/lib/lighttpd/mod_simple_vhost.dll |
|||
/usr/lib/lighttpd/mod_ssi.dll |
|||
/usr/lib/lighttpd/mod_status.dll |
|||
/usr/lib/lighttpd/mod_usertrack.dll |
|||
/usr/sbin/lighttpd.exe |
|||
/usr/share/doc/Cygwin/lighttpd-1.3.0.README |
|||
/usr/share/doc/lighttpd-1.3.0/accesslog.txt |
|||
/usr/share/doc/lighttpd-1.3.0/authentification.txt |
|||
/usr/share/doc/lighttpd-1.3.0/AUTHORS |
|||
/usr/share/doc/lighttpd-1.3.0/cgi.txt |
|||
/usr/share/doc/lighttpd-1.3.0/ChangeLog |
|||
/usr/share/doc/lighttpd-1.3.0/compress.txt |
|||
/usr/share/doc/lighttpd-1.3.0/configuration.txt |
|||
/usr/share/doc/lighttpd-1.3.0/COPYING |
|||
/usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt |
|||
/usr/share/doc/lighttpd-1.3.0/fastcgi.txt |
|||
/usr/share/doc/lighttpd-1.3.0/features.txt |
|||
/usr/share/doc/lighttpd-1.3.0/INSTALL |
|||
/usr/share/doc/lighttpd-1.3.0/NEWS |
|||
/usr/share/doc/lighttpd-1.3.0/performance.txt |
|||
/usr/share/doc/lighttpd-1.3.0/plugins.txt |
|||
/usr/share/doc/lighttpd-1.3.0/proxy.txt |
|||
/usr/share/doc/lighttpd-1.3.0/README |
|||
/usr/share/doc/lighttpd-1.3.0/redirect.txt |
|||
/usr/share/doc/lighttpd-1.3.0/rewrite.txt |
|||
/usr/share/doc/lighttpd-1.3.0/rrdtool.txt |
|||
/usr/share/doc/lighttpd-1.3.0/secdownload.txt |
|||
/usr/share/doc/lighttpd-1.3.0/security.txt |
|||
/usr/share/doc/lighttpd-1.3.0/simple-vhost.txt |
|||
/usr/share/doc/lighttpd-1.3.0/skeleton.txt |
|||
/usr/share/doc/lighttpd-1.3.0/ssi.txt |
|||
/usr/share/doc/lighttpd-1.3.0/state.txt |
|||
/usr/share/man/man1/lighttpd.1.gz |
|||
|
|||
------------------ |
|||
|
|||
Port Notes: |
|||
|
|||
---------- lighttpd-1.3.1-1 ----------- |
|||
|
|||
Updated to 1.3.1 |
|||
|
|||
---------- lighttpd-1.3.0-1 ----------- |
|||
Initial release |
|||
|
|||
Cygwin port maintained by: Jan Kneschke <jan@kneschke.de> |
|||
Please address all questions to the Cygwin mailing list at <cygwin@cygwin.com> |
|||
|