You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd1.4/src
Xuefer 68f009a99f make default of sort to work
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@688 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
..
.cvsignore added include_shell option to configfiles (merged the rest of the trunk changesets) 18 years ago
Makefile.am added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 18 years ago
array.c fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 years ago
array.h fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 years ago
base.h check that we can really read the file 18 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 removed optimization as it didn't handled alignement issues 18 years ago
buffer.h on SEGFAULT tell were we where 18 years ago
chunk.c moved everything below trunk/ and added branches/ and tags/ 19 years ago
chunk.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
configfile-glue.c minor portability fixes 18 years ago
configfile.c fixed error-msg 18 years ago
configfile.h fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 years ago
configparser.y fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 years ago
connections-glue.c moved external functions to *-glue.c 19 years ago
connections.c compail about the right plugin and don't segfault 18 years ago
connections.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
crc32.c use size_t instead of unsigned int and char * instead of unsigned char * 18 years ago
crc32.h use size_t instead of unsigned int and char * instead of unsigned char * 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 make output of array/config same format as lighttpd.conf, with auto indention 18 years ago
data_count.c fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 years ago
data_fastcgi.c fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 years ago
data_integer.c fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 years ago
data_string.c fix merging of auto-indexing element, and make autoload modules hack to use array merging 18 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 moved everything below trunk/ and added branches/ and tags/ 19 years ago
fdevent.h moved everything below trunk/ and added branches/ and tags/ 19 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 moved everything below trunk/ and added branches/ and tags/ 19 years ago
fdevent_linux_sysepoll.c moved everything below trunk/ and added branches/ and tags/ 19 years ago
fdevent_poll.c moved everything below trunk/ and added branches/ and tags/ 19 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 moved the etag.h to the right file 18 years ago
http_auth.c on SEGFAULT tell were we where 18 years ago
http_auth.h added support for LDAP-bind() 18 years ago
http_auth_digest.c moved everything below trunk/ and added branches/ and tags/ 19 years ago
http_auth_digest.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
http_chunk.c moved everything below trunk/ and added branches/ and tags/ 19 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 MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 18 years ago
keyvalue.h added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 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 cleaned up the errorlog writing, default is now stderr, syslog is requested explicitly 18 years ago
log.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
md5.c moved everything below trunk/ and added branches/ and tags/ 19 years ago
md5.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
md5_global.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
mod_access.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_accesslog.c stupid SEGV introduced in [679] 18 years ago
mod_alias.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_auth.c don't crach in error message for auth.require->method 18 years ago
mod_auth.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
mod_cgi.c call create-env only for the first match. (for #220) 18 years ago
mod_cml.c removed setup_connection (merged [295]) 18 years ago
mod_cml.h ported mod_cml to lua 18 years ago
mod_cml_funcs.c added file_isdir 18 years ago
mod_cml_funcs.h added file_isdir 18 years ago
mod_cml_lua.c fixed last-modified handling and handle absolute path names correctly (fixed #244) 18 years ago
mod_compress.c if the write is waiting, break the loop. 18 years ago
mod_dirlisting.c if pcre is not avaible the UNUSED(regex) tries to tag a non-existent parameter 18 years ago
mod_evhost.c better error-handling and cleanup (merged [257] and [282]) 18 years ago
mod_expire.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_fastcgi.c replaced /bin/sh exec by a simple cmdline parser (fixed #133) 18 years ago
mod_indexfile.c moved code to mod_staticfile, mod_dirlisting and mod_indexfile 18 years ago
mod_mysql_vhost.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_proxy.c when ever we have content-length we have to forward it. 18 years ago
mod_redirect.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_rewrite.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_rrdtool.c on SEGFAULT tell were we where 18 years ago
mod_scgi.c allow numbers in header-keys 18 years ago
mod_secure_download.c don't set a global uri-prefix and added checks (fixes #235) 18 years ago
mod_setenv.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_simple_vhost.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_skeleton.c added read-only WebDAV support 18 years ago
mod_ssi.c on SEGFAULT tell were we where 18 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 moved everything below trunk/ and added branches/ and tags/ 19 years ago
mod_staticfile.c moved last-modifed handling to response.c and let mod_cml_lua.c use it. 18 years ago
mod_status.c make default of sort to work 18 years ago
mod_trigger_b4_dl.c removed #ifdefs and fixed conditional config for mod_trigger_b4_dl that way 18 years ago
mod_userdir.c the userdir module builds a physical path by hand, the same as mod_alias 18 years ago
mod_usertrack.c fixed possible uninit variables of the config-parser fails (merged [183]) 18 years ago
mod_webdav.c closed memleaks at shutdown 18 years ago
network.c added gracefull shutdown and max-connections 18 years ago
network.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
network_backends.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
network_freebsd_sendfile.c for EAGAIN: don't close the fd twice, for the other errno's: close() might modify errno. 18 years ago
network_linux_sendfile.c dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 18 years ago
network_openssl.c if the write is waiting, break the loop. 18 years ago
network_solaris_sendfilev.c minor portability fixes 18 years ago
network_write.c sol10 needs them 18 years ago
network_writev.c dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 18 years ago
plugin.c fix bug triggered by [680]. reset "used" 18 years ago
plugin.h ..physical_path is gone and has ben replaced by subrequest_start 18 years ago
proc_open.c added include_shell option to configfiles (merged the rest of the trunk changesets) 18 years ago
proc_open.h added include_shell option to configfiles (merged the rest of the trunk changesets) 18 years ago
request.c added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed) 18 years ago
request.h moved everything below trunk/ and added branches/ and tags/ 19 years ago
response.c don't try to guess, do a read check if we can open it. 18 years ago
response.h moved last-modifed handling to response.c and let mod_cml_lua.c use it. 18 years ago
server.c check that we can really read the file 18 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 REUSE the socket on spawning 18 years ago
splaytree.c dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 18 years ago
splaytree.h dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 18 years ago
stat_cache.c don't try to guess, do a read check if we can open it. 18 years ago
stat_cache.h dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 18 years ago
stream.c added include_shell option to configfiles (merged the rest of the trunk changesets) 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