.. |
.cvsignore
|
added include_shell option to configfiles (merged the rest of the trunk changesets)
|
2005-08-09 06:42:33 +00:00 |
Makefile.am
|
add dirlisting needs pcre
|
2005-09-19 13:13:16 +00:00 |
SConscript
|
if we would have streaming mod_uploadprogress would work
|
2005-09-26 08:55:07 +00:00 |
array.c
|
fix merging of auto-indexing element, and make autoload modules hack to use array merging
|
2005-08-23 14:35:01 +00:00 |
array.h
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
base.h
|
max-request-size was not respected since a long time
|
2005-09-26 08:49:13 +00:00 |
bitset.c
|
on SEGFAULT tell were we where
|
2005-08-21 23:09:43 +00:00 |
bitset.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
buffer.c
|
removed optimization as it didn't handled alignement issues
|
2005-08-29 11:11:35 +00:00 |
buffer.h
|
on SEGFAULT tell were we where
|
2005-08-21 23:09:43 +00:00 |
chunk.c
|
added tempfile chunks which remove the file automaticly of they are closed
|
2005-09-26 08:53:58 +00:00 |
chunk.h
|
added tempfile chunks which remove the file automaticly of they are closed
|
2005-09-26 08:53:58 +00:00 |
configfile-glue.c
|
replace i by j to fix a segfault in the error-msg and improved the error-msg (fixed #281)
|
2005-09-21 16:50:27 +00:00 |
configfile.c
|
max-request-size was not respected since a long time
|
2005-09-26 08:49:13 +00:00 |
configfile.h
|
fix merging of auto-indexing element, and make autoload modules hack to use array merging
|
2005-08-23 14:35:01 +00:00 |
configparser.y
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
connections-glue.c
|
moved external functions to *-glue.c
|
2005-02-28 08:42:47 +00:00 |
connections.c
|
302 is used for Location: redirects in SCGI, FastCGI and CGI which might contain content
|
2005-09-21 10:45:26 +00:00 |
connections.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
crc32.c
|
use size_t instead of unsigned int and char * instead of unsigned char *
|
2005-06-05 11:59:33 +00:00 |
crc32.h
|
use size_t instead of unsigned int and char * instead of unsigned char *
|
2005-06-05 11:59:33 +00:00 |
data_array.c
|
fix merging of auto-indexing element, and make autoload modules hack to use array merging
|
2005-08-23 14:35:01 +00:00 |
data_config.c
|
make output of array/config same format as lighttpd.conf, with auto indention
|
2005-08-17 06:47:07 +00:00 |
data_count.c
|
fix merging of auto-indexing element, and make autoload modules hack to use array merging
|
2005-08-23 14:35:01 +00:00 |
data_fastcgi.c
|
fix merging of auto-indexing element, and make autoload modules hack to use array merging
|
2005-08-23 14:35:01 +00:00 |
data_integer.c
|
fix merging of auto-indexing element, and make autoload modules hack to use array merging
|
2005-08-23 14:35:01 +00:00 |
data_string.c
|
fix merging of auto-indexing element, and make autoload modules hack to use array merging
|
2005-08-23 14:35:01 +00:00 |
etag.c
|
final fix for testcase and #177
|
2005-06-12 09:18:17 +00:00 |
etag.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
fastcgi.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
fdevent.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
fdevent.h
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
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
|
2005-09-01 07:47:40 +00:00 |
fdevent_linux_rtsig.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
fdevent_linux_sysepoll.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
fdevent_poll.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
fdevent_select.c
|
added gracefull shutdown and max-connections
|
2005-08-31 09:16:18 +00:00 |
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
|
2005-09-01 07:47:40 +00:00 |
http-header-glue.c
|
improved error-msg and fixed invalid read from uninit memory
|
2005-09-22 08:24:08 +00:00 |
http_auth.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
http_auth.h
|
added support for LDAP-bind()
|
2005-08-15 09:42:17 +00:00 |
http_auth_digest.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
http_auth_digest.h
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
http_chunk.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
http_chunk.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
inet_ntop_cache.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
inet_ntop_cache.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
joblist.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
joblist.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
keyvalue.c
|
added the rest of the DeltaV methods
|
2005-09-20 15:45:10 +00:00 |
keyvalue.h
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
lemon.c
|
make ucbcc on sol9 happy as B_TRUE and B_FALSE are defined somewhere
|
2005-08-31 21:25:18 +00:00 |
lempar.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
log.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
log.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
md5.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
md5.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
md5_global.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
mod_access.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_accesslog.c
|
stupid SEGV introduced in [679]
|
2005-09-03 03:06:26 +00:00 |
mod_alias.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_auth.c
|
don't crach in error message for auth.require->method
|
2005-09-05 13:45:53 +00:00 |
mod_auth.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
mod_cgi.c
|
call create-env only for the first match. (for #220)
|
2005-08-24 21:01:34 +00:00 |
mod_cml.c
|
removed setup_connection (merged [295])
|
2005-08-08 10:27:07 +00:00 |
mod_cml.h
|
ported mod_cml to lua
|
2005-07-15 17:46:13 +00:00 |
mod_cml_funcs.c
|
added file_isdir
|
2005-08-31 23:06:59 +00:00 |
mod_cml_funcs.h
|
added file_isdir
|
2005-08-31 23:06:59 +00:00 |
mod_cml_lua.c
|
fixed last-modified handling and handle absolute path names correctly (fixed #244)
|
2005-09-02 13:30:44 +00:00 |
mod_compress.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_dirlisting.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_evhost.c
|
better error-handling and cleanup (merged [257] and [282])
|
2005-08-17 07:43:14 +00:00 |
mod_expire.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_fastcgi.c
|
the last header line is parsed again and X-LIGHTTPD-send-file was added.
|
2005-09-14 13:55:06 +00:00 |
mod_indexfile.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_mysql_vhost.c
|
removed warning
|
2005-09-26 08:54:34 +00:00 |
mod_proxy.c
|
when ever we have content-length we have to forward it.
|
2005-09-02 17:34:06 +00:00 |
mod_redirect.c
|
fixed possible uninit variables of the config-parser fails (merged [183])
|
2005-08-16 13:07:46 +00:00 |
mod_rewrite.c
|
fixed possible uninit variables of the config-parser fails (merged [183])
|
2005-08-16 13:07:46 +00:00 |
mod_rrdtool.c
|
on SEGFAULT tell were we where
|
2005-08-21 23:09:43 +00:00 |
mod_scgi.c
|
added the same check-local behaviour as in mod_fastcgi
|
2005-09-14 07:12:21 +00:00 |
mod_secure_download.c
|
handle mod_secdownload similar to mod_alias: create the physical path yourself
|
2005-09-14 12:47:47 +00:00 |
mod_setenv.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_simple_vhost.c
|
fixed possible uninit variables of the config-parser fails (merged [183])
|
2005-08-16 13:07:46 +00:00 |
mod_skeleton.c
|
added read-only WebDAV support
|
2005-08-19 00:05:52 +00:00 |
mod_ssi.c
|
only get a buffer if we really need it (fixed #280)
|
2005-09-21 16:41:23 +00:00 |
mod_ssi.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
mod_ssi_expr.c
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
mod_ssi_expr.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
mod_ssi_exprparser.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
mod_ssi_exprparser.y
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
mod_staticfile.c
|
moved last-modifed handling to response.c and let mod_cml_lua.c use it.
|
2005-08-31 13:39:09 +00:00 |
mod_status.c
|
make default of sort to work
|
2005-09-05 17:04:29 +00:00 |
mod_trigger_b4_dl.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_uploadprogress.c
|
if we would have streaming mod_uploadprogress would work
|
2005-09-26 08:55:07 +00:00 |
mod_userdir.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
mod_usertrack.c
|
fixed possible uninit variables of the config-parser fails (merged [183])
|
2005-08-16 13:07:46 +00:00 |
mod_webdav.c
|
closed memleaks at shutdown
|
2005-08-29 10:43:29 +00:00 |
network.c
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
network.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
network_backends.h
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
network_freebsd_sendfile.c
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
network_linux_sendfile.c
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
network_openssl.c
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
network_solaris_sendfilev.c
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
network_write.c
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
network_writev.c
|
added the fd as parameter for the write() functions
|
2005-09-26 08:52:37 +00:00 |
plugin.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
plugin.h
|
..physical_path is gone and has ben replaced by subrequest_start
|
2005-08-15 09:46:23 +00:00 |
proc_open.c
|
added include_shell option to configfiles (merged the rest of the trunk changesets)
|
2005-08-09 06:42:33 +00:00 |
proc_open.h
|
added include_shell option to configfiles (merged the rest of the trunk changesets)
|
2005-08-09 06:42:33 +00:00 |
request.c
|
max-request-size was not respected since a long time
|
2005-09-26 08:49:13 +00:00 |
request.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
response.c
|
don't assume the relpath is really set (merge from #120)
|
2005-09-08 09:57:55 +00:00 |
response.h
|
moved last-modifed handling to response.c and let mod_cml_lua.c use it.
|
2005-08-31 13:39:09 +00:00 |
server.c
|
fixed crash in SIGINT handling
|
2005-09-08 09:55:45 +00:00 |
server.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
settings.h
|
merged [166]
|
2005-04-30 05:39:37 +00:00 |
spawn-fcgi.c
|
REUSE the socket on spawning
|
2005-08-22 09:44:31 +00:00 |
splaytree.c
|
exported splaytree_size
|
2005-09-14 07:10:25 +00:00 |
splaytree.h
|
exported splaytree_size
|
2005-09-14 07:10:25 +00:00 |
stat_cache.c
|
removed the if (ISREG || ISDIR) as we need the sce set if we return HANDLER_GO_ON
|
2005-09-22 08:00:28 +00:00 |
stat_cache.h
|
dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end
|
2005-08-08 08:22:06 +00:00 |
stream.c
|
either remove include config.h or covered it in HAVE_CONFIG_H
|
2005-09-24 12:06:04 +00:00 |
stream.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
sys-mmap.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |
sys-socket.h
|
moved everything below trunk/ and added branches/ and tags/
|
2005-02-20 14:27:00 +00:00 |