summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed formatinglighttpd-1.4.11Jan Kneschke2006-03-091-4/+8
* make the wrapper compatible with solaris' /bin/shJan Kneschke2006-03-091-3/+3
* - fixed test for max-request-size on 64bit platformsJan Kneschke2006-03-092-3/+6
* don't forget the waitpid() for locally spawned processes (patch by Cameron Ring)Jan Kneschke2006-03-091-5/+21
* removed complex proc-load-balancing code and simplified itJan Kneschke2006-03-091-149/+14
* the next release is 1.4.11Jan Kneschke2006-03-092-2/+2
* fixed case for sh)Jan Kneschke2006-03-091-2/+1
* reordered modulesJan Kneschke2006-03-091-8/+19
* fixed typoJan Kneschke2006-03-091-1/+1
* prepare the pre-release of 1.4.11Jan Kneschke2006-03-091-0/+13
* big cleanup of error-handlingJan Kneschke2006-03-081-216/+255
* added mod_flv_streaming.c for streaming flash movies efficientlyJan Kneschke2006-03-073-1/+284
* added ability to specify which ip address spawn-fci listens on (fixes #504), ...Jan Kneschke2006-03-071-5/+12
* we have an extra test for respondersJan Kneschke2006-03-061-2/+2
* 432 is used by webdav for lockedJan Kneschke2006-03-061-0/+1
* removed umask(0);, let the old umask stay in place (fixes #547)Jan Kneschke2006-03-041-2/+0
* allow leading zeros in HTTP/01.01 (fixes #542)Jan Kneschke2006-03-042-5/+77
* OPTIONS may have a content-lengthJan Kneschke2006-03-041-1/+1
* check for trailing spaces on windowsJan Kneschke2006-03-041-0/+7
* fixed calculation of unix-socket path length if SUN_LEN is not defined (fixes...Jan Kneschke2006-03-042-2/+2
* fixed handling of subdirs in ssi (fixes #462), patch by robeJan Kneschke2006-03-041-8/+6
* fixed end of life memleaks (fixes #524)Jan Kneschke2006-03-041-0/+2
* don't init a SERVER["socket"] if it is initialized alreadyJan Kneschke2006-03-041-3/+11
* strip ... and %20 from physical filenames only on windowsJan Kneschke2006-03-041-0/+6
* added comment about cgi.fix_pathinfoJan Kneschke2006-03-041-0/+1
* fixed #557: %0 crashed with !~mOo2006-03-031-1/+1
* allow proxy to svn-apache do a commitJan Kneschke2006-03-023-2/+6
* fixed the wrong typo :)Jan Kneschke2006-03-021-2/+2
* fixed typo (darix)Jan Kneschke2006-03-021-1/+1
* added the WebDAV, class 2 methods (darix)Jan Kneschke2006-03-022-0/+8
* added FAM_FLAGS and SQL_CFLAGS to the right modules (darix)Jan Kneschke2006-03-021-2/+4
* fixed typoJan Kneschke2006-03-011-1/+1
* fixed calculation of socket-len if SUN_LEN is not definedJan Kneschke2006-02-283-3/+3
* fixed typoJan Kneschke2006-02-281-2/+2
* lowercase filenames support, fixed #543mOo2006-02-241-1/+3
* - close unused pipe-fds as soon as possible to generate a SIGPIPE if the remo...Jan Kneschke2006-02-221-7/+15
* handle 'foo.php... == foo.php' case on windows/dosJan Kneschke2006-02-221-0/+30
* added docs for evhost (fixes #454)Jan Kneschke2006-02-162-2/+49
* typed typo (fixes #528)Jan Kneschke2006-02-161-1/+1
* added docs about var. and env.Jan Kneschke2006-02-161-1/+39
* improved error-msg for configuration errorsJan Kneschke2006-02-151-9/+27
* oops, fixed compileJan Kneschke2006-02-151-1/+1
* don't terminate the request, just ignore itJan Kneschke2006-02-151-1/+1
* - move the extra-stat() out of the main-pathJan Kneschke2006-02-151-15/+15
* - decrement proc-load if we really incremented itJan Kneschke2006-02-141-4/+23
* fallback to madvise(), it works at leastJan Kneschke2006-02-141-2/+2
* we are in year 2006 alreadyJan Kneschke2006-02-141-1/+1
* removed defines for XOPEN_SOURCE and BSD_SOURCE again as it breaks all BSDs a...Jan Kneschke2006-02-142-4/+1
* added docs for mod_dirlistingJan Kneschke2006-02-141-2/+4
* disable posix_fadvise support as 2.4.x kernels cause problems here.Jan Kneschke2006-02-131-0/+3