Commit Graph

  • 0943a041d7 - backported fix from trunk Marcus Rückert 2007-08-13 11:26:06 +00:00
  • dac6d449dd - backported fix from trunk Marcus Rückert 2007-08-13 11:26:06 +00:00
  • 0dc5003f3e - fix the frigging 404-handler bugs: - dont restore the http status code unconditionally (1270) - mod_staticfile should set the http status properly. otherwise we run into the 404 handling twice and it appends the default 404 page to the content. (this passed the testsuite) Marcus Rückert 2007-08-13 11:15:22 +00:00
  • 5504501699 - fix the frigging 404-handler bugs: - dont restore the http status code unconditionally (1270) - mod_staticfile should set the http status properly. otherwise we run into the 404 handling twice and it appends the default 404 page to the content. (this passed the testsuite) Marcus Rückert 2007-08-13 11:15:22 +00:00
  • 6c0c9cca08 - fixed 404 testsuite - added optional fastcgi handler Marcus Rückert 2007-08-13 11:09:11 +00:00
  • 029d32039c - fixed 404 testsuite - added optional fastcgi handler Marcus Rückert 2007-08-13 11:09:11 +00:00
  • 84dbf41eb0 make the cgi executable Marcus Rückert 2007-08-12 21:06:07 +00:00
  • 984f5caf57 make the cgi executable Marcus Rückert 2007-08-12 21:06:07 +00:00
  • c2c5d663a5 - added test cases for 404 handler Marcus Rückert 2007-08-12 21:04:14 +00:00
  • 420abdb295 - added test cases for 404 handler Marcus Rückert 2007-08-12 21:04:14 +00:00
  • 8ea69fccdf - make the test more portable Marcus Rückert 2007-08-12 19:24:33 +00:00
  • 58ea3c14c5 - make the test more portable Marcus Rückert 2007-08-12 19:24:33 +00:00
  • 6ca49794fc - added test for the location crash Marcus Rückert 2007-08-12 17:52:03 +00:00
  • 01fab66c18 - added test for the location crash Marcus Rückert 2007-08-12 17:52:03 +00:00
  • b003471652 * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi and mod_webdav (#1263) lighttpd-1.4.16 Jan Kneschke 2007-07-17 18:02:33 +00:00
  • 8f9f532083 * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi and mod_webdav (#1263) Jan Kneschke 2007-07-17 18:02:33 +00:00
  • 1561c855fa - only generate the etag_flags once and store them in the connections object. Marcus Rückert 2007-07-03 18:47:00 +00:00
  • 5a583661e3 - only generate the etag_flags once and store them in the connections object. Marcus Rückert 2007-07-03 18:47:00 +00:00
  • cd3903fab3 - we did not reset the etag buffer is the inode was not used for the etag. we now reset the buffer explicitly and use buffer_append_* later on. This fixes the bug reported by glen in #1209. Marcus Rückert 2007-07-03 17:16:21 +00:00
  • 8feb331858 - we did not reset the etag buffer is the inode was not used for the etag. we now reset the buffer explicitly and use buffer_append_* later on. This fixes the bug reported by glen in #1209. Marcus Rückert 2007-07-03 17:16:21 +00:00
  • df033fe6dc - do not check stale values on errno. EAGAIN is handled inside the function already. (#1245) Marcus Rückert 2007-07-02 15:07:27 +00:00
  • abdd1f5b45 - do not check stale values on errno. EAGAIN is handled inside the function already. (#1245) Marcus Rückert 2007-07-02 15:07:27 +00:00
  • 6836f84fc1 * fixed mem-leak in mod_auth (reported by Stefan Esser) * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser) * fixed missing check for base64 encoded string in mod_auth and Basic auth (reported by Stefan Esser) * fixed possible crash in Auth-Digest header parser on trailing WS in mod_auth (reported by Stefan Esser) Jan Kneschke 2007-06-15 16:22:30 +00:00
  • 15e260c28b * fixed mem-leak in mod_auth (reported by Stefan Esser) * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser) * fixed missing check for base64 encoded string in mod_auth and Basic auth (reported by Stefan Esser) * fixed possible crash in Auth-Digest header parser on trailing WS in mod_auth (reported by Stefan Esser) Jan Kneschke 2007-06-15 16:22:30 +00:00
  • b76e45f02a added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size to customize the generation of ETags for static files. (fixes #1209) (patch by <Yusufg@gmail.com>) Jan Kneschke 2007-06-15 15:51:16 +00:00
  • b2a96c959a added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size to customize the generation of ETags for static files. (fixes #1209) (patch by <Yusufg@gmail.com>) Jan Kneschke 2007-06-15 15:51:16 +00:00
  • 2f14edf99b if we open more connections than we define with ulimit we might run into a assert() in fdevent.c, try to limit the number of opened connections before hand Jan Kneschke 2007-06-15 15:30:34 +00:00
  • d12d86d777 if we open more connections than we define with ulimit we might run into a assert() in fdevent.c, try to limit the number of opened connections before hand Jan Kneschke 2007-06-15 15:30:34 +00:00
  • bdd9f13111 fixed type-cast for NULL in execl() (fixes #1235), fix provided by Frank DENIS Jan Kneschke 2007-06-15 15:04:56 +00:00
  • 768a0d0eab fixed type-cast for NULL in execl() (fixes #1235), fix provided by Frank DENIS Jan Kneschke 2007-06-15 15:04:56 +00:00
  • ade0715ad9 check the URL twice, before and after path-info handling. (fixes #1230) Jan Kneschke 2007-06-15 14:46:17 +00:00
  • 022760f07d check the URL twice, before and after path-info handling. (fixes #1230) Jan Kneschke 2007-06-15 14:46:17 +00:00
  • ead7b25882 fixed by 1232, not 1209 Jan Kneschke 2007-06-15 14:15:37 +00:00
  • 8b06b122b1 fixed by 1232, not 1209 Jan Kneschke 2007-06-15 14:15:37 +00:00
  • 9217b715d0 fixed remote crash on duplicate header keys with line-wrapping (fixes #1230) Jan Kneschke 2007-06-15 14:08:32 +00:00
  • 9e4e4f7e1a fixed remote crash on duplicate header keys with line-wrapping (fixes #1230) Jan Kneschke 2007-06-15 14:08:32 +00:00
  • c46ea6bef1 - add the orig_uri to the uri column in mod_status. Marcus Rückert 2007-05-25 14:23:46 +00:00
  • 991ebdf36f - add the orig_uri to the uri column in mod_status. Marcus Rückert 2007-05-25 14:23:46 +00:00
  • 4c7b8ae0d5 - do not use xattr for content-type handling unconditionally Marcus Rückert 2007-05-25 12:56:46 +00:00
  • 6e332dd7bb - do not use xattr for content-type handling unconditionally Marcus Rückert 2007-05-25 12:56:46 +00:00
  • c01dffd169 - restore the old return code with configured 404 handlers Marcus Rückert 2007-05-09 15:05:17 +00:00
  • 450c7de76e - restore the old return code with configured 404 handlers Marcus Rückert 2007-05-09 15:05:17 +00:00
  • a91d3ce474 - added query string to the uri column - make the table cell content nowrap Marcus Rückert 2007-05-08 16:29:34 +00:00
  • 1f8bceba8f - added query string to the uri column - make the table cell content nowrap Marcus Rückert 2007-05-08 16:29:34 +00:00
  • f718c2ea65 - spelling fixes by Ryan Schmidt (patch from mailinglist) Elan Ruusamäe 2007-05-03 22:08:59 +00:00
  • 733e565a50 - spelling fixes by Ryan Schmidt (patch from mailinglist) Elan Ruusamäe 2007-05-03 22:08:59 +00:00
  • 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