lighttpd1.4/src
Jan Kneschke 69d07f6dd4 configparser.h is generated automaticly
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@516 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-08-08 13:41:43 +00:00
..
.cvsignore moved external functions to *-glue.c 2005-02-28 08:42:47 +00:00
Makefile.am moved mysql-include to mysql-vhost-cppflags (merged [296]) 2005-08-08 10:45:47 +00:00
array.c indent array for readability (merged [288]) 2005-08-08 10:16:53 +00:00
array.h indent array for readability (merged [288]) 2005-08-08 10:16:53 +00:00
base.h O_BINARY for cygwin, volatile for sig_atomic_t (merged [286], [287]) 2005-08-08 09:48:38 +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 one character was not compared for the string-length was below sizeof(size_t) 2005-07-11 10:58:27 +00:00
buffer.h added a reset function to buffer_array 2005-07-07 09:18:05 +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
config.c dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +00:00
configfile-glue.c improved error-msg 2005-07-28 20:56:28 +00:00
configfile.h moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
configparser.y merge [109], [259], [266] and [267] 2005-04-14 21:20:29 +00:00
connections-glue.c moved external functions to *-glue.c 2005-02-28 08:42:47 +00:00
connections.c let mod_alias handle directories and files (merged [284], [294]) 2005-08-08 09:42:27 +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 indent array for readability (merged [288]) 2005-08-08 10:16:53 +00:00
data_config.c indent array for readability (merged [288]) 2005-08-08 10:16:53 +00:00
data_count.c indent array for readability (merged [288]) 2005-08-08 10:16:53 +00:00
data_fastcgi.c indent array for readability (merged [288]) 2005-08-08 10:16:53 +00:00
data_integer.c indent array for readability (merged [288]) 2005-08-08 10:16:53 +00:00
data_string.c indent array for readability (merged [288]) 2005-08-08 10:16:53 +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 moved SA_LEN macro to http-header-glue.c 2005-02-28 09:04:44 +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 removed setup_connection (merged [295]) 2005-08-08 10:27:07 +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 removed setup_connection (merged [295]) 2005-08-08 10:27:07 +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 removed setup_connection (merged [295]) 2005-08-08 10:27:07 +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 removed setup_connection (merged [295]) 2005-08-08 10:27:07 +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 removed setup_connection (merged [295]) 2005-08-08 10:27:07 +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 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 2005-08-08 08:22:06 +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 O_BINARY for cygwin, volatile for sig_atomic_t (merged [286], [287]) 2005-08-08 09:48:38 +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