summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated the NEWS for the important changes in 1.3.13lighttpd-1.3.13Jan Kneschke2005-03-062-1/+14
* fixed check for running processJan Kneschke2005-03-062-4/+4
* updated .cvsignoreJan Kneschke2005-03-063-0/+5
* added all changes from trac-timelineJan Kneschke2005-03-061-9/+30
* prepare for 1.3.13Jan Kneschke2005-03-061-1/+1
* drop unused files and added the checks for mod-rewriteJan Kneschke2005-03-065-228/+235
* fixed NULL dereference in logfile cycling if accesslog is not setJan Kneschke2005-03-061-2/+4
* fixed message to print configure + makeJan Kneschke2005-03-051-1/+1
* added delayed connect() handling from mod_fastcgiJan Kneschke2005-03-051-14/+40
* get usefull error-msg on SSL_read + SSL_ERROR_SYSCALLJan Kneschke2005-03-051-0/+18
* correct the keyword for server.protocol-http11 Jan Kneschke2005-03-051-1/+1
* ignore generated filesJan Kneschke2005-03-050-0/+0
* 2 rewrite testsJan Kneschke2005-03-044-1/+8
* check that conditionals and simple-vhost work togetherJan Kneschke2005-03-042-7/+29
* ignore remove-close in freebsd sendfile()Jan Kneschke2005-03-041-1/+6
* added $ to SERVERJan Kneschke2005-03-041-1/+1
* NAME_MAX needs sys/syslimits.h on cygwinJan Kneschke2005-03-032-1/+5
* removed called configure directly.Jan Kneschke2005-03-031-7/+0
* forgot to count one testJan Kneschke2005-03-031-2/+2
* handle EPIPE in SSL_read as remote-closeJan Kneschke2005-03-031-6/+18
* added dir-listing.hide-dotfiles and customizable CSS for dirlisting written b...Jan Kneschke2005-03-038-176/+442
* check errno on SSL_ERROR_SYSCALLJan Kneschke2005-03-031-0/+12
* handle remote shutdown correctlyJan Kneschke2005-03-031-1/+17
* skip fastcgi checks if fastcgi-proc is not availableJan Kneschke2005-03-032-73/+91
* don't put download URLs in release-text for the webJan Kneschke2005-03-021-26/+12
* strip double / on path-infoJan Kneschke2005-03-021-3/+7
* fixed pathinfo handling on /fcgi_patternJan Kneschke2005-03-021-20/+34
* SIGCLD -> SIGCHLD (reported by s0 and Pierre-Yves)Jan Kneschke2005-03-021-4/+4
* moved to 1.3.12lighttpd-1.3.12Jan Kneschke2005-03-021-0/+7
* fixed handling of dead fastcgi processes if deamonizedJan Kneschke2005-03-026-22/+49
* don't touch the exit-conditions for the loop directly (reverting a this part ...Jan Kneschke2005-03-021-2/+0
* seperated the tests for each section and let run-tests.pl use Test::HarnessJan Kneschke2005-03-0213-1244/+3145
* added | to the non-rfc characters in URIJan Kneschke2005-03-021-1/+1
* updated ChangeLog and NEWS from timelineJan Kneschke2005-03-013-2/+87
* get make distcheck workingJan Kneschke2005-03-011-11/+13
* compile fixes for MIPSpro on IRIXJan Kneschke2005-03-015-15/+10
* PACKAGE -> PACKAGE_NAME (by smi)Jan Kneschke2005-03-016-15/+7
* update keep-alive docsJan Kneschke2005-03-011-1/+17
* added man page for spawn-fcgi and add a example for conditionals and simple-v...Jan Kneschke2005-03-014-2/+49
* added tests for restarting fcgi-procs after they diedJan Kneschke2005-03-013-11/+37
* rewrote the event and error handling with the help of the fcgi-responder.c fr...Jan Kneschke2005-03-014-105/+141
* added checks for the line-terminator handling and cleanup the configsJan Kneschke2005-03-016-25/+92
* removed generated files from svnJan Kneschke2005-03-013-195/+0
* fixed #25 by setting all duplicates to 400Jan Kneschke2005-03-013-9/+178
* disable dump_packetJan Kneschke2005-03-011-0/+2
* parse last-modified timestamp and compare it.Jan Kneschke2005-02-281-7/+20
* 'modification' as ignored and handled as 'access'Jan Kneschke2005-02-281-5/+18
* converted all tests to run-tests.plJan Kneschke2005-02-2838-747/+152
* this one belongs to the last changesetJan Kneschke2005-02-281-11/+1
* * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()Jan Kneschke2005-02-285-402/+225