summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added a flag to declare a conditional valid to support PHYSICAL["path"]jan2007-04-184-15/+31
* use TRACE() and ERROR() instead of log_error_write()jan2007-04-181-46/+50
* fixed infinite loop if a long header is sent (fixes #1127)jan2007-04-181-8/+30
* added a magnet to rewrite the response headers jan2007-04-181-8/+41
* initialize write_request_ts (fixes #1084)jan2007-04-181-0/+2
* fixed expire.url with 'modification ...' if physical.path is not setjan2007-04-172-6/+19
* - handle broken url.rewrite config-options as errorjan2007-04-171-24/+29
* - fixed crash if proxy-core.protocol is set not in the same conditionaljan2007-04-171-10/+24
* improved the detection of the autoconf/automake versions on different OSes (f...jan2007-04-171-7/+58
* fixed shared build on macosx (fixes #1071)jan2007-04-171-1/+5
* added a timeout to connect() = -1 EINPROGRESS and a max-retry to killjan2007-04-172-44/+172
* fixed minor mem-leak before shutdownjan2007-04-171-0/+4
* if the remote side crashes before we receive the FCGI_FINISH packet,jan2007-04-171-0/+18
* move the decoded content to the network-queues as soon as we havejan2007-04-161-3/+4
* - fixed option WITH_WEBDAV_PROPSjan2007-04-151-6/+13
* fixed all method (PROPFIND, ...) with a XML-request-bodyjan2007-04-151-7/+24
* fixed compile if webdav-props are used (fixes #1008) and added more tracesjan2007-04-131-19/+65
* fixed to get mod-webdav compiling on macosx with propertiesjan2007-04-131-7/+31
* added better tracing with log-request-handlingjan2007-04-132-14/+95
* added mod_flv_streaming to the static buildjan2007-04-131-0/+2
* pcre-config may return a single newline which would break our CFLAGSjan2007-04-131-1/+4
* added TRACE for the default network-backendjan2007-04-131-0/+2
* added support for pcre-config and fall back to poking if it didn't workedjan2007-04-131-22/+73
* added support for mmap(ANON) to get it working on macosxjan2007-04-131-1/+21
* moved the defines for HAVE_MEM_MMAP_ZERO and HAVE_MEM_MMAP_ANON into a centra...jan2007-04-132-8/+12
* we need the gthread flags on all OSesjan2007-04-131-7/+3
* introduced USE_GTHREAD_SENDFILE, as it only works on linux right nowjan2007-04-134-5/+10
* added support for MMAP_ANON mmap() line on MacOSXjan2007-04-131-1/+25
* improved error-msgsjan2007-04-122-2/+2
* improved err-msg if PGexecute failsjan2007-04-121-1/+5
* added the pg-vhost to the static pluginjan2007-04-121-0/+2
* added the defines for PG to the config.h templatejan2007-04-121-0/+4
* if the cache-ttl == 0, don't insert or lookup in the cache at alljan2007-04-121-22/+25
* update the connection entry in the conditional-cache when we connect tojan2007-04-121-0/+8
* added comment about the FADV behaviour on linuxjan2007-04-121-1/+5
* we need glib indirectly via the sys-*.h headersjan2007-04-121-0/+1
* added the UNUSED_PARAM macrojan2007-04-121-0/+8
* adjust the stack since and check if we really need the joblist-threadjan2007-04-121-43/+53
* added postgresql support and a cache to sql_vhostjan2007-04-125-18/+511
* fixed crash if a gethostbyname() failed jan2007-03-261-8/+5
* oops, removed duplicate network_gthread_sendfile.cjan2007-03-121-1/+0
* added timing.h to the dist and network_gthread_sendfile.c to the compilejan2007-03-121-1/+3
* - add missing new files to makefile.amdarix2007-03-121-2/+2
* added a threaded sendfile() backend for linuxjan2007-03-115-3/+314
* moved time-tracking into timing.[ch] and added debug.log-timingjan2007-03-115-20/+63
* use open(O_NONBLOCK) + fstat() to circumvent the blocking open()ed withjan2007-03-111-8/+8
* - merged with branches/lighttpd-1.4.x/NEWSglen2007-03-071-67/+117
* looks like Centos 4.4 has posix_fadvise but doesn't export the constantsjan2007-03-051-1/+1
* added time-trackingjan2007-03-052-3/+116
* free the hash-table at shutdownjan2007-03-041-3/+1