root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2171 [2171] 05/15/2008 01:24:00 AM moo merged [2170] from trunk: fixed include basedir within include_shell, …
(edit) @2170 [2170] 05/15/2008 01:12:35 AM moo fixed #1664: fixed include basedir within include_shell, thanks to lunatic
(edit) @2169 [2169] 05/06/2008 11:29:27 AM stbuehler fix server.kbytes-per-second (#1102)
(edit) @2168 [2168] 05/06/2008 11:29:17 AM stbuehler fix dependencies of the parser files in the Makefile
(edit) @2167 [2167] 04/29/2008 09:01:45 PM stbuehler Fix dependencies of the parser files in the Makefile
(edit) @2166 [2166] 04/29/2008 09:01:22 PM stbuehler Fix type in previous commit
(edit) @2165 [2165] 04/29/2008 09:01:00 PM stbuehler Fix more warnings (unused var, pointer types in md5.c) - Use const void* …
(edit) @2164 [2164] 04/29/2008 09:00:01 PM stbuehler Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
(edit) @2163 [2163] 04/29/2008 08:59:39 PM stbuehler Implement a clean way to open /dev/null and use it to close stdin/out/err …
(edit) @2162 [2162] 04/29/2008 08:59:18 PM stbuehler Disable logging to access.log if filename is an empty string
(edit) @2161 [2161] 04/29/2008 11:03:41 AM stbuehler Do not rely on PATH_MAX (POSIX does not require it) (#580)
(edit) @2160 [2160] 04/29/2008 11:03:26 AM stbuehler Fixed many warnings (compare (un)signed, unused vars, and initialize with …
(edit) @2159 [2159] 04/29/2008 11:03:13 AM stbuehler Remove generated mod_ssi_expreparser.h from source (should be generated by …
(edit) @2158 [2158] 04/23/2008 08:01:51 PM stbuehler And now really delete lighttpd.spec.in itself
(edit) @2157 [2157] 04/23/2008 07:54:35 PM stbuehler Remove lighttpd.spec* from source, fixing all problems with it ;-)
(edit) @2156 [2156] 04/23/2008 07:45:05 PM stbuehler Fix typo in test description
(edit) @2155 [2155] 04/23/2008 07:27:12 PM stbuehler Fix mod_magnet to set con->mode = p->id if it generates content, so …
(edit) @2154 [2154] 04/23/2008 07:10:42 PM stbuehler Allow all http status codes by default; disable body only for 204,205 and …
(edit) @2153 [2153] 04/23/2008 03:05:50 PM stbuehler Handle EINTR in mod_cgi during write() (#1640)
(edit) @2152 [2152] 04/23/2008 01:20:55 PM stbuehler Overwrite Content-Type header in mod_dirlisting instead of inserting …
(edit) @2151 [2151] 04/23/2008 01:10:41 PM stbuehler Fix comment style (use /* */ instead of //)
(edit) @2150 [2150] 04/23/2008 01:08:13 PM stbuehler Fix mod_fastcgi prefix matching: match the prefix always against url, not …
(edit) @2149 [2149] 04/23/2008 01:04:21 PM stbuehler Fix accesslog port (should be port from the connection, not the …
(edit) @2148 [2148] 04/23/2008 01:00:15 PM stbuehler Enable escaping of % and $ in redirect/rewrite; only two cases changed …
(edit) @2147 [2147] 04/23/2008 12:38:32 PM stbuehler Fix conditional interpretation of core options
(edit) @2146 [2146] 04/15/2008 02:32:27 PM darix - fix proxy-core.rewrite-request (#1600) patch by hoffie
(edit) @2145 [2145] 04/10/2008 10:54:27 AM stbuehler Don't send empty Server headers (#1620)
(edit) @2144 [2144] 04/07/2008 10:54:26 AM darix - fix 2 small typos in the ssl fix
(edit) @2143 [2143] 04/05/2008 08:00:21 PM stbuehler Use data_response_init in mod_fastcgi x-sendfile handling for …
(edit) @2142 [2142] 03/30/2008 03:01:50 PM stbuehler Fix previous commit (wrong line in the NEWS file)
(edit) @2141 [2141] 03/30/2008 02:49:45 PM stbuehler Added CVE for #285 (CVE-2008-1531)
(edit) @2140 [2140] 03/30/2008 01:19:53 PM stbuehler fix ssl error queue handling (#285) (CVE-2008-1531)
(edit) @2139 [2139] 03/28/2008 04:33:15 PM stbuehler Fixed SSL_shutdown error handling problems which became visible after …
(edit) @2138 [2138] 03/26/2008 02:23:05 PM stbuehler Fix segfault for appending matched parts if there was no regex matching …
(edit) @2137 [2137] 03/26/2008 01:51:33 PM stbuehler Fix mod_magnet: enable "request.method" and "request.protocol" in …
(edit) @2136 [2136] 03/26/2008 11:51:06 AM stbuehler Fix #285 again: read error after SSL_shutdown (thx …
(edit) @2135 [2135] 03/21/2008 03:22:50 PM stbuehler Fix mod_compress bug (#1027)
(edit) @2134 [2134] 03/21/2008 03:17:06 PM stbuehler fcgi-stat-accel: Fix unused var / indentation
(edit) @2133 [2133] 03/21/2008 02:57:02 PM stbuehler fix auth-ldap configuration in tests
(edit) @2132 [2132] 03/21/2008 02:50:03 PM stbuehler fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983)
(edit) @2131 [2131] 03/20/2008 05:33:22 PM stbuehler fix many (64-bit) format warnings and unsigned/signed compare …
(edit) @2130 [2130] 03/13/2008 03:34:46 PM stbuehler Update documentation for #1587
(edit) @2129 [2129] 03/13/2008 03:34:28 PM stbuehler Fix mod_extforward to compile with old gcc version (#1591)
(edit) @2128 [2128] 03/13/2008 03:34:10 PM stbuehler Fix mod_compress to compile with old gcc version (#1592)
(edit) @2127 [2127] 03/13/2008 03:33:06 PM stbuehler - next is 1.4.20
(edit) @2126 [2126] 03/10/2008 09:34:20 PM darix - tagged lighttpd 1.4.19
(edit) @2125 [2125] 03/10/2008 09:28:30 PM darix - added CVE for the mod_userdir bug
(edit) @2124 [2124] 03/10/2008 07:20:27 PM jan fixed handling of waitpid() == EINTR mod_ssi on solaris
(edit) @2123 [2123] 03/10/2008 07:15:27 PM jan make configure checks for --with-pcre, --with-zlib and --with-bzip2 …
(edit) @2122 [2122] 03/10/2008 07:14:05 PM jan added support to run dtruss as TRACEME
(edit) @2121 [2121] 03/10/2008 03:54:38 PM darix - added cve numbers for DOS and mod_cgi bug
(edit) @2120 [2120] 03/10/2008 11:45:29 AM stbuehler workaround #1587: require userdir.path to be set to enable mod_userdir …
(edit) @2119 [2119] 03/07/2008 10:48:34 AM glen - verbose FCGI header too small error
(edit) @2118 [2118] 03/04/2008 10:12:35 PM stbuehler Add option to configure verbosity of check in commandline: "VERBOSE=1 make …
(edit) @2117 [2117] 03/04/2008 10:12:13 PM stbuehler fixed building/testing outside of the src dir
(edit) @2116 [2116] 03/02/2008 03:42:14 PM stbuehler mod_cgi: add a event-handler for STDERR_FILENO and log it with ERROR() - …
(edit) @2115 [2115] 03/02/2008 12:59:54 PM stbuehler Fix symlink.t check to run with builddir != srcdir
(edit) @2114 [2114] 03/02/2008 12:59:36 PM stbuehler Add option to configure verbosity of check in commandline: "VERBOSE=1 make …
(edit) @2113 [2113] 03/02/2008 12:59:18 PM stbuehler Fix previous merge
(edit) @2112 [2112] 03/02/2008 11:46:44 AM moo merged part of [1528] from trunk: added the new options and added …
(edit) @2111 [2111] 03/01/2008 07:10:47 PM stbuehler fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in …
(edit) @2110 [2110] 02/28/2008 10:38:28 PM stbuehler fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
(edit) @2109 [2109] 02/28/2008 10:19:03 PM stbuehler fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
(edit) @2108 [2108] 02/28/2008 09:21:41 PM stbuehler * fix sending source of cgi script instead of 500 error if fork fails
(edit) @2107 [2107] 02/28/2008 09:19:24 PM stbuehler r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source …
(edit) @2106 [2106] 02/28/2008 12:19:34 PM stbuehler Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before …
(edit) @2105 [2105] 02/27/2008 11:42:22 PM jan allow content for Status 300
(edit) @2104 [2104] 02/27/2008 11:42:01 PM jan fixed missing initialization
(edit) @2103 [2103] 02/27/2008 11:41:35 PM jan don't suppress the content of a status 300
(edit) @2102 [2102] 02/27/2008 11:40:59 PM jan fixed warning about incompatible assignment
(edit) @2101 [2101] 02/27/2008 07:36:34 PM stbuehler Fix #1150: remove compress cache file if compression or write failed
(edit) @2100 [2100] 02/27/2008 06:36:01 PM stbuehler r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100 test procedure: …
(edit) @2099 [2099] 02/27/2008 06:35:42 PM stbuehler r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100 do not generate a …
(edit) @2098 [2098] 02/27/2008 12:15:38 PM stbuehler Fix Content-Length header if response body gets removed in connections.c …
(edit) @2097 [2097] 02/27/2008 11:10:33 AM stbuehler Fix #1412: do not suppress content for "307 Temporary Redirect"
(edit) @2096 [2096] 02/27/2008 09:35:19 AM stbuehler Updating NEWS file
(edit) @2095 [2095] 02/26/2008 07:14:14 PM stbuehler Fix the fix #1324/[2086]: if no module handled a request, treat method …
(edit) @2094 [2094] 02/26/2008 07:13:55 PM stbuehler Fix mod-proxy.t to run outside of the srcdir
(edit) @2093 [2093] 02/26/2008 04:22:08 PM stbuehler r2098@chromobil: stefan | 2008-02-26 17:12:51 +0100 Fix #1574: Check for …
(edit) @2092 [2092] 02/26/2008 04:21:56 PM stbuehler r2097@chromobil: stefan | 2008-02-26 17:12:30 +0100 Fix #516: RoundRobin?
(edit) @2091 [2091] 02/26/2008 04:21:44 PM stbuehler r2096@chromobil: stefan | 2008-02-26 17:12:09 +0100 Enhancement #1544: …
(edit) @2090 [2090] 02/26/2008 04:21:32 PM stbuehler r2095@chromobil: stefan | 2008-02-26 17:11:21 +0100 Fix #1449: Do not …
(edit) @2089 [2089] 02/26/2008 04:21:20 PM stbuehler r2094@chromobil: stefan | 2008-02-26 17:10:49 +0100 Fix #1413: including …
(edit) @2088 [2088] 02/26/2008 04:21:09 PM stbuehler r2093@chromobil: stefan | 2008-02-26 17:10:03 +0100 Fix #1349: building …
(edit) @2087 [2087] 02/26/2008 04:20:58 PM stbuehler r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100 Fix #1347: memory …
(edit) @2086 [2086] 02/26/2008 04:20:48 PM stbuehler r2091@chromobil: stefan | 2008-02-26 17:06:03 +0100 Fix #1324: …
(edit) @2085 [2085] 02/26/2008 04:20:37 PM stbuehler r2090@chromobil: stefan | 2008-02-26 17:04:14 +0100 Fix #1171: Generate …
(edit) @2084 [2084] 02/26/2008 04:20:26 PM stbuehler r2089@chromobil: stefan | 2008-02-26 17:02:46 +0100 Fix #285: Remove …
(edit) @2083 [2083] 02/26/2008 04:20:15 PM stbuehler r2088@chromobil: stefan | 2008-02-26 17:02:27 +0100 Fix #1565: …
(edit) @2082 [2082] 02/26/2008 04:20:04 PM stbuehler r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100 Fix #1562 and try …
(edit) @2081 [2081] 02/26/2008 04:19:53 PM stbuehler r2086@chromobil: stefan | 2008-02-26 16:15:28 +0100 Fix #1027: create …
(edit) @2080 [2080] 02/26/2008 04:19:42 PM stbuehler r2085@chromobil: stefan | 2008-02-26 16:14:50 +0100 Fix #1164: Reset …
(edit) @2079 [2079] 02/25/2008 06:57:32 AM moo fixed #1571: Crash when trying to add single item to list in config file
(edit) @2078 [2078] 02/25/2008 06:56:48 AM moo fix tests build for scons that has no config.h
(edit) @2077 [2077] 02/12/2008 08:44:48 PM jan store the original errno of SSL_read() in case of a syscall error
(edit) @2076 [2076] 02/12/2008 08:40:23 PM jan we need some space for the NUL-char too, fixes infinite loop
(edit) @2075 [2075] 02/12/2008 08:26:01 PM jan store the original errno
(edit) @2074 [2074] 02/12/2008 02:17:40 PM jan fixed error-msg on connection-shutdown if memory-chunks are …
(edit) @2073 [2073] 02/11/2008 09:15:39 PM jan limit the number of resizes for large log-messages (from stbuehler)
(edit) @2072 [2072] 02/10/2008 06:49:39 PM jan fixed handling of EAGAIN in linux-sendfile (fixes #657)
Note: See TracRevisionLog for help on using the revision log.