2
0

İşleme Grafiği

  • 79bcfab083 Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373) stbuehler 2011-12-25 15:35:01 +00:00
  • d194c09da9 [ssl] fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI stbuehler 2011-12-23 10:31:57 +00:00
  • 10e5fda664 [doc] add systemd/lighttpd.service to Makefiles, so it ends up in the tarball stbuehler 2011-12-23 10:31:53 +00:00
  • beb6709b6c - next is 1.4.31 stbuehler 2011-12-18 16:35:12 +00:00
  • 13d0440ac5 [doc] add systemd lighttpd.service file lighttpd-1.4.30 stbuehler 2011-12-18 14:36:35 +00:00
  • d83b009d54 [doc] fix ssl config exaple for ssl.cipher-list stbuehler 2011-12-18 12:58:08 +00:00
  • 761bedd7fe [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324) stbuehler 2011-12-18 12:58:04 +00:00
  • 7bdb75fb47 [ssl] fix segfault on "ssl.honor-cipher-order" option while parsing the config stbuehler 2011-12-06 20:03:42 +00:00
  • d964e49874 [ssl] document new options in config example stbuehler 2011-12-06 11:26:51 +00:00
  • 38e3e4a65a [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb) stbuehler 2011-12-05 17:08:17 +00:00
  • 456d7f4790 fix compile error when ssl is not enabled stbuehler 2011-11-30 20:57:54 +00:00
  • b748fb890d [core] accept dots in ipv6 addresses in host header (fixes #2359) stbuehler 2011-11-30 20:46:49 +00:00
  • 0f96222e7e [ssl] add option to honor server cipher order, true by default (fixes #2364) stbuehler 2011-11-30 19:59:24 +00:00
  • 8c482a496d remove copy/paste remainings from previous commit stbuehler 2011-11-30 19:59:20 +00:00
  • a94bdd07df [ssl] count renegotiations to prevent client renegotiations stbuehler 2011-11-30 18:40:08 +00:00
  • 6c9dff7cda [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362) stbuehler 2011-11-29 22:27:11 +00:00
  • f15ee9becb Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351) stbuehler 2011-10-05 13:39:50 +00:00
  • 3518ab60ed Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341) stbuehler 2011-09-05 09:32:43 +00:00
  • e05f1b3eec Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file stbuehler 2011-08-30 22:13:59 +00:00
  • cbf1baacc9 [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled stbuehler 2011-08-22 15:32:55 +00:00
  • f434d514ad Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems. stbuehler 2011-08-22 15:12:28 +00:00
  • 59ebf3c818 fix some gcc warnings stbuehler 2011-07-30 09:20:15 +00:00
  • 90dd8af32b Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331) stbuehler 2011-07-30 09:16:03 +00:00
  • 34abcf7309 - next is 1.4.30 stbuehler 2011-07-03 16:34:59 +00:00
  • f0816d8db2 fdevent: add solaris eventports (fixes #2171) lighttpd-1.4.29 stbuehler 2011-06-13 17:34:57 +00:00
  • 960d34c7ea [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248) stbuehler 2011-06-13 12:55:54 +00:00
  • adc97e5ba3 [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216) stbuehler 2011-06-13 12:22:02 +00:00
  • 8cdf9cc767 [proc,include_shell] log error if exec shell fails (fixes #2280) stbuehler 2011-06-12 15:44:26 +00:00
  • c66d21bc2b [md5] fix md5 includes if openssl is not available (#2269) stbuehler 2011-04-24 16:14:54 +00:00
  • 55e1dc1825 [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers stbuehler 2011-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) stbuehler 2011-04-24 16:02:52 +00:00
  • bf0d57d505 two additional test cases for absolute http(s) uris in the request line stbuehler 2011-04-04 22:39:48 +00:00
  • f610f894a3 ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301, #2246, #2239) stbuehler 2011-03-13 18:00:09 +00:00
  • 562a6ba83b [build] Fix detection of libev (fixes #2300) stbuehler 2011-03-13 17:44:42 +00:00
  • 33e30b486a mod_cgi: make read buffer as big as incoming data block stbuehler 2011-03-13 17:44:39 +00:00
  • 1eef447d32 [tests] Add path traversal check with $HTTP['url'] stbuehler 2011-02-10 07:56:11 +00:00
  • abf07f3a02 [mod_proxy]: fix delayed connect stbuehler 2010-12-16 15:04:41 +00:00
  • 955fd0d08f [mod_fastcgi]: remove unused var "last_used" stbuehler 2010-12-10 17:38:50 +00:00
  • cf719ec5b8 Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257) stbuehler 2010-09-17 16:43:11 +00:00
  • 74ce062f56 Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259) stbuehler 2010-09-17 16:43:07 +00:00
  • 8d769fd0e2 - next is 1.4.29 stbuehler 2010-08-22 15:37:46 +00:00
  • 42ad681f66 Add ticket number in NEWS for segfault fix lighttpd-1.4.28 stbuehler 2010-08-22 11:44:49 +00:00
  • 2b6f7069bc Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250) stbuehler 2010-08-22 11:35:12 +00:00
  • 7e5b0fe9ab Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. stbuehler 2010-08-17 09:54:42 +00:00
  • 00fef415a5 Silence freebsd_kqueue delete errors stbuehler 2010-08-14 12:08:33 +00:00
  • 1c796b2d15 - next is 1.4.28 stbuehler 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 stbuehler 2010-08-11 21:10:15 +00:00
  • e4a1ba2e32 Revert "autotools: don't recreate parser files with lemon after lemon rebuild" (#2238) stbuehler 2010-08-11 21:10:11 +00:00
  • b0126de9f1 [configure.ac] Move PKG_CONFIG path search up stbuehler 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) stbuehler 2010-08-07 13:16:16 +00:00
  • b7cc84abc8 don't overwrite global server.force-lowercase-filenames setting (fixes #2042) stbuehler 2010-08-07 11:56:09 +00:00
  • 00265fbdb3 mod_proxy: return response as soon as it is available (fixes #2196) stbuehler 2010-08-07 11:41:27 +00:00
  • 743230643e report libev handler in feature list/mod_status stbuehler 2010-08-07 11:03:30 +00:00
  • f8eb52ebda add libev fdevent handler: server.event-handler = "libev" stbuehler 2010-08-07 10:46:34 +00:00
  • 4ae13c32b1 only require FDEVENT_IN bit to be set for listening connections (fixes #2227) stbuehler 2010-08-06 21:57:19 +00:00
  • 38f2d1ddd7 cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls stbuehler 2010-08-06 21:57:15 +00:00
  • 614bb7538d Add check to stop loading plugins twice stbuehler 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) stbuehler 2010-08-05 21:08:23 +00:00
  • cf5fcf953d openssl: silence annoying error messages for errno==0 (fixes #2213) stbuehler 2010-08-05 20:42:18 +00:00
  • 7b7dd1b986 autotools: don't recreate parser files with lemon after lemon rebuild stbuehler 2010-08-05 19:53:52 +00:00
  • 572f738f29 mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt) stbuehler 2010-08-05 19:53:49 +00:00
  • f8ef22c019 Add some more people to AUTHORS list stbuehler 2010-08-05 19:22:29 +00:00
  • f65467386f mod_status: Add version to status page (fixes #2219) stbuehler 2010-07-11 17:18:59 +00:00
  • cece2fe3c6 mod_accesslog: Fix var declarations mixed in source (fixes #2233) stbuehler 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) stbuehler 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) stbuehler 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) stbuehler 2010-07-04 08:30:52 +00:00
  • 48f1cf79b4 mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke) stbuehler 2010-07-04 08:30:48 +00:00
  • d58fea0c7a Fix parsing of fastcgi.debug option on big-endian (fixes #2230) stbuehler 2010-07-04 07:45:29 +00:00
  • a61e0bdde0 Fix two compiler warnings stbuehler 2010-07-04 07:45:25 +00:00
  • bcb4f31188 Fix comment style stbuehler 2010-07-04 07:45:21 +00:00
  • 63233d3c47 Fix etag formatting stbuehler 2010-07-04 07:45:17 +00:00
  • bd4c4aaab2 Fix stalls while reading from ssl sockets (fixes #2197) stbuehler 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) stbuehler 2010-04-28 19:08:11 +00:00
  • 494ce8e3b0 [mod_compress] Fix segfault when etags are disabled (fixes #2169) stbuehler 2010-04-28 13:35:25 +00:00
  • f6b3c15024 Fix detecting git repository (fixes #2173, thx ncopa) stbuehler 2010-04-28 13:12:36 +00:00
  • a0b5391e77 Fix var declarations mixed in source stbuehler 2010-04-13 16:21:21 +00:00
  • a48aa0f023 Check uri instead of physical path for directory redirect stbuehler 2010-04-13 15:47:29 +00:00
  • 221af3d59d mod_proxy: close connection on write error (fixes #2114) stbuehler 2010-04-07 15:54:28 +00:00
  • e789ea231f Fix mod_proxy HUP handling (send final chunk, fix usage counter) stbuehler 2010-04-07 15:34:51 +00:00
  • 34fb1258e4 Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech) stbuehler 2010-02-28 11:48:05 +00:00
  • 320e293038 - next is 1.4.27 stbuehler 2010-02-07 21:02:54 +00:00
  • ed9be1a84f Add some details to NEWS lighttpd-1.4.26 stbuehler 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) stbuehler 2010-02-04 10:13:37 +00:00
  • f601b8028b Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010-0295) stbuehler 2010-02-01 23:28:50 +00:00
  • a51a8545f4 Update NEWS file stbuehler 2010-01-30 21:27:38 +00:00
  • f2cd823b40 Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt) stbuehler 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) stbuehler 2010-01-30 11:32:12 +00:00
  • da3370e82e Fix mod_proxy dead host detection if connect() fails stbuehler 2010-01-20 13:22:48 +00:00
  • d601017b75 mod_fastcgi: x-sendfile2 parse error debugging stbuehler 2010-01-20 13:22:40 +00:00
  • e21a83934e Fix mod_cgi cgi.execute-x-only option in global block stbuehler 2010-01-06 16:07:43 +00:00
  • 6e035ae1cf mod_accesslog: support %e (fixes #2113, thx presbrey) stbuehler 2009-12-14 15:58:35 +00:00
  • 529b06854f Remove dependency on automake >= 1.11 with m4_ifdef check stbuehler 2009-11-29 14:13:20 +00:00