lighttpd1.4/src
Jan Kneschke bcbafe63db minor cosmetics (merged [329], [330], [331])
* SIGINT for CTRL-C, exit nicely, 
* -p for print, -t for test. new option to help testing your config.
* srv->config_patches is no longer used. was abandoned [295]


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@527 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-08-08 17:07:55 +00:00
..
.cvsignore leak fixes 2005-08-08 16:44:25 +00:00
Makefile.am added nested conditionals (merged [298]) 2005-08-08 13:48:33 +00:00
array.c user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression. 2005-08-08 14:40:47 +00:00
array.h const 1st arg for copy/print (merged [314]) 2005-08-08 16:36:51 +00:00
base.h minor cosmetics (merged [329], [330], [331]) 2005-08-08 17:07:55 +00:00
bitset.c moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
bitset.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
buffer.c user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression. 2005-08-08 14:40:47 +00:00
buffer.h user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression. 2005-08-08 14:40:47 +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 user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression. 2005-08-08 14:40:47 +00:00
configfile.c leak fixes 2005-08-08 16:44:25 +00:00
configfile.h user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression. 2005-08-08 14:40:47 +00:00
configparser.y leak fixes 2005-08-08 16:44:25 +00:00
connections-glue.c moved external functions to *-glue.c 2005-02-28 08:42:47 +00:00
connections.c added nested conditionals (merged [298]) 2005-08-08 13:48:33 +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 leak fixes 2005-08-08 16:44:25 +00:00
data_config.c leak fixes 2005-08-08 16:44:25 +00:00
data_count.c leak fixes 2005-08-08 16:44:25 +00:00
data_fastcgi.c leak fixes 2005-08-08 16:44:25 +00:00
data_integer.c leak fixes 2005-08-08 16:44:25 +00:00
data_string.c leak fixes 2005-08-08 16:44:25 +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 moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +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 moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +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 allow numbers in header-keys 2005-08-08 16:32:17 +00:00
http_auth.c missing parts of the starttls patch 2005-08-08 10:26:26 +00:00
http_auth.h missing parts of the starttls patch 2005-08-08 10:26:26 +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 OPTIONS support 2005-07-21 20:59:30 +00:00
keyvalue.h Added OPTIONS support 2005-07-21 20:59:30 +00:00
lemon.c removed warnings about shadowed variables 2005-02-28 08:33:38 +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 removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_accesslog.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_alias.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_auth.c removed patch_connection, check auth-method, added starttls support (merged [196], [247], [253], [254], [295]) 2005-08-08 10:15:12 +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 allow numbers in header-keys 2005-08-08 16:32:17 +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 fucntionname to errormsg 2005-07-26 08:27:08 +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 added CACHE_HIT and CACHE_MISS (#187) 2005-07-31 11:58:49 +00:00
mod_compress.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_evhost.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_expire.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_fastcgi.c allow numbers in header-keys 2005-08-08 16:32:17 +00:00
mod_mysql_vhost.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_proxy.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_redirect.c leak fixes 2005-08-08 16:44:25 +00:00
mod_rewrite.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_rrdtool.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_scgi.c allow numbers in header-keys 2005-08-08 16:32:17 +00:00
mod_secure_download.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_setenv.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_simple_vhost.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_skeleton.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_ssi.c allow numbers in header-keys 2005-08-08 16:32:17 +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_status.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_trigger_b4_dl.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_userdir.c removed setup_connection (merged [295]) 2005-08-08 10:27:07 +00:00
mod_usertrack.c added usertrack.cooke-max-age, usertrack.cooke-domain (merged [176], [295]) 2005-08-08 10:19:02 +00:00
network.c allow numbers in header-keys 2005-08-08 16:32:17 +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 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +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 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +00:00
network_solaris_sendfilev.c moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
network_write.c dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +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 let mod_alias handle directories and files (merged [284], [294]) 2005-08-08 09:42:27 +00:00
plugin.h let mod_alias handle directories and files (merged [284], [294]) 2005-08-08 09:42:27 +00:00
request.c ah, don't care about the valid chars, control-chars, 127 and 255 are out 2005-07-09 20:17:40 +00:00
request.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
response.c let mod_alias handle directories and files (merged [284], [294]) 2005-08-08 09:42:27 +00:00
response.h moved last-modified handling into a exported function and let mod_cml use it 2005-07-23 20:30:54 +00:00
server.c minor cosmetics (merged [329], [330], [331]) 2005-08-08 17:07:55 +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 use exec to replace the shell 2005-07-31 12:55:07 +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 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +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 removed setup_connection (merged [295]) 2005-08-08 10:27:07 +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