root/branches/lighttpd-1.4.x/NEWS

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2299 [2299] 12 days stbuehler fix segfault for stat_cache(fam) calls with relative path (without '/', …
(edit) @2296 [2296] 3 weeks stbuehler Do not send content-encoding for 304 (#1754), thx yzlai
(edit) @2291 [2291] 3 weeks stbuehler Hide some ssl errors per default, enable them with debug.log-ssl-noise …
(edit) @2289 [2289] 3 weeks stbuehler Fix mem leak in ssi expression parser (#1753), thx Take5k
(edit) @2287 [2287] 3 weeks stbuehler Replaced fprintf with log_error_write in mod-fastcgi
(edit) @2285 [2285] 3 weeks stbuehler Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog …
(edit) @2283 [2283] 3 weeks stbuehler Fix bug with case-insensitive filenames in mod_userdir (#1589)
(edit) @2281 [2281] 4 weeks stbuehler Match headers case insensitive in response (removing of …
(edit) @2280 [2280] 5 weeks stbuehler Fixed conditional patching of ldap filter (#1564)
(edit) @2278 [2278] 5 weeks stbuehler Decode url before matching in mod_rewrite (#1720)
(edit) @2277 [2277] 5 weeks stbuehler Print helpful error message on conditionals in global block (#1550)
(edit) @2275 [2275] 5 weeks stbuehler Fix dropping last character of evhost pattern (#161)
(edit) @2274 [2274] 5 weeks stbuehler Allow digits in [s]cgi env vars (#1712)
(edit) @2272 [2272] 5 weeks stbuehler Fix url encoding to encode more characters (#266)
(edit) @2271 [2271] 5 weeks stbuehler Insert many con->mode checks; they should prevent two modules to handle …
(edit) @2265 [2265] 5 weeks stbuehler mod_{fast,s}cgi: overwrite environment variables (#1722)
(edit) @2264 [2264] 5 weeks stbuehler Fix EINTR handling for waitpid in mod_fastcgi
(edit) @2258 [2258] 6 weeks stbuehler Fix round-robin balancing in mod_proxy (#1715)
(edit) @2257 [2257] 6 weeks stbuehler Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to …
(edit) @2256 [2256] 6 weeks stbuehler Handle EAGAIN and EINTR for freebsd sendfile (#1675)
(edit) @2255 [2255] 6 weeks stbuehler Fix mod_secdownload problem with unsigned time_t (#1688)
(edit) @2253 [2253] 6 weeks stbuehler Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) …
(edit) @2251 [2251] 6 weeks stbuehler case insensitive match for secdownload md5 token (#1710)
(edit) @2250 [2250] 6 weeks stbuehler Replace buffer_{append,copy}_string with the _len variant where possible …
(edit) @2247 [2247] 6 weeks stbuehler fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
(edit) @2243 [2243] 6 weeks stbuehler [tests] Fixed tests needing php running (if not running on port 1026, …
(edit) @2242 [2242] 6 weeks stbuehler [tests] Remove pidfile from test system
(edit) @2241 [2241] 6 weeks stbuehler [tests] Fixed test system, use foreground daemons and waitpid
(edit) @2223 [2223] 6 weeks stbuehler Fix scgi HTTP/1.* status parsing (#1638), found by met@…
(edit) @2222 [2222] 6 weeks stbuehler Fix bug with IPv6 in mod_evasive
(edit) @2201 [2201] 7 weeks stbuehler Close connection in mod_magnet if returned status code
(edit) @2200 [2200] 7 weeks stbuehler Close connection after redirect in trigger_b4_dl
(edit) @2198 [2198] 8 weeks glen - let spawn-fcgi propagate exit code from spawned fcgi application
(edit) @2192 [2192] 8 weeks glen - merge spawn-fcgi changes from trunk (from @2191)
(edit) @2163 [2163] 4 months stbuehler Implement a clean way to open /dev/null and use it to close stdin/out/err …
(edit) @2162 [2162] 4 months stbuehler Disable logging to access.log if filename is an empty string
(edit) @2161 [2161] 4 months stbuehler Do not rely on PATH_MAX (POSIX does not require it) (#580)
(edit) @2157 [2157] 5 months stbuehler Remove lighttpd.spec* from source, fixing all problems with it ;-)
(edit) @2155 [2155] 5 months stbuehler Fix mod_magnet to set con->mode = p->id if it generates content, so …
(edit) @2154 [2154] 5 months stbuehler Allow all http status codes by default; disable body only for 204,205 and …
(edit) @2153 [2153] 5 months stbuehler Handle EINTR in mod_cgi during write() (#1640)
(edit) @2152 [2152] 5 months stbuehler Overwrite Content-Type header in mod_dirlisting instead of inserting …
(edit) @2150 [2150] 5 months stbuehler Fix mod_fastcgi prefix matching: match the prefix always against url, not …
(edit) @2149 [2149] 5 months stbuehler Fix accesslog port (should be port from the connection, not the …
(edit) @2148 [2148] 5 months stbuehler Enable escaping of % and $ in redirect/rewrite; only two cases changed …
(edit) @2147 [2147] 5 months stbuehler Fix conditional interpretation of core options
(edit) @2145 [2145] 5 months stbuehler Don't send empty Server headers (#1620)
(edit) @2143 [2143] 5 months stbuehler Use data_response_init in mod_fastcgi x-sendfile handling for …
(edit) @2142 [2142] 5 months stbuehler Fix previous commit (wrong line in the NEWS file)
(edit) @2141 [2141] 5 months stbuehler Added CVE for #285 (CVE-2008-1531)
(edit) @2138 [2138] 6 months stbuehler Fix segfault for appending matched parts if there was no regex matching …
(edit) @2137 [2137] 6 months stbuehler Fix mod_magnet: enable "request.method" and "request.protocol" in …
(edit) @2136 [2136] 6 months stbuehler Fix #285 again: read error after SSL_shutdown (thx …
(edit) @2130 [2130] 6 months stbuehler Update documentation for #1587
(edit) @2129 [2129] 6 months stbuehler Fix mod_extforward to compile with old gcc version (#1591)
(edit) @2128 [2128] 6 months stbuehler Fix mod_compress to compile with old gcc version (#1592)
(edit) @2127 [2127] 6 months stbuehler - next is 1.4.20
(edit) @2125 [2125] 6 months darix - added CVE for the mod_userdir bug
(edit) @2124 [2124] 6 months jan fixed handling of waitpid() == EINTR mod_ssi on solaris
(edit) @2123 [2123] 6 months jan make configure checks for --with-pcre, --with-zlib and --with-bzip2 …
(edit) @2121 [2121] 6 months darix - added cve numbers for DOS and mod_cgi bug
(edit) @2120 [2120] 6 months stbuehler workaround #1587: require userdir.path to be set to enable mod_userdir …
(edit) @2111 [2111] 6 months stbuehler fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in …
(edit) @2109 [2109] 6 months stbuehler fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
(edit) @2107 [2107] 6 months stbuehler r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source …
(edit) @2106 [2106] 6 months stbuehler Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before …
(edit) @2105 [2105] 6 months jan allow content for Status 300
(edit) @2101 [2101] 6 months stbuehler Fix #1150: remove compress cache file if compression or write failed
(edit) @2099 [2099] 6 months stbuehler r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100 do not generate a …
(edit) @2098 [2098] 6 months stbuehler Fix Content-Length header if response body gets removed in connections.c …
(edit) @2097 [2097] 6 months stbuehler Fix #1412: do not suppress content for "307 Temporary Redirect"
(edit) @2096 [2096] 6 months stbuehler Updating NEWS file
(edit) @2072 [2072] 7 months jan fixed handling of EAGAIN in linux-sendfile (fixes #657)
(edit) @2066 [2066] 7 months jan handle ECONNRESET in the openssl backend
(edit) @2061 [2061] 8 months glen - support chained proxies in mod_extforward (#1528)
(edit) @2058 [2058] 8 months glen - support letterhomes in mod_userdir (#1473)
(edit) @2053 [2053] 8 months glen - generate ETag and Last-Modified headers for mod_ssi based on newest …
(edit) @2052 [2052] 8 months glen - HTTPS env var should be "on" when using mod_extforward and the …