fcb3f42f11configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419, thx blino)Stefan Bühler2012-11-07 13:07:02 +00:00
d09fdd877fHandle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)Stefan Bühler2012-11-07 13:07:00 +00:00
db1d977deaIgnore EPIPE/ECONNRESET after SSL_shutdown (thx patdk-wk for reporting)Stefan Bühler2012-11-06 17:14:37 +00:00
01f9debec3Fix handling of empty header list entries in http_request_split_value, fixing invalid read in valgrind (fixes #2413)Stefan Bühler2012-04-19 13:02:06 +00:00
e697869e34buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)Stefan Bühler2012-04-08 08:02:44 +00:00
e05f1b3eecAdd static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static fileStefan Bühler2011-08-30 22:13:59 +00:00
cbf1baacc9[ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabledStefan Bühler2011-08-22 15:32:55 +00:00
f434d514adLimit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.Stefan Bühler2011-08-22 15:12:28 +00:00
55e1dc1825[ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffersStefan Bühler2011-04-24 16:02:55 +00:00
328043caf3[ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269)Stefan Bühler2011-04-24 16:02:52 +00:00
bf0d57d505two additional test cases for absolute http(s) uris in the request lineStefan Bühler2011-04-04 22:39:48 +00:00
f610f894a3ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301, #2246, #2239)Stefan Bühler2011-03-13 18:00:09 +00:00
12f375f3b1array.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ühler2010-08-05 21:08:23 +00:00
cece2fe3c6mod_accesslog: Fix var declarations mixed in source (fixes #2233)Stefan Bühler2010-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
73e0bb2715mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)Stefan Bühler2010-07-04 10:37:34 +00:00
165de1331bmod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215)Stefan Bühler2010-07-04 08:43:37 +00:00
c6c8ad2ac7mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226)Stefan Bühler2010-07-04 08:30:52 +00:00