summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* added a static target to scons which compiles lighttpd staticly (incl. mod_ac...Jan Kneschke2006-01-032-0/+30
* remove zombies againJan Kneschke2006-01-031-35/+34
* fixed empty Host: for mod_proxy (finally)Jan Kneschke2006-01-031-1/+4
* fix logfile spamming on conn-refused and friendsJan Kneschke2006-01-021-254/+333
* added internals for the statistics frameworkJan Kneschke2006-01-022-0/+17
* added the power-magnet to mod_cmlJan Kneschke2005-12-294-48/+102
* fixed config optionJan Kneschke2005-12-291-1/+1
* added mod_evasive to limit the number of connections by IP (<w1zzard@techpowe...Jan Kneschke2005-12-201-0/+174
* updated the latest changes and fixed the typos and wording in the docs (Ryan ...Jan Kneschke2005-12-2017-221/+281
* improved error-msgJan Kneschke2005-12-201-2/+2
* fixed counting of unused blocks (sandy <sandy@meebo.com>)Jan Kneschke2005-12-201-0/+2
* make AIX happy and include fcntl.h instead of sys/fcntl.h (fixes #417)Jan Kneschke2005-12-201-1/+1
* show HEADER.txt if it exists (fixes #246) (<mnag@FreeBSD.org>)Jan Kneschke2005-12-201-9/+58
* include content-type in HTML tooJan Kneschke2005-12-191-1/+14
* - next release is 1.4.9Jan Kneschke2005-12-156-8/+46
* used the wrong type for the configfile handlingJan Kneschke2005-12-141-1/+1
* fixed typosJan Kneschke2005-12-132-110/+81
* fixed typo (and next time I should at least compile before commiting)Jan Kneschke2005-12-051-1/+1
* don't crash if Host: is not setJan Kneschke2005-12-051-1/+3
* cleanup the connection-internals at the end of the of the response and not at...Jan Kneschke2005-11-301-1/+1
* take the right docroot if simple-vhost is used for MOVE/COPY operations (fixe...Jan Kneschke2005-11-261-1/+1
* improved the error-msgsJan Kneschke2005-11-261-3/+9
* improve the example based on a comment from dllm70-boborosso (at) yahoo.comJan Kneschke2005-11-251-2/+2
* fixed server-based traffic shaping if connection limit is not setlighttpd-1.4.8Jan Kneschke2005-11-231-1/+2
* allow to bind the server to a unix-domain socketJan Kneschke2005-11-232-3/+38
* in case the length is 0 don't decrement the lenghtJan Kneschke2005-11-231-2/+2
* improved error-msgJan Kneschke2005-11-221-2/+8
* reverted last patch as open + fstat() results in a hang on named-pipesJan Kneschke2005-11-221-6/+15
* set content-type for errorfiles (fixed #383)Jan Kneschke2005-11-221-0/+1
* fixed 64bit printf() for size_t Jan Kneschke2005-11-221-2/+2
* - init FAM after fdevent-backend is upJan Kneschke2005-11-222-34/+47
* fixed possible overflow in password-salt handlingJan Kneschke2005-11-211-1/+1
* fixed streaming cgi output (like cgi-irc)Jan Kneschke2005-11-202-1/+6
* update NEWS to latest changesJan Kneschke2005-11-181-0/+9
* fixed typoJan Kneschke2005-11-181-1/+2
* suppress the 'using default-vhost' message by defaultJan Kneschke2005-11-181-2/+15
* fixed unsigned/signed compareJan Kneschke2005-11-181-1/+1
* updated test as we don't overwrite the Server-Header anymoreJan Kneschke2005-11-181-1/+1
* check if we need -ldl to get dlopenJan Kneschke2005-11-182-5/+8
* link all the files to mod_cmlJan Kneschke2005-11-181-1/+1
* - don't duplicate Server and Date HeaderJan Kneschke2005-11-183-43/+76
* more unsigned/sign compare fixesJan Kneschke2005-11-1811-27/+33
* added a keep-alive check for pipeliningJan Kneschke2005-11-181-1/+17
* added lua compile optionJan Kneschke2005-11-182-3/+13
* fixed ranges for the unsigned fixesJan Kneschke2005-11-181-8/+13
* small update for 1.4.8Jan Kneschke2005-11-171-1/+5
* fixed md5 on 64bit platformsJan Kneschke2005-11-1710-50/+20
* fixed unsigned comparesJan Kneschke2005-11-174-11/+11
* fixed assertion if a read() returned with EGAIN in POST-readJan Kneschke2005-11-171-18/+53
* don't take all max-fds as solaris needs some fds for devpollJan Kneschke2005-11-171-0/+3