summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i think we can release 1.4.10lighttpd-1.4.10Jan Kneschke2006-02-081-1/+4
* load the three base modules if server.modules is not setJan Kneschke2006-02-081-0/+20
* Status: 301 might have a body with a message (mod_proxy via apache)Jan Kneschke2006-02-081-1/+1
* mod_scgi was illegally returning HANDLER_ERROR which cause a running cgi-requ...Jan Kneschke2006-02-082-7/+5
* more latest updatesJan Kneschke2006-02-031-0/+1
* added list of compiled in modules (robe)Jan Kneschke2006-02-031-1/+133
* added note on how to set the backendJan Kneschke2006-02-031-2/+9
* only load reasons for broken HTTP headers on requestJan Kneschke2006-02-021-43/+68
* moved dirlisting docs to its own fileJan Kneschke2006-02-011-23/+0
* added docs for mod_dirlisting (fixes #136)Jan Kneschke2006-02-011-0/+82
* fixed typo and added extra notes (patch by <robe@amd.co.at>)Jan Kneschke2006-02-012-3/+13
* test for posix_madviseJan Kneschke2006-02-012-3/+5
* the next release is 1.4.10Jan Kneschke2006-02-013-2/+12
* added tests for possible crashesJan Kneschke2006-02-013-3/+38
* improved performance of env-creation and added DOCUMENT_ROOT to the envJan Kneschke2006-02-011-49/+59
* fixed indentionJan Kneschke2006-02-011-9/+9
* qop is required nc and nonce (fixes #477)Jan Kneschke2006-02-011-1/+5
* distribute connect-storms properly over the available hostsJan Kneschke2006-02-011-4/+11
* updated the defines for the buildJan Kneschke2006-01-311-3/+4
* fixed typos (fixes #474)Jan Kneschke2006-01-312-4/+11
* added error-msg if FAMopen fails (fixes #484) (patch by avar)Jan Kneschke2006-01-311-0/+2
* removed quotes around valuesJan Kneschke2006-01-311-6/+5
* set var.CWD for later use with relative pathsJan Kneschke2006-01-311-0/+9
* remove unused config variableJan Kneschke2006-01-311-1/+0
* don't append a \n for syslog() (fixes #481)Jan Kneschke2006-01-311-3/+11
* - fixed load-balancing (#480)Jan Kneschke2006-01-312-28/+78
* - removed the session-id codeJan Kneschke2006-01-313-131/+71
* set SEQENTIAL READ on the sendfile file-fdsJan Kneschke2006-01-311-0/+25
* - darwin 7 doesn't like madviseJan Kneschke2006-01-311-4/+6
* fixed crash cause by missing comma (patch from <bobby@alphatrade.com>)Jan Kneschke2006-01-251-1/+1
* added Help text (scons -h) and a option to pass CC Jan Kneschke2006-01-201-0/+6
* implement global contextmOo2006-01-203-0/+52
* less confusing/misleading on conditional backreferencemOo2006-01-201-20/+11
* typo in ExamplemOo2006-01-151-2/+2
* updated to latest newslighttpd-1.4.9Jan Kneschke2006-01-141-1/+5
* give a warning on duplicate response headersJan Kneschke2006-01-141-7/+8
* added comment about applying response header multiple timesJan Kneschke2006-01-141-0/+12
* this should fix the 'missing cleanup' msg for mod_mysql_vhostJan Kneschke2006-01-141-1/+1
* only apply setenv once per requestJan Kneschke2006-01-141-1/+50
* added tests for lowercase filesysytemsJan Kneschke2006-01-143-4/+188
* document the socket.bind + unix-domain-socket handlingJan Kneschke2006-01-141-1/+8
* remove unix domain socket if it is unused before binding to it (fixes #395)Jan Kneschke2006-01-141-1/+40
* get known to the CONNECT methodJan Kneschke2006-01-142-1/+3
* ENCODING_MINIMAL_XML was missing in last commitJan Kneschke2006-01-141-0/+1
* fixed error-msgJan Kneschke2006-01-141-1/+1
* fixed encoding of UTF8 data (Jani Taskinen <sniper@iki.fi>)Jan Kneschke2006-01-122-6/+33
* improved docs (patch by <robe@amd.co.at>)Jan Kneschke2006-01-122-10/+20
* improved the htdigest exampleJan Kneschke2006-01-121-4/+16
* renamed server.force-lower-case-files to server.force-lowercase-filenamsJan Kneschke2006-01-115-16/+29
* oops, split the path on the final path to the binary itselfJan Kneschke2006-01-111-5/+7