root/trunk/NEWS

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2336 [2336] 26 hours stbuehler do not modify content-length in mod_chunked.c for HEAD requests (produced …
(edit) @2331 [2331] 3 days glen - Add possibility to disable methods in mod_compress (#1773)
(edit) @2311 [2311] 2 weeks stbuehler Don't return HANDLER_ERROR from proxy-core content handling, produce 500 …
(edit) @2310 [2310] 2 weeks stbuehler Use decoded url for matching in mod_redirect (#1720)
(edit) @2308 [2308] 2 weeks stbuehler Fix bug with case-insensitive filenames in mod_userdir (#1589)
(edit) @2307 [2307] 2 weeks stbuehler Decode url before matching in mod_rewrite (#1720)
(edit) @2290 [2290] 7 weeks stbuehler Fix mem leak in ssi expression parser (#1753), thx Take5k
(edit) @2282 [2282] 8 weeks stbuehler Match headers case insensitive in response (removing of …
(edit) @2276 [2276] 2 months stbuehler Fix dropping last character of evhost pattern (#161)
(edit) @2273 [2273] 2 months stbuehler Fixed url encoding to encode more characters (#266)
(edit) @2269 [2269] 2 months stbuehler Fix #1555: HTTP Request/Response only accept complete headers, i.e. ended …
(edit) @2268 [2268] 2 months stbuehler Fixed mod_webdav, litmus now passes everything except locks (#1738) 3 …
(edit) @2254 [2254] 2 months stbuehler Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) …
(edit) @2252 [2252] 2 months stbuehler case insensitive match for secdownload md5 token (#1710)
(edit) @2245 [2245] 2 months stbuehler merged from @1874: add ETag configuration (#1442)
(edit) @2240 [2240] 2 months stbuehler Fix #1565: mod_compress should check if the request is already handled, …
(edit) @2239 [2239] 2 months stbuehler Fixed postgresql-vhost module to use all options (#1694)
(edit) @2238 [2238] 2 months stbuehler Fixed sock_addr reading in mod_cgi.c (#1672)
(edit) @2235 [2235] 2 months stbuehler Fix mod-proxy-backend-http waiting for http body for 304 and 205 (#1178)
(edit) @2234 [2234] 2 months stbuehler reset physical.path after mod_magnet request restart
(edit) @2233 [2233] 2 months stbuehler Fix server.max-keep-alive-requests handling
(edit) @2232 [2232] 2 months stbuehler fix #1396: req-method OPTIONS: do not insert default response if request …
(edit) @2230 [2230] 2 months stbuehler Fix #1574: Check for symlinks after successful pathinfo matching
(edit) @2229 [2229] 2 months stbuehler mod_magnet: set con->mode if content was generated so lighty doesn't …
(edit) @2227 [2227] 2 months stbuehler fix mod_magnet: enable "request.method" and "request.protocol" in …
(edit) @2224 [2224] 2 months stbuehler Fix bug with IPv6 in mod_evasive
(edit) @2221 [2221] 2 months stbuehler mod_compress: match mime-type additionaly against the part before ";" …
(edit) @2219 [2219] 2 months stbuehler Do not add Accept-Ranges header if range-request is disabled (#1449)
(edit) @2218 [2218] 2 months stbuehler Fix memory leak on windows (#1371)
(edit) @2217 [2217] 2 months stbuehler Remove scons build system
(edit) @2215 [2215] 2 months stbuehler close connection after redirect in trigger_b4_dl
(edit) @2210 [2210] 2 months stbuehler mod_status: count all bytes for 'bytes_written' (i.e., cq->bytes_{in,out})
(edit) @2199 [2199] 3 months glen - let spawn-fcgi propagate exit code from spawned fcgi application
(edit) @2169 [2169] 5 months stbuehler fix server.kbytes-per-second (#1102)
(edit) @2168 [2168] 5 months stbuehler fix dependencies of the parser files in the Makefile
(edit) @2140 [2140] 6 months stbuehler fix ssl error queue handling (#285) (CVE-2008-1531)
(edit) @2135 [2135] 7 months stbuehler Fix mod_compress bug (#1027)
(edit) @2134 [2134] 7 months stbuehler fcgi-stat-accel: Fix unused var / indentation
(edit) @2133 [2133] 7 months stbuehler fix auth-ldap configuration in tests
(edit) @2132 [2132] 7 months stbuehler fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983)
(edit) @2131 [2131] 7 months stbuehler fix many (64-bit) format warnings and unsigned/signed compare …
(edit) @2117 [2117] 7 months stbuehler fixed building/testing outside of the src dir
(edit) @2116 [2116] 7 months stbuehler mod_cgi: add a event-handler for STDERR_FILENO and log it with ERROR() - …
(edit) @2110 [2110] 7 months stbuehler fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
(edit) @2108 [2108] 7 months stbuehler * fix sending source of cgi script instead of 500 error if fork fails
(edit) @2071 [2071] 8 months jan fixed log_write() for log-files > 4kbyte the buffer_prepare_append() …
(edit) @2064 [2064] 8 months jan fixed ECONNRESET handling in network-openssl (suppress error-msg)
(edit) @2062 [2062] 8 months glen - mod_auth ldap rework, most important change is being able to startup if …
(edit) @2059 [2059] 9 months glen - support letterhomes in mod_userdir (#1473)
(edit) @2046 [2046] 9 months glen - add IdleServers? and Scoreboard directives in ?auto mode for mod_status …
(edit) @2036 [2036] 9 months glen - ssl.cipher-list and ssl.use-sslv2 ported from 1.4.x (#1422)
(edit) @2029 [2029] 9 months glen - con->bytes_read is not set. #1514
(edit) @2025 [2025] 11 months glen - use execv() directly to fcgi app if used as argument. resolves #1428
(edit) @2015 [2015] 11 months glen - remove pre 1.5 changes as it continues in 1.4 branch
(edit) @2011 [2011] 12 months jan fixed several crashes in log-request-handling with %s being NULL …
(edit) @2002 [2002] 12 months jan disabled linux-aio and posix-aio for now as experimental
(edit) @2001 [2001] 12 months jan fixed decoding of common headers in APJ13 (fixes #1399) - added a bunch …
(edit) @1990 [1990] 13 months jan merged [1875] from 1.4.x * fixed mem-leak in mod_auth (reported by …
(edit) @1986 [1986] 13 months jan fixed FastCGI header overrun in mod_fastcgi (reported …
(edit) @1979 [1979] 13 months jan fixed compile-error on IRIX on prctl() (fixes #1333)
(edit) @1961 [1961] 14 months jan fixed prctl() usage (#1310)
(edit) @1959 [1959] 14 months jan added logging of the PID and UID of the sending process for SIGTERM …
(edit) @1952 [1952] 14 months jan renamed ltostr() to LI_ltostr() (merged [1951] from 1.4.x, fixes #465)
(edit) @1949 [1949] 14 months jan fixed extra Content-Length header on 1xx, 204 and 304 (fixes #1102)
(edit) @1921 [1921] 14 months glen - update NEWS
(edit) @1916 [1916] 14 months jan added a sentinel around NULL in exec() (merged from [1872] from …
(edit) @1914 [1914] 14 months jan added protection that CONTENT_LENGTH is only added to the env if it is > …
(edit) @1913 [1913] 14 months jan added dir-listing.set-footer (merges [1910] from 1.4.x and fixes #1277)
(edit) @1912 [1912] 14 months jan fixed dir-listing.exclude in conditional (merges [1732] from 1.4.x …
(edit) @1909 [1909] 14 months jan merged [1908] from 1.4.x (fixes #1279)
(edit) @1897 [1897] 14 months jan replaced hard-coded fonts and font-size by relative sizes (fixes #1267)
(edit) @1896 [1896] 14 months jan - added parsing of X-Progress-ID=... from the query-string - fixed …
(edit) @1866 [1866] 16 months moo applied patch from #1179, support -F flags for spawn-fcgi
(edit) @1786 [1786] 18 months jan fixed expire.url with 'modification ...' if physical.path is not …
(edit) @1709 [1709] 19 months glen - merged with branches/lighttpd-1.4.x/NEWS
(edit) @1349 [1349] 2 years darix - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
(edit) @104 [104] 4 years jan updated the NEWS for the important changes in 1.3.13
(edit) @74 [74] 4 years jan fixed handling of dead fastcgi processes if deamonized fixed handling …
(edit) @70 [70] 4 years jan updated ChangeLog? and NEWS from timeline
(edit) @33 [33] 4 years jan added all changes to ChangeLog? and NEWS
(copy) @30 [30] 4 years jan moved everything below trunk/ and added branches/ and tags/
copied from NEWS:
(add) @1 [1] 4 years jan first import of lighttpd 1.3.10
Note: See TracRevisionLog for help on using the revision log.