summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - updated NEWS filelighttpd-1.4.14Marcus Rückert2007-04-131-2/+5
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1764 152afb58-edef-0310-8abb-c4023f1b3aa9
* - added "kill-signal" as setting for fastcgi blocks. applicationsMarcus Rückert2007-04-101-9/+11
| | | | | | | | | | linking libfcgi should be killed with SIGUSR1. The default value will remain SIGTERM though. If you want to change it add: '"kill-signal" => 10,' in your fastcgi block. git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1745 152afb58-edef-0310-8abb-c4023f1b3aa9
* * fixed compilation in network_writev.c on MacOS X 10.3.9 (fixes #903)Jan Kneschke2007-04-102-3/+8
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1744 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed compilation on c89 compilersJan Kneschke2007-04-101-1/+0
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1743 152afb58-edef-0310-8abb-c4023f1b3aa9
* - updated NEWS fileMarcus Rückert2007-04-101-0/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1742 152afb58-edef-0310-8abb-c4023f1b3aa9
* - set AUTH_TYPE environment variable for fastcgi requests (#889)Marcus Rückert2007-04-101-2/+30
| | | | | | | patch by tkruthoff git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1741 152afb58-edef-0310-8abb-c4023f1b3aa9
* forgot the comment on #1076Jan Kneschke2007-04-101-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1740 152afb58-edef-0310-8abb-c4023f1b3aa9
* handle the mmap() error of the file-size is 0 (fixes #1076)Jan Kneschke2007-04-101-3/+8
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1739 152afb58-edef-0310-8abb-c4023f1b3aa9
* oops, missed one renamed variable if IPv6 is not availableJan Kneschke2007-04-101-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1738 152afb58-edef-0310-8abb-c4023f1b3aa9
* - added missing news entryMarcus Rückert2007-04-102-1/+2
| | | | | | - bumped version number git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1737 152afb58-edef-0310-8abb-c4023f1b3aa9
* * fixed possible crash in debug-message in mod_extforwardJan Kneschke2007-04-102-92/+107
| | | | | | | | * fixed compilation of mod_extforward on glibc < 2.3.4 git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1736 152afb58-edef-0310-8abb-c4023f1b3aa9
* - fixed crash on url.redirect and url.rewrite if %0 is used in aJan Kneschke2007-04-103-1/+17
| | | | | | | | global context (fixes #800) git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1735 152afb58-edef-0310-8abb-c4023f1b3aa9
* ECONNABORTED is not known on cygwin (fixes #863)Jan Kneschke2007-04-092-0/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1734 152afb58-edef-0310-8abb-c4023f1b3aa9
* reduced default PATH_MAX to 255 (fixes #826)Jan Kneschke2007-04-092-1/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1733 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed conditional dir-listing.exclude (fixes #930)Jan Kneschke2007-04-092-22/+34
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1732 152afb58-edef-0310-8abb-c4023f1b3aa9
* - fixed various crashes at startup on broken accesslog.format stringsJan Kneschke2007-04-092-10/+36
| | | | | | | | | (fixes #1000) - fixed handling of %% in accesslog.format git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1731 152afb58-edef-0310-8abb-c4023f1b3aa9
* added note about #1064Jan Kneschke2007-04-091-0/+3
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1730 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed accesslog.use-syslog in a conditional and the caching of theJan Kneschke2007-04-091-1/+4
| | | | | | | accesslog for files (fixes #1064) git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1729 152afb58-edef-0310-8abb-c4023f1b3aa9
* added comment on #1098Jan Kneschke2007-04-091-1/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1728 152afb58-edef-0310-8abb-c4023f1b3aa9
* strip trailing white-spaces in HTTP-request headers Jan Kneschke2007-04-091-0/+7
| | | | | | | before we parse them (fixes #1098) git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1727 152afb58-edef-0310-8abb-c4023f1b3aa9
* updated NEWS for the latest two fixesJan Kneschke2007-04-091-0/+3
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1726 152afb58-edef-0310-8abb-c4023f1b3aa9
* don't allow caching of file without a content-typeJan Kneschke2007-04-091-18/+23
| | | | | | | | | - this solves the early install problems where the user hasn't setup fastcgi yet and sends the php-source code out and the browser caches the file and it's content git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1725 152afb58-edef-0310-8abb-c4023f1b3aa9
* - send SIGUSR1 to fastcgi apps before SIGTERMMarcus Rückert2007-04-091-3/+10
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1724 152afb58-edef-0310-8abb-c4023f1b3aa9
* encode newlines in HTTP headers (fixes #1106)Jan Kneschke2007-04-093-5/+41
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1723 152afb58-edef-0310-8abb-c4023f1b3aa9
* added possible for the caching of the invalid content-typeJan Kneschke2007-04-091-0/+9
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1722 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed small mem-leak if auth failedJan Kneschke2007-04-091-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1721 152afb58-edef-0310-8abb-c4023f1b3aa9
* cleanup whenever we have a data-struct on this connectionJan Kneschke2007-04-091-5/+0
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1720 152afb58-edef-0310-8abb-c4023f1b3aa9
* - updated NEWS fileMarcus Rückert2007-03-291-7/+10
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1719 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed crashed if gethostbyaddr() fails on redirectJan Kneschke2007-03-261-2/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1718 152afb58-edef-0310-8abb-c4023f1b3aa9
* - properly handle 206 responses generated by *cgi scriptsMarcus Rückert2007-03-171-2/+0
| | | | | | closes 755 git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1716 152afb58-edef-0310-8abb-c4023f1b3aa9
* - obfuscate email addresesElan Ruusamäe2007-03-071-18/+18
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1708 152afb58-edef-0310-8abb-c4023f1b3aa9
* - added NEWS entries from ↵Elan Ruusamäe2007-03-071-0/+14
| | | | | | http://trac.lighttpd.net/trac/log/branches/lighttpd-1.4.x until [1392] git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1707 152afb58-edef-0310-8abb-c4023f1b3aa9
* - fix the previous commitMarcus Rückert2007-02-211-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1687 152afb58-edef-0310-8abb-c4023f1b3aa9
* - add HTTPS=on to the environment of cgi scripts (#861)Marcus Rückert2007-02-211-0/+6
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1684 152afb58-edef-0310-8abb-c4023f1b3aa9
* - handle 303 [#1045]Marcus Rückert2007-02-201-0/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1678 152afb58-edef-0310-8abb-c4023f1b3aa9
* - make the configure check for lua more portableMarcus Rückert2007-02-201-1/+1
| | | | | | patch by Jörg Sonnenberger git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1677 152afb58-edef-0310-8abb-c4023f1b3aa9
* - properly ifdef for dragonflybsd. this should be the last missing chunkMarcus Rückert2007-02-201-1/+1
| | | | | | patch by Jörg Sonnenberger git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1676 152afb58-edef-0310-8abb-c4023f1b3aa9
* - unify styleElan Ruusamäe2007-02-191-3/+3
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1671 152afb58-edef-0310-8abb-c4023f1b3aa9
* - record mod_extforward inclusion factElan Ruusamäe2007-02-191-0/+3
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1666 152afb58-edef-0310-8abb-c4023f1b3aa9
* - add mod_extforward module from wikiElan Ruusamäe2007-02-195-1/+594
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1665 152afb58-edef-0310-8abb-c4023f1b3aa9
* - applied patch from sh@linux2go.dk (#1039)Marcus Rückert2007-02-192-1/+9
| | | | | | References to FAM stat cache engine should be conditional git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1664 152afb58-edef-0310-8abb-c4023f1b3aa9
* - applied patch from colin.stephen@o2.com (#1041)Marcus Rückert2007-02-191-1/+13
| | | | | | fixes http 500 errors with mod_fastcgi git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1663 152afb58-edef-0310-8abb-c4023f1b3aa9
* - prevent wrong pidfile unlinking on graceful restart (patch by Chris Webb)Elan Ruusamäe2007-02-171-1/+15
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1656 152afb58-edef-0310-8abb-c4023f1b3aa9
* - ignore empty packets from STDERR stream. fixes #998Elan Ruusamäe2007-02-051-0/+2
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1607 152afb58-edef-0310-8abb-c4023f1b3aa9
* r1557@h2o: darix | 2007-01-14 10:55:33 +0100Marcus Rückert2007-01-141-0/+1
| | | | | | | | - fix a crash for files with an mtime of 0 reported by cubiq on irc git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1519 152afb58-edef-0310-8abb-c4023f1b3aa9
* r1553@h2o: darix | 2007-01-14 10:37:14 +0100Marcus Rückert2007-01-143-6/+13
| | | | | | | | - allow empty passwords with ldap. patch by Jöerg Sonnenberger git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1516 152afb58-edef-0310-8abb-c4023f1b3aa9
* commit fix from Ticket #964Robert Jakabosky2007-01-051-1/+1
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1501 152afb58-edef-0310-8abb-c4023f1b3aa9
* Added round-robin support to mod_fastcgi.Robert Jakabosky2007-01-032-8/+19
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1500 152afb58-edef-0310-8abb-c4023f1b3aa9
* - Handle DragonFlyBSD the same way as Freebsd.Marcus Rückert2006-12-292-2/+2
| | | | | | Patch by Jörg Sonnenberger git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1492 152afb58-edef-0310-8abb-c4023f1b3aa9
* added now and weeks support to mod_expire. close #943Elan Ruusamäe2006-12-191-2/+10
| | | | git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1478 152afb58-edef-0310-8abb-c4023f1b3aa9