summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare for 1.4.1lighttpd-1.4.1Jan Kneschke2005-08-223-1/+17
* added the same --with/--without logic to sqlite and libxmlJan Kneschke2005-08-221-3/+6
* we can't use mmap() with SSL_write as we don't have guarantee that Jan Kneschke2005-08-221-54/+74
* REUSE the socket on spawningJan Kneschke2005-08-221-1/+9
* Patch for new option 'dir-listing.exclude' (closes #215)Jan Kneschke2005-08-221-17/+188
* added testcase for header before we-got-content bugJan Kneschke2005-08-213-1/+36
* on SEGFAULT tell were we whereJan Kneschke2005-08-216-1/+6
* don't try to compress a empty filenameJan Kneschke2005-08-211-0/+4
* wait for the cgi response before we send the HTTP headerJan Kneschke2005-08-211-2/+1
* if pathconf fails (like on obsd and nfs) fall back to NAME_MAX or 256Jan Kneschke2005-08-211-1/+7
* fixed the behaviour of --without-* (closes #214) Jan Kneschke2005-08-211-57/+69
* ported to stat-cacheJan Kneschke2005-08-211-6/+16
* don't set content-length if chunked encoding is used.Jan Kneschke2005-08-211-3/+5
* get the properties of the file, not the directoryJan Kneschke2005-08-211-1/+1
* remove signess warnings, fixed PROPFIND listings, send 404 in PROPPATCH if re...Jan Kneschke2005-08-211-20/+41
* only of sqlite3 and libxml2 are available enable PROPPATCH and friendsJan Kneschke2005-08-211-23/+54
* added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus...Jan Kneschke2005-08-207-165/+1189
* fixed stat-cache for xattrJan Kneschke2005-08-201-1/+1
* a new boxJan Kneschke2005-08-201-4/+3
* forgot to add the legacy option as conditionalJan Kneschke2005-08-201-1/+2
* added PUT, all basic litmus tests passedJan Kneschke2005-08-192-4/+42
* show if fam is enabledJan Kneschke2005-08-191-0/+8
* added a comment about stat-cache-engineJan Kneschke2005-08-191-0/+12
* added webdav docsJan Kneschke2005-08-193-2/+68
* does include the parent directory in the PROPFIND outputJan Kneschke2005-08-191-1/+3
* added DELETE and MKCOL to mod_webdavJan Kneschke2005-08-192-8/+235
* add all modules to the print-out and improved the check for gamin >= 0.1.0Jan Kneschke2005-08-191-6/+24
* added comment for read-only webdavJan Kneschke2005-08-191-0/+1
* sol10 needs themJan Kneschke2005-08-192-4/+12
* added another test for OPTIONSJan Kneschke2005-08-191-1/+11
* fixed handling of OPTIONS * and / Jan Kneschke2005-08-192-7/+22
* added a switch to enable webdav on demandJan Kneschke2005-08-191-9/+12
* added read-only WebDAV supportJan Kneschke2005-08-195-8/+342
* the userdir module builds a physical path by hand, the same as mod_aliasJan Kneschke2005-08-181-2/+3
* added function declarationJan Kneschke2005-08-181-0/+3
* removed unused variableJan Kneschke2005-08-181-1/+0
* removed unused variableJan Kneschke2005-08-181-1/+0
* file_cache.h is not stat_cache.hJan Kneschke2005-08-181-1/+1
* don't die if accesslog file is not setJan Kneschke2005-08-181-3/+1
* check that the content-type is the CT of the original fileJan Kneschke2005-08-181-1/+10
* let mod_compress prepare etag, last-modified and content-typeJan Kneschke2005-08-183-81/+70
* initialize is_ssl (perhaps fixes a long standing bug)Jan Kneschke2005-08-181-0/+3
* removed #ifdefs and fixed conditional config for mod_trigger_b4_dl that wayJan Kneschke2005-08-181-2/+0
* added debug option to mod_trigger_b4_dl and initialize the base-configJan Kneschke2005-08-171-5/+30
* tell the user to use the right PHP build for FastCGIJan Kneschke2005-08-171-1/+6
* pipe and syslog need each log-entry by itselfJan Kneschke2005-08-171-2/+5
* range-requests is at 40Jan Kneschke2005-08-171-1/+1
* prepared a debian for 1.4.0Jan Kneschke2005-08-171-0/+6
* first NEWS entries for 1.4.0Jan Kneschke2005-08-171-0/+8
* load mod_indexfile before, mod_fastcgi and friends and let array regenerated ...Jan Kneschke2005-08-174-9/+16