This website requires JavaScript.
cf719ec5b8
Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257 )
Stefan Bühler
2010-09-17 16:43:11 +00:00
74ce062f56
Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259 )
Stefan Bühler
2010-09-17 16:43:07 +00:00
8d769fd0e2
- next is 1.4.29
Stefan Bühler
2010-08-22 15:37:46 +00:00
42ad681f66
Add ticket number in NEWS for segfault fix
lighttpd-1.4.28
Stefan Bühler
2010-08-22 11:44:49 +00:00
2b6f7069bc
Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250 )
Stefan Bühler
2010-08-22 11:35:12 +00:00
7e5b0fe9ab
Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers.
Stefan Bühler
2010-08-17 09:54:42 +00:00
00fef415a5
Silence freebsd_kqueue delete errors
Stefan Bühler
2010-08-14 12:08:33 +00:00
1c796b2d15
- next is 1.4.28
Stefan Bühler
2010-08-13 11:12:28 +00:00
6e724c0573
Only print a warning for now if you try to load a module twice
lighttpd-1.4.27
Stefan Bühler
2010-08-11 21:10:15 +00:00
e4a1ba2e32
Revert "autotools: don't recreate parser files with lemon after lemon rebuild" (#2238 )
Stefan Bühler
2010-08-11 21:10:11 +00:00
b0126de9f1
[configure.ac] Move PKG_CONFIG path search up
Stefan Bühler
2010-08-11 21:10:07 +00:00
e23e999089
bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config )
Stefan Bühler
2010-08-07 13:16:16 +00:00
b7cc84abc8
don't overwrite global server.force-lowercase-filenames setting (fixes #2042 )
Stefan Bühler
2010-08-07 11:56:09 +00:00
00265fbdb3
mod_proxy: return response as soon as it is available (fixes #2196 )
Stefan Bühler
2010-08-07 11:41:27 +00:00
743230643e
report libev handler in feature list/mod_status
Stefan Bühler
2010-08-07 11:03:30 +00:00
f8eb52ebda
add libev fdevent handler: server.event-handler = "libev"
Stefan Bühler
2010-08-07 10:46:34 +00:00
4ae13c32b1
only require FDEVENT_IN bit to be set for listening connections (fixes #2227 )
Stefan Bühler
2010-08-06 21:57:19 +00:00
38f2d1ddd7
cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
Stefan Bühler
2010-08-06 21:57:15 +00:00
614bb7538d
Add check to stop loading plugins twice
Stefan Bühler
2010-08-05 22:55:18 +00:00
12f375f3b1
array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element didn't find a matching entry (fixes #2145 )
Stefan Bühler
2010-08-05 21:08:23 +00:00
cf5fcf953d
openssl: silence annoying error messages for errno==0 (fixes #2213 )
Stefan Bühler
2010-08-05 20:42:18 +00:00
7b7dd1b986
autotools: don't recreate parser files with lemon after lemon rebuild
Stefan Bühler
2010-08-05 19:53:52 +00:00
572f738f29
mod_accesslog: optimize accesslog_append_escaped (fixes #2236 , thx crypt)
Stefan Bühler
2010-08-05 19:53:49 +00:00
f8ef22c019
Add some more people to AUTHORS list
Stefan Bühler
2010-08-05 19:22:29 +00:00
f65467386f
mod_status: Add version to status page (fixes #2219 )
Stefan Bühler
2010-07-11 17:18:59 +00:00
cece2fe3c6
mod_accesslog: Fix var declarations mixed in source (fixes #2233 )
Stefan Bühler
2010-07-11 17:18:54 +00:00
ac087bd9c7
- a bit more cleanup in the docs dir - move scripts and init scripts into subdirs - remove unused lighttpd.user
Marcus Rückert
2010-07-07 12:56:48 +00:00
b75fa3c990
- add new directories
Marcus Rückert
2010-07-07 12:52:30 +00:00
06721fcb35
- register makefiles in configure
Marcus Rückert
2010-07-07 12:48:07 +00:00
9b2f794c2c
- fix makefiles for the new files
Marcus Rückert
2010-07-07 12:28:35 +00:00
433c2a0c0d
- replace old default config with my config from opensuse. #2203
Marcus Rückert
2010-07-07 11:29:31 +00:00
73e0bb2715
mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217 )
Stefan Bühler
2010-07-04 10:37:34 +00:00
165de1331b
mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215 )
Stefan Bühler
2010-07-04 08:43:37 +00:00
c6c8ad2ac7
mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226 )
Stefan Bühler
2010-07-04 08:30:52 +00:00
48f1cf79b4
mod_accesslog: fix %p for ipv6 sockets (fixes #2228 , thx jo.henke)
Stefan Bühler
2010-07-04 08:30:48 +00:00
d58fea0c7a
Fix parsing of fastcgi.debug option on big-endian (fixes #2230 )
Stefan Bühler
2010-07-04 07:45:29 +00:00
a61e0bdde0
Fix two compiler warnings
Stefan Bühler
2010-07-04 07:45:25 +00:00
bcb4f31188
Fix comment style
Stefan Bühler
2010-07-04 07:45:21 +00:00
63233d3c47
Fix etag formatting
Stefan Bühler
2010-07-04 07:45:17 +00:00
bd4c4aaab2
Fix stalls while reading from ssl sockets (fixes #2197 )
Stefan Bühler
2010-07-04 07:45:13 +00:00
a813273c2f
- Include IP addresses on error log on password failures (fixes #2191 )
Elan Ruusamäe
2010-05-28 15:54:27 +00:00
5518643d39
- Print double quotes properly when dumping config file (fixes #1806 )
Elan Ruusamäe
2010-05-28 15:16:39 +00:00
b3892c1410
Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del (fixes #2125 )
Stefan Bühler
2010-04-28 19:08:11 +00:00
494ce8e3b0
[mod_compress] Fix segfault when etags are disabled (fixes #2169 )
Stefan Bühler
2010-04-28 13:35:25 +00:00
f6b3c15024
Fix detecting git repository (fixes #2173 , thx ncopa)
Stefan Bühler
2010-04-28 13:12:36 +00:00
a0b5391e77
Fix var declarations mixed in source
Stefan Bühler
2010-04-13 16:21:21 +00:00
a48aa0f023
Check uri instead of physical path for directory redirect
Stefan Bühler
2010-04-13 15:47:29 +00:00
221af3d59d
mod_proxy: close connection on write error (fixes #2114 )
Stefan Bühler
2010-04-07 15:54:28 +00:00
e789ea231f
Fix mod_proxy HUP handling (send final chunk, fix usage counter)
Stefan Bühler
2010-04-07 15:34:51 +00:00
34fb1258e4
Fix handling return value of SSL_CTX_set_options (fixes #2157 , thx mlcreech)
Stefan Bühler
2010-02-28 11:48:05 +00:00
320e293038
- next is 1.4.27
Stefan Bühler
2010-02-07 21:02:54 +00:00
ed9be1a84f
Add some details to NEWS
lighttpd-1.4.26
Stefan Bühler
2010-02-07 19:51:52 +00:00
914e499723
Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
Stefan Bühler
2010-02-04 10:13:37 +00:00
f601b8028b
Append to previous buffer in con read (fixes #2147 , found by liming, CVE-2010-0295)
Stefan Bühler
2010-02-01 23:28:50 +00:00
a51a8545f4
Update NEWS file
Stefan Bühler
2010-01-30 21:27:38 +00:00
f2cd823b40
Fix segfault with broken rewrite/redirect patterns (fixes #2140 , found by crypt)
Stefan Bühler
2010-01-30 21:23:29 +00:00
85b1f6afd3
Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158 , #2159 )
Stefan Bühler
2010-01-30 11:32:12 +00:00
da3370e82e
Fix mod_proxy dead host detection if connect() fails
Stefan Bühler
2010-01-20 13:22:48 +00:00
d601017b75
mod_fastcgi: x-sendfile2 parse error debugging
Stefan Bühler
2010-01-20 13:22:40 +00:00
e21a83934e
Fix mod_cgi cgi.execute-x-only option in global block
Stefan Bühler
2010-01-06 16:07:43 +00:00
6e035ae1cf
mod_accesslog: support %e (fixes #2113 , thx presbrey)
Stefan Bühler
2009-12-14 15:58:35 +00:00
529b06854f
Remove dependency on automake >= 1.11 with m4_ifdef check
Stefan Bühler
2009-11-29 14:13:20 +00:00
48fea28651
Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105 )
Stefan Bühler
2009-11-29 14:13:13 +00:00
b5a76921e4
- next is 1.4.26
Stefan Bühler
2009-11-21 16:08:36 +00:00
175ad79a0b
Fix configure.ac to allow autoreconf, also enables make V=0
lighttpd-1.4.25
Stefan Bühler
2009-11-21 15:11:59 +00:00
2eaf42d0e5
mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096 )
Stefan Bühler
2009-11-07 22:00:10 +00:00
781784664a
mod_fastcgi: fix mod_fastcgi packet parsing
Stefan Bühler
2009-11-07 18:24:04 +00:00
e430ce09bc
export some SSL_CLIENT_* vars for client cert validation (fixes #1288 , thx presbrey)
Stefan Bühler
2009-11-05 21:46:48 +00:00
2b79b9c3cb
reset tlsext_server_name in connection_reset - fixes random hostnames in the $HTTP["host"] conditional
Stefan Bühler
2009-11-05 17:32:08 +00:00
47bd40368d
mod_rrdtool: fix creating file if it doesn't exist (#1788 )
Stefan Bühler
2009-10-31 09:54:13 +00:00
ef28250d23
disable warning "CLOSE-read", part 2 (fixes #2091 )
Stefan Bühler
2009-10-27 08:46:05 +00:00
a81c2a1b02
disable warning "CLOSE-read"
Stefan Bühler
2009-10-26 19:30:40 +00:00
c3c58ae9c6
mod_rewrite: fix compile error if compiled without pcre
Stefan Bühler
2009-10-26 18:48:26 +00:00
f5f6b954b0
mod_magnet: add traceback for printing lua errors
Stefan Bühler
2009-10-26 14:16:20 +00:00
07ae3fb815
mod_magnet: fix pairs() for normal tables and strings (fixes #1307 )
Stefan Bühler
2009-10-26 14:16:15 +00:00
66805d03a6
- next is 1.4.25
Stefan Bühler
2009-10-26 14:16:09 +00:00
4eeb186397
Fix broken return values from int to enum in mod_fastcgi
lighttpd-1.4.24
Stefan Bühler
2009-10-20 07:32:40 +00:00
987110317f
Fix broken return values from int to enum in mod_fastcgi
Stefan Bühler
2009-10-20 07:32:40 +00:00
9d20c38719
Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086 )
Stefan Bühler
2009-10-19 13:26:01 +00:00
932b67bd2b
Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086 )
Stefan Bühler
2009-10-19 13:26:01 +00:00
579c92e50b
Fix NEWS - referenced wrong bug (fixes #2084 )
Stefan Bühler
2009-10-17 14:06:37 +00:00
a0dfe15e41
Fix NEWS - referenced wrong bug (fixes #2084 )
Stefan Bühler
2009-10-17 14:06:37 +00:00
80617f73ee
Don't print ssl error if client didn't support TLS SNI
Stefan Bühler
2009-10-16 22:06:22 +00:00
1d5d55a484
Don't print ssl error if client didn't support TLS SNI
Stefan Bühler
2009-10-16 22:06:22 +00:00
f3169ef0e0
fix mod_webdav crash from #1793 (fixes #2048 , thx hiroya)
Stefan Bühler
2009-10-16 19:00:19 +00:00
e087d5bf1e
fix mod_webdav crash from #1793 (fixes #2048 , thx hiroya)
Stefan Bühler
2009-10-16 19:00:19 +00:00
0c12e03aaf
Fix accesslog escape segfault (#1551 )
Stefan Bühler
2009-10-16 18:56:04 +00:00
6ecb86159c
Fix accesslog escape segfault (#1551 )
Stefan Bühler
2009-10-16 18:56:04 +00:00
27a0d967b0
mod_accesslog: escape special characters (fixes #1551 , thx icy)
Stefan Bühler
2009-10-16 16:43:28 +00:00
069e848a0c
mod_accesslog: escape special characters (fixes #1551 , thx icy)
Stefan Bühler
2009-10-16 16:43:28 +00:00
84c15f7dd9
mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825 )
Stefan Bühler
2009-10-16 09:02:41 +00:00
19838e99eb
mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825 )
Stefan Bühler
2009-10-16 09:02:41 +00:00
2cd1d7fbf6
Fix compile problems without ssl
Stefan Bühler
2009-10-14 19:05:00 +00:00
1aaa67bb9b
Fix compile problems without ssl
Stefan Bühler
2009-10-14 19:05:00 +00:00
e681fa40aa
Add SSL Client Certificate verification (#1288 )
Stefan Bühler
2009-10-14 18:19:19 +00:00
b987643307
Add SSL Client Certificate verification (#1288 )
Stefan Bühler
2009-10-14 18:19:19 +00:00
614148589e
Fix compile error if TLS SNI isn't supported
Stefan Bühler
2009-10-14 17:46:23 +00:00
97cec38a3b
Fix compile error if TLS SNI isn't supported
Stefan Bühler
2009-10-14 17:46:23 +00:00
519a8aac9d
mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008 )
Stefan Bühler
2009-10-14 17:32:38 +00:00
8c83976dbe
mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008 )
Stefan Bühler
2009-10-14 17:32:38 +00:00