summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-041-4/+46
* 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
* fixed #557: %0 crashed with !~mOo2006-03-031-1/+1
* allow proxy to svn-apache do a commitJan Kneschke2006-03-023-2/+6
* 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
* 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
* 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
* disable posix_fadvise support as 2.4.x kernels cause problems here.Jan Kneschke2006-02-131-0/+3
* if posix_fadvise is not implemented, ignore the errorJan Kneschke2006-02-091-2/+4
* mod_cgi is resetting physical.path *grr*Jan Kneschke2006-02-081-3/+1
* 301 has a content now, so we need a file_finished to say that we have not con...Jan Kneschke2006-02-082-0/+2
* removed warningJan Kneschke2006-02-081-1/+1
* load the three base modules if server.modules is not setJan Kneschke2006-02-081-0/+20
* Status: 301 might have a body with a message (mod_proxy via apache)Jan Kneschke2006-02-081-1/+1
* mod_scgi was illegally returning HANDLER_ERROR which cause a running cgi-requ...Jan Kneschke2006-02-082-7/+5
* added list of compiled in modules (robe)Jan Kneschke2006-02-031-1/+133
* only load reasons for broken HTTP headers on requestJan Kneschke2006-02-021-43/+68
* test for posix_madviseJan Kneschke2006-02-011-1/+1
* improved performance of env-creation and added DOCUMENT_ROOT to the envJan Kneschke2006-02-011-49/+59
* fixed indentionJan Kneschke2006-02-011-9/+9
* qop is required nc and nonce (fixes #477)Jan Kneschke2006-02-011-1/+5
* distribute connect-storms properly over the available hostsJan Kneschke2006-02-011-4/+11
* fixed typos (fixes #474)Jan Kneschke2006-01-311-2/+2
* added error-msg if FAMopen fails (fixes #484) (patch by avar)Jan Kneschke2006-01-311-0/+2
* removed quotes around valuesJan Kneschke2006-01-311-6/+5
* set var.CWD for later use with relative pathsJan Kneschke2006-01-311-0/+9
* remove unused config variableJan Kneschke2006-01-311-1/+0
* don't append a \n for syslog() (fixes #481)Jan Kneschke2006-01-311-3/+11
* - fixed load-balancing (#480)Jan Kneschke2006-01-311-18/+70