..
.cvsignore
added include_shell option to configfiles (merged the rest of the trunk changesets)
18 years ago
Makefile.am
added missing header file
17 years ago
SConscript
added a check for uuid.h to the scons build
17 years ago
array.c
print 'lighttpd -p -f ...' to stdout instead of stderr
17 years ago
array.h
merged [1217]
17 years ago
base.h
handle follow-symlink in the stat-cache
17 years ago
bitset.c
on SEGFAULT tell were we where
18 years ago
bitset.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
buffer.c
fix cygwin-only path traversal
17 years ago
buffer.h
ENCODING_MINIMAL_XML was missing in last commit
18 years ago
chunk.c
added append_buffer_weak() which take the buffer directly instead of copying it
17 years ago
chunk.h
added append_buffer_weak() which take the buffer directly instead of copying it
17 years ago
configfile-glue.c
improved error-msgs if on type-mismatch
17 years ago
configfile.c
- backport symlink patch in hard version to 1.4.11
17 years ago
configfile.h
fix merging of auto-indexing element, and make autoload modules hack to use array merging
18 years ago
configparser.y
merged [1078]
17 years ago
connections-glue.c
moved external functions to *-glue.c
19 years ago
connections.c
- dont use int for a enum type
17 years ago
connections.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
crc32.c
fixed crc32c on 64bit platforms (fixes crc errors)
18 years ago
crc32.h
s/def/defined/
18 years ago
data_array.c
fix merging of auto-indexing element, and make autoload modules hack to use array merging
18 years ago
data_config.c
print 'lighttpd -p -f ...' to stdout instead of stderr
17 years ago
data_count.c
print 'lighttpd -p -f ...' to stdout instead of stderr
17 years ago
data_fastcgi.c
print 'lighttpd -p -f ...' to stdout instead of stderr
17 years ago
data_integer.c
print 'lighttpd -p -f ...' to stdout instead of stderr
17 years ago
data_string.c
print 'lighttpd -p -f ...' to stdout instead of stderr
17 years ago
etag.c
final fix for testcase and #177
18 years ago
etag.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
fastcgi.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
fdevent.c
init the fdevent-handler AFTER daemonize and AFTER the max-worker spawning
18 years ago
fdevent.h
fdlist is not used, removed it (fixes inclusion into C++)
18 years ago
fdevent_freebsd_kqueue.c
only try to open the event-handler, but close right away as we have to open it AFTER the daemonize again
18 years ago
fdevent_linux_rtsig.c
fixed 64bit printf() for size_t
18 years ago
fdevent_linux_sysepoll.c
fixed handling of delay FDEVENT_HUP and epoll()
18 years ago
fdevent_poll.c
more unsigned/sign compare fixes
18 years ago
fdevent_select.c
added gracefull shutdown and max-connections
18 years ago
fdevent_solaris_devpoll.c
only try to open the event-handler, but close right away as we have to open it AFTER the daemonize again
18 years ago
http-header-glue.c
merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]
17 years ago
http_auth.c
Remove unmaintained and not working pam code.
17 years ago
http_auth.h
Remove unmaintained and not working pam code.
17 years ago
http_auth_digest.c
removed dead code which led to a collision on libsasl2 anyway
18 years ago
http_auth_digest.h
removed dead code which led to a collision on libsasl2 anyway
18 years ago
http_chunk.c
workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if chunked-encoding is used
17 years ago
http_chunk.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
inet_ntop_cache.c
moved everything below trunk/ and added branches/ and tags/
19 years ago
inet_ntop_cache.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
joblist.c
moved everything below trunk/ and added branches/ and tags/
19 years ago
joblist.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
keyvalue.c
added the WebDAV, class 2 methods (darix)
18 years ago
keyvalue.h
added the WebDAV, class 2 methods (darix)
18 years ago
lemon.c
make ucbcc on sol9 happy as B_TRUE and B_FALSE are defined somewhere
18 years ago
lempar.c
moved everything below trunk/ and added branches/ and tags/
19 years ago
log.c
simplified buffer-encoding functions into one function
18 years ago
log.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
md5.c
fixed md5 on 64bit platforms
18 years ago
md5.h
fixed md5 on 64bit platforms
18 years ago
mod_access.c
added tests for lowercase filesysytems
18 years ago
mod_accesslog.c
don't append a \n for syslog() ( fixes #481 )
18 years ago
mod_alias.c
fixed typo
18 years ago
mod_auth.c
changed name of shadowed variable
17 years ago
mod_auth.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
mod_cgi.c
- close unused pipe-fds as soon as possible to generate a SIGPIPE if the remote end dies.
18 years ago
mod_cml.c
- remove unused variable
17 years ago
mod_cml.h
- removed the session-id code
18 years ago
mod_cml_funcs.c
fixed md5 on 64bit platforms
18 years ago
mod_cml_funcs.h
part of [733]
18 years ago
mod_cml_lua.c
- mark a few parameters as unused
17 years ago
mod_compress.c
more unsigned/sign compare fixes
18 years ago
mod_dirlisting.c
fixed encoding of UTF8 data (Jani Taskinen <sniper@iki.fi>)
18 years ago
mod_evasive.c
- added mod_evasive to the autoconf build
18 years ago
mod_evhost.c
better error-handling and cleanup (merged [257] and [282])
18 years ago
mod_expire.c
fixed cache-control value
18 years ago
mod_fastcgi.c
added support for lighty.status[] in mod_magnet
17 years ago
mod_flv_streaming.c
merged [1082]
17 years ago
mod_indexfile.c
updated docs to 1.4.x names and add support for global index-generators (see #250 )
18 years ago
mod_magnet.c
- marked parameter as unused
17 years ago
mod_magnet_cache.c
fix for lua not installed
17 years ago
mod_magnet_cache.h
lua_State has to be put into the #ifdef too
17 years ago
mod_mysql_vhost.c
free hostname on shutdown ( fixes #844 )
17 years ago
mod_proxy.c
remove unused config variable
18 years ago
mod_redirect.c
301 has a content now, so we need a file_finished to say that we have not content
18 years ago
mod_rewrite.c
make %1 %2 etc works instead of SEGV
18 years ago
mod_rrdtool.c
on SEGFAULT tell were we where
18 years ago
mod_scgi.c
fixed calculation of unix-socket path length if SUN_LEN is not defined ( fixes #553 )
18 years ago
mod_secure_download.c
used the wrong type for the configfile handling
18 years ago
mod_setenv.c
only apply setenv once per request
18 years ago
mod_simple_vhost.c
suppress the 'using default-vhost' message by default
18 years ago
mod_skeleton.c
part of [733]
18 years ago
mod_ssi.c
added comment on waitpid() + -HUP
17 years ago
mod_ssi.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
mod_ssi_expr.c
moved everything below trunk/ and added branches/ and tags/
19 years ago
mod_ssi_expr.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
mod_ssi_exprparser.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
mod_ssi_exprparser.y
part of [733]
18 years ago
mod_staticfile.c
- backport symlink patch in hard version to 1.4.11
17 years ago
mod_status.c
fixed wording
18 years ago
mod_trigger_b4_dl.c
either remove include config.h or covered it in HAVE_CONFIG_H
18 years ago
mod_uploadprogress.c
removed debug code
18 years ago
mod_userdir.c
added support for userdir without a passwd entry
18 years ago
mod_usertrack.c
removed quotes around values
18 years ago
mod_webdav.c
added a better comment about the current (incomplete) state of LOCK support
17 years ago
network.c
oops, use SSL_CTX_* if you modify the ssl_ctx
17 years ago
network.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
network_backends.h
added the fd as parameter for the write() functions
18 years ago
network_freebsd_sendfile.c
handle ENOTCONN nicly on FreeBSD writev()
17 years ago
network_linux_sendfile.c
oops, fixed compile
18 years ago
network_openssl.c
removed debug info
17 years ago
network_solaris_sendfilev.c
renamed file.offset to file.start (we had 3 different 'offset' which was confusing)
18 years ago
network_write.c
renamed file.offset to file.start (we had 3 different 'offset' which was confusing)
18 years ago
network_writev.c
fixed writev() for older glibc's
17 years ago
plugin.c
added static building of lighttpd
18 years ago
plugin.h
..physical_path is gone and has ben replaced by subrequest_start
18 years ago
proc_open.c
merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]
17 years ago
proc_open.h
added include_shell option to configfiles (merged the rest of the trunk changesets)
18 years ago
request.c
allow leading zeros in HTTP/01.01 ( fixes #542 )
18 years ago
request.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
response.c
merged [1217]
17 years ago
response.h
moved last-modifed handling to response.c and let mod_cml_lua.c use it.
18 years ago
server.c
print 'lighttpd -p -f ...' to stdout instead of stderr
17 years ago
server.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
settings.h
merged [166]
18 years ago
spawn-fcgi.c
added ability to specify which ip address spawn-fci listens on ( fixes #504 ), patch by agkr@pobox.com
18 years ago
splaytree.c
exported splaytree_size
18 years ago
splaytree.h
exported splaytree_size
18 years ago
stat_cache.c
handle follow-symlink in the stat-cache
17 years ago
stat_cache.h
dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end
18 years ago
status_counter.c
added support for lighty.status[] in mod_magnet
17 years ago
status_counter.h
added support for lighty.status[] in mod_magnet
17 years ago
stream.c
either remove include config.h or covered it in HAVE_CONFIG_H
18 years ago
stream.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
sys-mmap.h
moved everything below trunk/ and added branches/ and tags/
19 years ago
sys-socket.h
moved everything below trunk/ and added branches/ and tags/
19 years ago