root/branches/lighttpd-1.4.x/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2335 [2335] 2 days stbuehler Fixed fix for round-robin in mod_proxy (forgot to increment the index) …
(edit) @2326 [2326] 3 days stbuehler Fix duplicate connection keep-alive/transfer-encoding headers (#960)
(edit) @2325 [2325] 5 days glen - Add possibility to disable methods in mod_compress (#1773)
(edit) @2324 [2324] 6 days stbuehler Fix fastcgi authorization in subdirectories with check-local=disabled; …
(edit) @2322 [2322] 6 days stbuehler Do not cache default vhost in mod_simple_vhost (#709)
(edit) @2321 [2321] 6 days stbuehler Try to convert string options to shorts for numeric options in config …
(edit) @2319 [2319] 7 days stbuehler Fix leaving zombie process with include_shell (#1777)
(edit) @2318 [2318] 7 days stbuehler Now really fix mod auth ldap (#1066)
(edit) @2317 [2317] 7 days stbuehler Do not rely on ioctl FIONREAD (#673)
(edit) @2316 [2316] 7 days stbuehler Fix mod_cgi segfault when bound to unix domain socket (#653)
(edit) @2315 [2315] 7 days stbuehler Fix base64 decoding in mod_auth (#1757, thx guido)
(edit) @2309 [2309] 2 weeks stbuehler Use decoded url for matching in mod_redirect (#1720)
(edit) @2306 [2306] 2 weeks stbuehler Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
(edit) @2305 [2305] 2 weeks stbuehler Fix memleak in request header parsing (#1774, thx qhy)
(edit) @2304 [2304] 3 weeks stbuehler fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) - missing PATCH …
(edit) @2303 [2303] 3 weeks stbuehler workaround ldap connection leak if a ldap connection failed (restarting …
(edit) @2302 [2302] 3 weeks stbuehler fix splitting of auth-ldap filter
(edit) @2299 [2299] 6 weeks stbuehler fix segfault for stat_cache(fam) calls with relative path (without '/', …
(edit) @2298 [2298] 6 weeks stbuehler Change parser generation again as the previous fix broke building with …
(edit) @2297 [2297] 6 weeks stbuehler Fix small copy/paste typo in previous commit
(edit) @2296 [2296] 7 weeks stbuehler Do not send content-encoding for 304 (#1754), thx yzlai
(edit) @2294 [2294] 7 weeks stbuehler Fixed parser generating with automake - we want "make dist" to generate …
(edit) @2292 [2292] 7 weeks stbuehler Use struct copy instead of memcpy for volatile siginfo_t in server.c Fixes …
(edit) @2291 [2291] 7 weeks stbuehler Hide some ssl errors per default, enable them with debug.log-ssl-noise …
(edit) @2289 [2289] 7 weeks stbuehler Fix mem leak in ssi expression parser (#1753), thx Take5k
(edit) @2288 [2288] 7 weeks stbuehler Fix "comparison between signed and unsigned" warning on 64 bit in …
(edit) @2287 [2287] 7 weeks stbuehler Replaced fprintf with log_error_write in mod-fastcgi
(edit) @2286 [2286] 7 weeks stbuehler Add 'O' and 'X' to format characters in log_error_write upper case stands …
(edit) @2285 [2285] 7 weeks stbuehler Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog …
(edit) @2283 [2283] 7 weeks stbuehler Fix bug with case-insensitive filenames in mod_userdir (#1589)
(edit) @2281 [2281] 8 weeks stbuehler Match headers case insensitive in response (removing of …
(edit) @2280 [2280] 2 months stbuehler Fixed conditional patching of ldap filter (#1564)
(edit) @2278 [2278] 2 months stbuehler Decode url before matching in mod_rewrite (#1720)
(edit) @2277 [2277] 2 months stbuehler Print helpful error message on conditionals in global block (#1550)
(edit) @2275 [2275] 2 months stbuehler Fix dropping last character of evhost pattern (#161)
(edit) @2274 [2274] 2 months stbuehler Allow digits in [s]cgi env vars (#1712)
(edit) @2272 [2272] 2 months stbuehler Fix url encoding to encode more characters (#266)
(edit) @2271 [2271] 2 months stbuehler Insert many con->mode checks; they should prevent two modules to handle …
(edit) @2270 [2270] 2 months stbuehler Fix buffer_reset to make an empty string
(edit) @2265 [2265] 2 months stbuehler mod_{fast,s}cgi: overwrite environment variables (#1722)
(edit) @2264 [2264] 2 months stbuehler Fix EINTR handling for waitpid in mod_fastcgi
(edit) @2258 [2258] 2 months stbuehler Fix round-robin balancing in mod_proxy (#1715)
(edit) @2257 [2257] 2 months stbuehler Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to …
(edit) @2256 [2256] 2 months stbuehler Handle EAGAIN and EINTR for freebsd sendfile (#1675)
(edit) @2255 [2255] 2 months stbuehler Fix mod_secdownload problem with unsigned time_t (#1688)
(edit) @2253 [2253] 2 months stbuehler Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) …
(edit) @2251 [2251] 2 months stbuehler case insensitive match for secdownload md5 token (#1710)
(edit) @2250 [2250] 2 months stbuehler Replace buffer_{append,copy}_string with the _len variant where possible …
(edit) @2247 [2247] 2 months stbuehler fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
(edit) @2223 [2223] 2 months stbuehler Fix scgi HTTP/1.* status parsing (#1638), found by met@…
(edit) @2222 [2222] 2 months stbuehler Fix bug with IPv6 in mod_evasive
(edit) @2201 [2201] 3 months stbuehler Close connection in mod_magnet if returned status code
(edit) @2200 [2200] 3 months stbuehler Close connection after redirect in trigger_b4_dl
(edit) @2198 [2198] 3 months glen - let spawn-fcgi propagate exit code from spawned fcgi application
(edit) @2196 [2196] 3 months glen - print success message to stdout (for discarding it from initscripts)
(edit) @2194 [2194] 3 months glen - strerror() wants errno as param not arbitary exit value from spawned …
(edit) @2193 [2193] 3 months glen - revert unwanted commit
(edit) @2192 [2192] 3 months glen - merge spawn-fcgi changes from trunk (from @2191)
(edit) @2182 [2182] 5 months moo fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use …
(edit) @2176 [2176] 5 months moo build mod_extforward in scons
(edit) @2173 [2173] 5 months moo sync code between fastcgi->scgi: copy note_is_sent, fix typos
(edit) @2172 [2172] 5 months moo sync the "if" logic block with mod_fastcgi to make the indention same
(edit) @2171 [2171] 5 months moo merged [2170] from trunk: fixed include basedir within include_shell, …
(edit) @2167 [2167] 5 months stbuehler Fix dependencies of the parser files in the Makefile
(edit) @2166 [2166] 5 months stbuehler Fix type in previous commit
(edit) @2165 [2165] 5 months stbuehler Fix more warnings (unused var, pointer types in md5.c) - Use const void* …
(edit) @2163 [2163] 5 months stbuehler Implement a clean way to open /dev/null and use it to close stdin/out/err …
(edit) @2162 [2162] 5 months stbuehler Disable logging to access.log if filename is an empty string
(edit) @2161 [2161] 5 months stbuehler Do not rely on PATH_MAX (POSIX does not require it) (#580)
(edit) @2160 [2160] 5 months stbuehler Fixed many warnings (compare (un)signed, unused vars, and initialize with …
(edit) @2159 [2159] 5 months stbuehler Remove generated mod_ssi_expreparser.h from source (should be generated by …
(edit) @2155 [2155] 6 months stbuehler Fix mod_magnet to set con->mode = p->id if it generates content, so …
(edit) @2154 [2154] 6 months stbuehler Allow all http status codes by default; disable body only for 204,205 and …
(edit) @2153 [2153] 6 months stbuehler Handle EINTR in mod_cgi during write() (#1640)
(edit) @2152 [2152] 6 months stbuehler Overwrite Content-Type header in mod_dirlisting instead of inserting …
(edit) @2151 [2151] 6 months stbuehler Fix comment style (use /* */ instead of //)
(edit) @2150 [2150] 6 months stbuehler Fix mod_fastcgi prefix matching: match the prefix always against url, not …
(edit) @2149 [2149] 6 months stbuehler Fix accesslog port (should be port from the connection, not the …
(edit) @2148