summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make 'make distcheck' happy and install files into _build/tests/Jan Kneschke2005-08-293-14/+20
* create empty files for mimetype testingJan Kneschke2005-08-291-3/+3
* prepare for 1.4.2Jan Kneschke2005-08-292-1/+13
* fixed typosJan Kneschke2005-08-292-3/+2
* don't set a global uri-prefix and added checks (fixes #235)Jan Kneschke2005-08-293-19/+30
* run tests in build root (merged #228)Jan Kneschke2005-08-2915-106/+116
* added --without-* for pcre and bzip2 (merged #225)Jan Kneschke2005-08-291-8/+20
* removed optimization as it didn't handled alignement issuesJan Kneschke2005-08-291-21/+3
* reverted last chngeset and added asserts() that all inserts and deletes are w...Jan Kneschke2005-08-291-10/+69
* closed memleaks at shutdownJan Kneschke2005-08-291-0/+11
* iterate over the tree on delete and free() the nodes itselfJan Kneschke2005-08-291-22/+28
* for EAGAIN: don't close the fd twice, for the other errno's: close() might mo...Jan Kneschke2005-08-281-2/+2
* fix table css for easy of embedingmOo2005-08-281-1/+1
* fixed detection of mimetype on uppercase extensionsJan Kneschke2005-08-273-4/+35
* off by one in the skip countJan Kneschke2005-08-271-1/+1
* added -m to set the location of the modulesJan Kneschke2005-08-273-4/+12
* removed -6 from help text and moved FAMOpen2() to a place after setuid() (mer...Jan Kneschke2005-08-271-12/+16
* closed mem-leaks on shutdownJan Kneschke2005-08-271-0/+3
* fixe dthe number of tests in mod-secdownload.tJan Kneschke2005-08-271-1/+1
* automate the build-process againJan Kneschke2005-08-271-8/+16
* added large-file support for Range-Requests again.Jan Kneschke2005-08-261-5/+5
* reset and free dst_addr_bufJan Kneschke2005-08-251-1/+3
* added tests for mod-secdownloadJan Kneschke2005-08-253-1/+70
* add support for the original libfam and handle HUP on the fam-fdJan Kneschke2005-08-252-40/+74
* if the write is waiting, break the loop.Jan Kneschke2005-08-253-5/+14
* document backreference to regex conditionalmOo2005-08-253-0/+11
* call create-env only for the first match. (for #220)Jan Kneschke2005-08-241-0/+2
* EINTR is harmlessJan Kneschke2005-08-241-2/+8
* check that the anti deeplinking via referer matches workJan Kneschke2005-08-242-1/+38
* fix merging of auto-indexing element, and make autoload modules hack to use a...mOo2005-08-2312-49/+79
* if pcre is not avaible the UNUSED(regex) tries to tag a non-existent parameterJan Kneschke2005-08-231-1/+0
* complain about the right plugin not cleaning upJan Kneschke2005-08-231-1/+1
* HANDLER_GO_ON results in HANDLER_FINISHED later even if the we only received ...Jan Kneschke2005-08-231-6/+1
* added a basic test for mod-ssiJan Kneschke2005-08-236-1/+35
* added docs for the new options in mod_dirlistingJan Kneschke2005-08-222-0/+5
* fixed check for base-docroot if chroot is used (fixes #144), patch provided b...Jan Kneschke2005-08-221-5/+20
* 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