lighttpd1.4/src
Jan Kneschke f350d3253a replaced /bin/sh exec by a simple cmdline parser (fixed #133)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@663 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-08-31 23:01:08 +00:00
..
.cvsignore added include_shell option to configfiles (merged the rest of the trunk changesets) 2005-08-09 06:42:33 +00:00
Makefile.am added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 2005-08-20 19:10:44 +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 fix merging of auto-indexing element, and make autoload modules hack to use array merging 2005-08-23 14:35:01 +00:00
base.h added gracefull shutdown and max-connections 2005-08-31 09:16:18 +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 moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
chunk.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
configfile-glue.c fix merging of auto-indexing element, and make autoload modules hack to use array merging 2005-08-23 14:35:01 +00:00
configfile.c fixed error-msg 2005-08-31 23:00:32 +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 fix merging of auto-indexing element, and make autoload modules hack to use array merging 2005-08-23 14:35:01 +00:00
connections-glue.c moved external functions to *-glue.c 2005-02-28 08:42:47 +00:00
connections.c let kqueue startup after daemonize is done 2005-08-30 10:42:06 +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 moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
fdevent_freebsd_kqueue.c let kqueue startup after daemonize is done 2005-08-30 10:42:06 +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 moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
http-header-glue.c let mod_compress prepare etag, last-modified and content-type 2005-08-18 09:26:29 +00:00
http_auth.c on SEGFAULT tell were we where 2005-08-21 23:09:43 +00:00
http_auth.h added support for LDAP-bind() 2005-08-15 09:42:17 +00:00
http_auth_digest.c moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
http_auth_digest.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +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 MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 2005-08-20 19:10:44 +00:00
keyvalue.h added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 2005-08-20 19:10:44 +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 cleaned up the errorlog writing, default is now stderr, syslog is requested explicitly 2005-07-26 08:26:28 +00:00
log.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
md5.c moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +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 fixed possible uninit variables of the config-parser fails (merged [183]) 2005-08-16 13:07:46 +00:00
mod_accesslog.c don't die if accesslog file is not set 2005-08-18 10:10:34 +00:00
mod_alias.c fixed possible uninit variables of the config-parser fails (merged [183]) 2005-08-16 13:07:46 +00:00
mod_auth.c removed unused variable 2005-08-18 11:58:49 +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 removed unused variable 2005-08-18 11:56:07 +00:00
mod_cml_funcs.h added functions file_isreg() and dir_files() and added last-modified handling 2005-07-24 06:58:03 +00:00
mod_cml_lua.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_compress.c if the write is waiting, break the loop. 2005-08-25 06:21:32 +00:00
mod_dirlisting.c if pcre is not avaible the UNUSED(regex) tries to tag a non-existent parameter 2005-08-23 11:53:45 +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 fixed possible uninit variables of the config-parser fails (merged [183]) 2005-08-16 13:07:46 +00:00
mod_fastcgi.c replaced /bin/sh exec by a simple cmdline parser (fixed #133) 2005-08-31 23:01:08 +00:00
mod_indexfile.c moved code to mod_staticfile, mod_dirlisting and mod_indexfile 2005-08-15 09:55:23 +00:00
mod_mysql_vhost.c fixed possible uninit variables of the config-parser fails (merged [183]) 2005-08-16 13:07:46 +00:00
mod_proxy.c use the standard value for it 2005-08-31 21:25:42 +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 allow numbers in header-keys 2005-08-08 16:32:17 +00:00
mod_secure_download.c don't set a global uri-prefix and added checks (fixes #235) 2005-08-29 12:26:25 +00:00
mod_setenv.c fixed possible uninit variables of the config-parser fails (merged [183]) 2005-08-16 13:07:46 +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 on SEGFAULT tell were we where 2005-08-21 23:09:43 +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 fix table css for easy of embeding 2005-08-28 11:04:12 +00:00
mod_trigger_b4_dl.c removed #ifdefs and fixed conditional config for mod_trigger_b4_dl that way 2005-08-18 08:17:17 +00:00
mod_userdir.c the userdir module builds a physical path by hand, the same as mod_alias 2005-08-18 20:53:02 +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 gracefull shutdown and max-connections 2005-08-31 09:16:18 +00:00
network.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
network_backends.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
network_freebsd_sendfile.c for EAGAIN: don't close the fd twice, for the other errno's: close() might modify errno. 2005-08-28 21:32:43 +00:00
network_linux_sendfile.c dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +00:00
network_openssl.c if the write is waiting, break the loop. 2005-08-25 06:21:32 +00:00
network_solaris_sendfilev.c ported to stat-cache 2005-08-21 18:04:27 +00:00
network_write.c sol10 needs them 2005-08-19 11:14:04 +00:00
network_writev.c dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +00:00
plugin.c removed the 'make distcheck' hack as we have -m now ([640], [630]) 2005-08-29 14:11:47 +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 added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 2005-08-20 19:10:44 +00:00
request.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
response.c add 404 and 403 to request-handling debug output 2005-08-31 21:26:09 +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 added gracefull shutdown and max-connections 2005-08-31 09:16:18 +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 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +00:00
splaytree.h dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +00:00
stat_cache.c reverted last chngeset and added asserts() that all inserts and deletes are working 2005-08-29 10:44:00 +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 added include_shell option to configfiles (merged the rest of the trunk changesets) 2005-08-09 06:42:33 +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