root/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2295 [2295] 2 weeks stbuehler Fixed parser generating with automake - we want "make dist" to …
(edit) @2290 [2290] 2 weeks stbuehler Fix mem leak in ssi expression parser (#1753), thx Take5k
(edit) @2282 [2282] 3 weeks stbuehler Match headers case insensitive in response (removing of …
(edit) @2276 [2276] 5 weeks stbuehler Fix dropping last character of evhost pattern (#161)
(edit) @2273 [2273] 5 weeks stbuehler Fixed url encoding to encode more characters (#266)
(edit) @2269 [2269] 5 weeks stbuehler Fix #1555: HTTP Request/Response only accept complete headers, i.e. ended …
(edit) @2268 [2268] 5 weeks stbuehler Fixed mod_webdav, litmus now passes everything except locks (#1738) 3 …
(edit) @2266 [2266] 5 weeks stbuehler Fix buffer_reset to make an empty string
(edit) @2263 [2263] 5 weeks stbuehler Replace buffer_{append,copy}_string with the _len variant where possible …
(edit) @2261 [2261] 5 weeks stbuehler Remove mod_proxy
(edit) @2260 [2260] 5 weeks stbuehler Handle EAGAIN and EINTR for freebsd sendfile (#1675)
(edit) @2259 [2259] 5 weeks stbuehler Fix mod_secdownload problem with unsigned time_t (#1688) Fix sending "408 …
(edit) @2254 [2254] 5 weeks stbuehler Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) …
(edit) @2252 [2252] 5 weeks stbuehler case insensitive match for secdownload md5 token (#1710)
(edit) @2248 [2248] 5 weeks stbuehler fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
(edit) @2245 [2245] 5 weeks stbuehler merged from @1874: add ETag configuration (#1442)
(edit) @2240 [2240] 6 weeks stbuehler Fix #1565: mod_compress should check if the request is already handled, …
(edit) @2239 [2239] 6 weeks stbuehler Fixed postgresql-vhost module to use all options (#1694)
(edit) @2238 [2238] 6 weeks stbuehler Fixed sock_addr reading in mod_cgi.c (#1672)
(edit) @2237 [2237] 6 weeks stbuehler Fixed mod_cgi: return HANDLER_FINISHED if handling request.
(edit) @2236 [2236] 6 weeks stbuehler Fix accepting partially read headers from backends (status code not parsed …
(edit) @2235 [2235] 6 weeks stbuehler Fix mod-proxy-backend-http waiting for http body for 304 and 205 (#1178)
(edit) @2234 [2234] 6 weeks stbuehler reset physical.path after mod_magnet request restart
(edit) @2233 [2233] 6 weeks stbuehler Fix server.max-keep-alive-requests handling
(edit) @2232 [2232] 6 weeks stbuehler fix #1396: req-method OPTIONS: do not insert default response if request …
(edit) @2231 [2231] 6 weeks stbuehler return HANDLER_FINISHED after con->mode = p->id in mod_proxy_core
(edit) @2230 [2230] 6 weeks stbuehler Fix #1574: Check for symlinks after successful pathinfo matching
(edit) @2229 [2229] 6 weeks stbuehler mod_magnet: set con->mode if content was generated so lighty doesn't …
(edit) @2228 [2228] 6 weeks stbuehler mod-proxy-core: only decrement backlog-size counter if we really removed a …
(edit) @2227 [2227] 6 weeks stbuehler fix mod_magnet: enable "request.method" and "request.protocol" in …
(edit) @2226 [2226] 6 weeks stbuehler Fix http response parser so it doesn't require any header except the …
(edit) @2224 [2224] 6 weeks stbuehler Fix bug with IPv6 in mod_evasive
(edit) @2221 [2221] 6 weeks stbuehler mod_compress: match mime-type additionaly against the part before ";" …
(edit) @2220 [2220] 6 weeks stbuehler Use SAFE_BUF_STR in all output calls.
(edit) @2219 [2219] 6 weeks stbuehler Do not add Accept-Ranges header if range-request is disabled (#1449)
(edit) @2218 [2218] 6 weeks stbuehler Fix memory leak on windows (#1371)
(edit) @2217 [2217] 6 weeks stbuehler Remove scons build system
(edit) @2215 [2215] 6 weeks stbuehler close connection after redirect in trigger_b4_dl
(edit) @2214 [2214] 6 weeks stbuehler Fix usage of sock_addr structure (only read port if the address familiy …
(edit) @2213 [2213] 6 weeks stbuehler Fix chunkqueue length for static error files
(edit) @2211 [2211] 6 weeks stbuehler Disable a debug message in mod_proxy_core_address
(edit) @2210 [2210] 6 weeks stbuehler mod_status: count all bytes for 'bytes_written' (i.e., cq->bytes_{in,out})
(edit) @2209 [2209] 6 weeks stbuehler Remove unused source files
(edit) @2208 [2208] 6 weeks stbuehler Fix including of stdint.h in etag.c (#1413)
(edit) @2207 [2207] 6 weeks stbuehler Allocate 'size'+1 bytes if 'size' != 0 in buffer_prepare_copy.
(edit) @2206 [2206] 6 weeks stbuehler Fix network_gthread_io pread() undefined warning on linux.
(edit) @2205 [2205] 6 weeks stbuehler Fix lemon "uninitialized" warning by making variable global.
(edit) @2199 [2199] 8 weeks glen - let spawn-fcgi propagate exit code from spawned fcgi application
(edit) @2197 [2197] 8 weeks glen - print success message to stdout (for discarding it from initscripts)
(edit) @2195 [2195] 8 weeks glen - strerror() wants errno as param not arbitary exit value from spawned …
(edit) @2190 [2190] 3 months moo removed svn:executable property from source files
(edit) @2189 [2189] 3 months moo s/WIN32/WIN32/g
(edit) @2187 [2187] 3 months moo link mod_magnet with lua 5.1 on debian correctly
(edit) @2185 [2185] 3 months moo removed debug code
(edit) @2184 [2184] 3 months moo added ADD_TARGET_PROPERTIES to simplify code. use pkg-config for checking …
(edit) @2183 [2183] 3 months moo remove \n from EXEC_PROGRAM correctly
(edit) @2170 [2170] 4 months moo fixed #1664: fixed include basedir within include_shell, thanks to lunatic
(edit) @2169 [2169] 4 months stbuehler fix server.kbytes-per-second (#1102)
(edit) @2168 [2168] 4 months stbuehler fix dependencies of the parser files in the Makefile
(edit) @2146 [2146] 5 months darix - fix proxy-core.rewrite-request (#1600) patch by hoffie
(edit) @2140 [2140] 5 months stbuehler fix ssl error queue handling (#285) (CVE-2008-1531)
(edit) @2135 [2135] 6 months stbuehler Fix mod_compress bug (#1027)
(edit) @2134 [2134] 6 months stbuehler fcgi-stat-accel: Fix unused var / indentation
(edit) @2132 [2132] 6 months stbuehler fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983)
(edit) @2131 [2131] 6 months stbuehler fix many (64-bit) format warnings and unsigned/signed compare …
(edit) @2117 [2117] 6 months stbuehler fixed building/testing outside of the src dir
(edit) @2116 [2116] 6 months stbuehler mod_cgi: add a event-handler for STDERR_FILENO and log it with ERROR() - …
(edit) @2110 [2110] 6 months stbuehler fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
(edit) @2108 [2108] 6 months stbuehler * fix sending source of cgi script instead of 500 error if fork fails
(edit) @2077 [2077] 7 months jan store the original errno of SSL_read() in case of a syscall error
(edit) @2076 [2076] 7 months jan we need some space for the NUL-char too, fixes infinite loop
(edit) @2075 [2075] 7 months jan store the original errno
(edit) @2074 [2074] 7 months jan fixed error-msg on connection-shutdown if memory-chunks are …
(edit) @2073 [2073] 7 months jan limit the number of resizes for large log-messages (from stbuehler)
(edit) @2071 [2071] 7 months jan fixed log_write() for log-files > 4kbyte the buffer_prepare_append() …
(edit) @2070 [2070] 7 months jan fixed error-handling for syscall errors * EPIPE and ECONNRESET are ok * …
(edit) @2067 [2067] 7 months glen - conditions for USE_LDAP for compiler errors. #1535
(edit) @2064 [2064] 7 months jan fixed ECONNRESET handling in network-openssl (suppress error-msg)
(edit) @2062 [2062] 7 months glen - mod_auth ldap rework, most important change is being able to startup if …
(edit) @2060 [2060] 8 months glen - fix printf format warnings. Stefan Buhler
(edit) @2059 [2059] 8 months glen - support letterhomes in mod_userdir (#1473)
(edit) @2057 [2057] 8 months glen - give compiler hint that log_trace is printf format args
(edit) @2056 [2056] 8 months glen - proper type
(edit) @2055 [2055] 8 months glen - mod_deflate: filesize check is too weak, move to new logstyle. #1512
(edit) @2048 [2048] 8 months glen - shutup many compiler warnings. #1513