Commit Graph

  • d87c275abe fixed for non c99 compilers Jan Kneschke 2007-04-17 22:27:37 +00:00
  • 66496a27d9 fixed for non c99 compilers Jan Kneschke 2007-04-17 22:27:37 +00:00
  • 302ecc0f08 - revert. already there Elan Ruusamäe 2007-04-17 05:58:15 +00:00
  • 374741e21c - revert. already there Elan Ruusamäe 2007-04-17 05:58:15 +00:00
  • 5ed3fcc8b3 - CVE references Elan Ruusamäe 2007-04-17 05:56:22 +00:00
  • 0f8836c082 - CVE references Elan Ruusamäe 2007-04-17 05:56:22 +00:00
  • 310b2aa13e fixed duplicate headers as reported in the blog lighttpd-1.4.15 Jan Kneschke 2007-04-13 20:47:40 +00:00
  • 2fcc885f3a fixed duplicate headers as reported in the blog Jan Kneschke 2007-04-13 20:47:40 +00:00
  • b05d05378f - prepare 1.4.15 Marcus Rückert 2007-04-13 20:41:14 +00:00
  • 5b22a9e910 - prepare 1.4.15 Marcus Rückert 2007-04-13 20:41:14 +00:00
  • 1547f4ce76 - updated NEWS file lighttpd-1.4.14 Marcus Rückert 2007-04-13 15:24:09 +00:00
  • ac959d3374 - updated NEWS file Marcus Rückert 2007-04-13 15:24:09 +00:00
  • 37e589669f - added "kill-signal" as setting for fastcgi blocks. applications linking libfcgi should be killed with SIGUSR1. The default value will remain SIGTERM though. If you want to change it add: '"kill-signal" => 10,' in your fastcgi block. Marcus Rückert 2007-04-10 17:08:11 +00:00
  • 64877138f6 - added "kill-signal" as setting for fastcgi blocks. applications linking libfcgi should be killed with SIGUSR1. The default value will remain SIGTERM though. If you want to change it add: '"kill-signal" => 10,' in your fastcgi block. Marcus Rückert 2007-04-10 17:08:11 +00:00
  • 97f4f8971f * fixed compilation in network_writev.c on MacOS X 10.3.9 (fixes #903) Jan Kneschke 2007-04-10 16:15:21 +00:00
  • aab9e92a63 * fixed compilation in network_writev.c on MacOS X 10.3.9 (fixes #903) Jan Kneschke 2007-04-10 16:15:21 +00:00
  • f542bad0e5 fixed compilation on c89 compilers Jan Kneschke 2007-04-10 15:04:46 +00:00
  • bdc811e2ec fixed compilation on c89 compilers Jan Kneschke 2007-04-10 15:04:46 +00:00
  • ac1519eba6 - updated NEWS file Marcus Rückert 2007-04-10 13:32:24 +00:00
  • 63344d9c7e - updated NEWS file Marcus Rückert 2007-04-10 13:32:24 +00:00
  • f12e604066 - set AUTH_TYPE environment variable for fastcgi requests (#889) patch by tkruthoff Marcus Rückert 2007-04-10 13:04:14 +00:00
  • 275af90577 - set AUTH_TYPE environment variable for fastcgi requests (#889) patch by tkruthoff Marcus Rückert 2007-04-10 13:04:14 +00:00
  • 472bea8218 forgot the comment on #1076 Jan Kneschke 2007-04-10 11:44:03 +00:00
  • dadc835cd4 forgot the comment on #1076 Jan Kneschke 2007-04-10 11:44:03 +00:00
  • 22fb4178db handle the mmap() error of the file-size is 0 (fixes #1076) Jan Kneschke 2007-04-10 11:40:34 +00:00
  • 599bc83699 handle the mmap() error of the file-size is 0 (fixes #1076) Jan Kneschke 2007-04-10 11:40:34 +00:00
  • 556a4bb7c1 oops, missed one renamed variable if IPv6 is not available Jan Kneschke 2007-04-10 09:26:20 +00:00
  • fb816f768b oops, missed one renamed variable if IPv6 is not available Jan Kneschke 2007-04-10 09:26:20 +00:00
  • e337e834cf - added missing news entry - bumped version number Marcus Rückert 2007-04-10 08:50:39 +00:00
  • e1ac86419d - added missing news entry - bumped version number Marcus Rückert 2007-04-10 08:50:39 +00:00
  • e9fddf2d85 * fixed possible crash in debug-message in mod_extforward * fixed compilation of mod_extforward on glibc < 2.3.4 Jan Kneschke 2007-04-10 08:47:30 +00:00
  • 7f5aabdaaf * fixed possible crash in debug-message in mod_extforward * fixed compilation of mod_extforward on glibc < 2.3.4 Jan Kneschke 2007-04-10 08:47:30 +00:00
  • 5bd7d268e3 - fixed crash on url.redirect and url.rewrite if %0 is used in a global context (fixes #800) Jan Kneschke 2007-04-10 07:52:58 +00:00
  • aa37da4745 - fixed crash on url.redirect and url.rewrite if %0 is used in a global context (fixes #800) Jan Kneschke 2007-04-10 07:52:58 +00:00
  • 79339e6543 ECONNABORTED is not known on cygwin (fixes #863) Jan Kneschke 2007-04-09 20:31:03 +00:00
  • dfa9f48b0f ECONNABORTED is not known on cygwin (fixes #863) Jan Kneschke 2007-04-09 20:31:03 +00:00
  • ffbb3a23e8 reduced default PATH_MAX to 255 (fixes #826) Jan Kneschke 2007-04-09 20:27:19 +00:00
  • fff10e1d1a reduced default PATH_MAX to 255 (fixes #826) Jan Kneschke 2007-04-09 20:27:19 +00:00
  • 05ecedce5f fixed conditional dir-listing.exclude (fixes #930) Jan Kneschke 2007-04-09 20:22:41 +00:00
  • 8fca20187e fixed conditional dir-listing.exclude (fixes #930) Jan Kneschke 2007-04-09 20:22:41 +00:00
  • 8f900481da - fixed various crashes at startup on broken accesslog.format strings (fixes #1000) - fixed handling of %% in accesslog.format Jan Kneschke 2007-04-09 19:58:57 +00:00
  • 642247c353 - fixed various crashes at startup on broken accesslog.format strings (fixes #1000) - fixed handling of %% in accesslog.format Jan Kneschke 2007-04-09 19:58:57 +00:00
  • e1648c5c44 added note about #1064 Jan Kneschke 2007-04-09 19:20:29 +00:00
  • 40e19e481c added note about #1064 Jan Kneschke 2007-04-09 19:20:29 +00:00
  • f664173cba fixed accesslog.use-syslog in a conditional and the caching of the accesslog for files (fixes #1064) Jan Kneschke 2007-04-09 19:20:00 +00:00
  • 3c5c8ef54d fixed accesslog.use-syslog in a conditional and the caching of the accesslog for files (fixes #1064) Jan Kneschke 2007-04-09 19:20:00 +00:00
  • db353664bf added comment on #1098 Jan Kneschke 2007-04-09 18:57:04 +00:00
  • 7d4086647a added comment on #1098 Jan Kneschke 2007-04-09 18:57:04 +00:00
  • 144d7cdae2 strip trailing white-spaces in HTTP-request headers before we parse them (fixes #1098) Jan Kneschke 2007-04-09 18:55:21 +00:00
  • 76e55e958c strip trailing white-spaces in HTTP-request headers before we parse them (fixes #1098) Jan Kneschke 2007-04-09 18:55:21 +00:00
  • 0fef86e9bd updated NEWS for the latest two fixes Jan Kneschke 2007-04-09 18:41:42 +00:00
  • 54fa094d94 updated NEWS for the latest two fixes Jan Kneschke 2007-04-09 18:41:42 +00:00
  • b3a3b6e50b don't allow caching of file without a content-type Jan Kneschke 2007-04-09 18:39:29 +00:00
  • 7a30b1f4c5 don't allow caching of file without a content-type Jan Kneschke 2007-04-09 18:39:29 +00:00
  • 8ce09fd0a2 - send SIGUSR1 to fastcgi apps before SIGTERM Marcus Rückert 2007-04-09 18:27:59 +00:00
  • 3c40b52929 - send SIGUSR1 to fastcgi apps before SIGTERM Marcus Rückert 2007-04-09 18:27:59 +00:00
  • 961ad1c2dc encode newlines in HTTP headers (fixes #1106) Jan Kneschke 2007-04-09 18:12:43 +00:00
  • a0436cea45 encode newlines in HTTP headers (fixes #1106) Jan Kneschke 2007-04-09 18:12:43 +00:00
  • 0cf2ff2d71 added possible for the caching of the invalid content-type Jan Kneschke 2007-04-09 18:12:09 +00:00
  • a1a769ddb5 added possible for the caching of the invalid content-type Jan Kneschke 2007-04-09 18:12:09 +00:00
  • 8027abd6fa fixed small mem-leak if auth failed Jan Kneschke 2007-04-09 16:58:13 +00:00
  • c3476ada45 fixed small mem-leak if auth failed Jan Kneschke 2007-04-09 16:58:13 +00:00
  • 6a698073d1 cleanup whenever we have a data-struct on this connection Jan Kneschke 2007-04-09 16:57:54 +00:00
  • 5db109e16d cleanup whenever we have a data-struct on this connection Jan Kneschke 2007-04-09 16:57:54 +00:00
  • 08f6af9e90 - updated NEWS file Marcus Rückert 2007-03-29 19:48:57 +00:00
  • f0390806b4 - updated NEWS file Marcus Rückert 2007-03-29 19:48:57 +00:00
  • a576f0f3e0 fixed crashed if gethostbyaddr() fails on redirect Jan Kneschke 2007-03-26 08:21:39 +00:00
  • f1f11ba6ad fixed crashed if gethostbyaddr() fails on redirect Jan Kneschke 2007-03-26 08:21:39 +00:00
  • 1768ba9a43 - properly handle 206 responses generated by *cgi scripts closes 755 Marcus Rückert 2007-03-17 19:47:24 +00:00
  • 10fbd9e24e - properly handle 206 responses generated by *cgi scripts closes 755 Marcus Rückert 2007-03-17 19:47:24 +00:00
  • 3b7d12280e - obfuscate email addreses Elan Ruusamäe 2007-03-07 19:36:25 +00:00
  • 61f1dabd5f - obfuscate email addreses Elan Ruusamäe 2007-03-07 19:36:25 +00:00
  • 7433a2a0b1 - added NEWS entries from http://trac.lighttpd.net/trac/log/branches/lighttpd-1.4.x until [1392] Elan Ruusamäe 2007-03-07 19:31:10 +00:00
  • 45e753df31 - added NEWS entries from http://trac.lighttpd.net/trac/log/branches/lighttpd-1.4.x until [1392] Elan Ruusamäe 2007-03-07 19:31:10 +00:00
  • ebf2ef3ec8 - fix the previous commit Marcus Rückert 2007-02-21 19:55:16 +00:00
  • ba424e2293 - fix the previous commit Marcus Rückert 2007-02-21 19:55:16 +00:00
  • 3a8d8ca429 - add HTTPS=on to the environment of cgi scripts (#861) Marcus Rückert 2007-02-21 19:30:20 +00:00
  • b3f333d32e - add HTTPS=on to the environment of cgi scripts (#861) Marcus Rückert 2007-02-21 19:30:20 +00:00
  • ba37397758 - handle 303 [#1045] Marcus Rückert 2007-02-20 17:25:12 +00:00
  • 892ebbe530 - handle 303 [#1045] Marcus Rückert 2007-02-20 17:25:12 +00:00
  • 608f2d24a0 - make the configure check for lua more portable patch by Jörg Sonnenberger Marcus Rückert 2007-02-20 17:09:24 +00:00
  • ac93be76d3 - make the configure check for lua more portable patch by Jörg Sonnenberger Marcus Rückert 2007-02-20 17:09:24 +00:00
  • 84ed36d43e - properly ifdef for dragonflybsd. this should be the last missing chunk patch by Jörg Sonnenberger Marcus Rückert 2007-02-20 17:08:32 +00:00
  • f8d54c8574 - properly ifdef for dragonflybsd. this should be the last missing chunk patch by Jörg Sonnenberger Marcus Rückert 2007-02-20 17:08:32 +00:00
  • 80dc55d3d3 - unify style Elan Ruusamäe 2007-02-19 21:46:50 +00:00
  • 40e8d326d1 - unify style Elan Ruusamäe 2007-02-19 21:46:50 +00:00
  • 686c6ce92a - record mod_extforward inclusion fact Elan Ruusamäe 2007-02-19 21:11:02 +00:00
  • 54d2d211f8 - record mod_extforward inclusion fact Elan Ruusamäe 2007-02-19 21:11:02 +00:00
  • 1f36d815c2 - add mod_extforward module from wiki Elan Ruusamäe 2007-02-19 21:05:59 +00:00
  • f68fd405f4 - add mod_extforward module from wiki Elan Ruusamäe 2007-02-19 21:05:59 +00:00
  • f1666a297c - applied patch from sh@linux2go.dk (#1039) References to FAM stat cache engine should be conditional Marcus Rückert 2007-02-19 13:55:07 +00:00
  • e61146a740 - applied patch from sh@linux2go.dk (#1039) References to FAM stat cache engine should be conditional Marcus Rückert 2007-02-19 13:55:07 +00:00
  • f12d9fc701 - applied patch from colin.stephen@o2.com (#1041) fixes http 500 errors with mod_fastcgi Marcus Rückert 2007-02-19 13:52:23 +00:00
  • acd992cbf1 - applied patch from colin.stephen@o2.com (#1041) fixes http 500 errors with mod_fastcgi Marcus Rückert 2007-02-19 13:52:23 +00:00
  • 9746ba84b3 - prevent wrong pidfile unlinking on graceful restart (patch by Chris Webb) Elan Ruusamäe 2007-02-17 18:17:00 +00:00
  • 72ac4ece2e - prevent wrong pidfile unlinking on graceful restart (patch by Chris Webb) Elan Ruusamäe 2007-02-17 18:17:00 +00:00
  • 36e999413c - ignore empty packets from STDERR stream. fixes #998 Elan Ruusamäe 2007-02-05 13:14:21 +00:00
  • 1c662e07ba - ignore empty packets from STDERR stream. fixes #998 Elan Ruusamäe 2007-02-05 13:14:21 +00:00
  • e7b59c6f77 r1557@h2o: darix | 2007-01-14 10:55:33 +0100 - fix a crash for files with an mtime of 0 reported by cubiq on irc Marcus Rückert 2007-01-14 09:58:14 +00:00
  • 55a713a1a1 r1557@h2o: darix | 2007-01-14 10:55:33 +0100 - fix a crash for files with an mtime of 0 reported by cubiq on irc Marcus Rückert 2007-01-14 09:58:14 +00:00