Commit Graph

  • dce84f26e1 prepare for the release of 1.4.4 lighttpd-1.4.4 weigon 2005-09-14 16:59:51 +00:00
  • ad64e6a283 allow a stand alone version weigon 2005-09-14 16:59:30 +00:00
  • 903a007674 allow a stand alone version weigon 2005-09-14 16:59:30 +00:00
  • 2036b0856b added docs for the new options and fixed docs about /prefix/ handling (fixes #202) weigon 2005-09-14 16:58:23 +00:00
  • af73bcb9fc added docs for the new options and fixed docs about /prefix/ handling (fixes #202) weigon 2005-09-14 16:58:23 +00:00
  • fa62470d62 the last header line is parsed again and X-LIGHTTPD-send-file was added. weigon 2005-09-14 13:55:06 +00:00
  • 119c0da37c the last header line is parsed again and X-LIGHTTPD-send-file was added. weigon 2005-09-14 13:55:06 +00:00
  • 692f40fac1 handle mod_secdownload similar to mod_alias: create the physical path yourself weigon 2005-09-14 12:47:47 +00:00
  • 9d93d78b8e handle mod_secdownload similar to mod_alias: create the physical path yourself weigon 2005-09-14 12:47:47 +00:00
  • 258e4c27a8 stipped data. from chunk structure (belongs to the last changeset) weigon 2005-09-14 10:43:00 +00:00
  • 88c96e46a0 stipped data. from chunk structure (belongs to the last changeset) weigon 2005-09-14 10:43:00 +00:00
  • 0ee1663d83 open files only once for chunk, cache mmap and let the chunk itself close the fd (fixed #261, #257) weigon 2005-09-14 08:00:33 +00:00
  • 63dceeb0c6 open files only once for chunk, cache mmap and let the chunk itself close the fd (fixed #261, #257) weigon 2005-09-14 08:00:33 +00:00
  • bc8b33da9a fixed hashing function to only generate unsigned values (fixes #251) weigon 2005-09-14 07:27:13 +00:00
  • b795fd36c0 fixed hashing function to only generate unsigned values (fixes #251) weigon 2005-09-14 07:27:13 +00:00
  • 1395000909 added the same check-local behaviour as in mod_fastcgi weigon 2005-09-14 07:12:21 +00:00
  • b3a8abd09d added the same check-local behaviour as in mod_fastcgi weigon 2005-09-14 07:12:21 +00:00
  • f67987742a exported splaytree_size weigon 2005-09-14 07:10:25 +00:00
  • 74a71a2ff8 exported splaytree_size weigon 2005-09-14 07:10:25 +00:00
  • 5e64b52846 improved error messages weigon 2005-09-14 07:09:52 +00:00
  • 7113a665b3 improved error messages weigon 2005-09-14 07:09:52 +00:00
  • 392579592d add variable var.PID for use in config file xuefer 2005-09-12 12:21:34 +00:00
  • 3006dd11c5 add variable var.PID for use in config file xuefer 2005-09-12 12:21:34 +00:00
  • c6f97f3a40 - don't keep the full fastcgi response in memory - don't cache more than 4 chunks in a queue for reuse - on chunkqueue_reset, clean the chunks weigon 2005-09-08 10:00:32 +00:00
  • 38b8743af3 - don't keep the full fastcgi response in memory - don't cache more than 4 chunks in a queue for reuse - on chunkqueue_reset, clean the chunks weigon 2005-09-08 10:00:32 +00:00
  • ebc96a7554 don't assume the relpath is really set (merge from #120) weigon 2005-09-08 09:57:55 +00:00
  • 57ed250138 don't assume the relpath is really set (merge from #120) weigon 2005-09-08 09:57:55 +00:00
  • 2d2173982e fixed crash in SIGINT handling weigon 2005-09-08 09:55:45 +00:00
  • 4b63eae57d fixed crash in SIGINT handling weigon 2005-09-08 09:55:45 +00:00
  • 0481a377d3 improve error-reporting (should fixed the Success 5 0 0 messages) weigon 2005-09-08 09:55:23 +00:00
  • d00bb524f7 improve error-reporting (should fixed the Success 5 0 0 messages) weigon 2005-09-08 09:55:23 +00:00
  • 29c2ffc7cf fixed example weigon 2005-09-07 07:33:15 +00:00
  • 6b63deb241 fixed example weigon 2005-09-07 07:33:15 +00:00
  • 74ff4bf6de fixed typo weigon 2005-09-07 07:32:29 +00:00
  • 9209f7e8bd fixed typo weigon 2005-09-07 07:32:29 +00:00
  • 49c952748e only enable fastcgi if necessary weigon 2005-09-06 10:07:36 +00:00
  • 0f9a82bd0e only enable fastcgi if necessary weigon 2005-09-06 10:07:36 +00:00
  • bccca062f3 try pkg-config for lua if all other tests fail (fixed #247, #254, #209) weigon 2005-09-06 09:48:17 +00:00
  • b9623d6fd2 try pkg-config for lua if all other tests fail (fixed #247, #254, #209) weigon 2005-09-06 09:48:17 +00:00
  • aa1814fb1f make default of sort to work xuefer 2005-09-05 17:04:29 +00:00
  • 68f009a99f make default of sort to work xuefer 2005-09-05 17:04:29 +00:00
  • caf627e1c0 don't crach in error message for auth.require->method xuefer 2005-09-05 13:45:53 +00:00
  • 730ce9e9dd don't crach in error message for auth.require->method xuefer 2005-09-05 13:45:53 +00:00
  • 2164e629c3 added reload weigon 2005-09-03 09:36:44 +00:00
  • 51ab2d8a02 added reload weigon 2005-09-03 09:36:44 +00:00
  • c8a5c66623 fix bug triggered by [680]. reset "used" xuefer 2005-09-03 03:08:13 +00:00
  • b37a95855f fix bug triggered by [680]. reset "used" xuefer 2005-09-03 03:08:13 +00:00
  • 4fac254b8f stupid SEGV introduced in [679] xuefer 2005-09-03 03:06:26 +00:00
  • 949ab7685e stupid SEGV introduced in [679] xuefer 2005-09-03 03:06:26 +00:00
  • 736989632c when ever we have content-length we have to forward it. weigon 2005-09-02 17:34:06 +00:00
  • d0c12ea533 when ever we have content-length we have to forward it. weigon 2005-09-02 17:34:06 +00:00
  • baa869966d don't try to guess, do a read check if we can open it. weigon 2005-09-02 17:24:17 +00:00
  • 603d6ace1d don't try to guess, do a read check if we can open it. weigon 2005-09-02 17:24:17 +00:00
  • 439d8b0d28 check that we can really read the file weigon 2005-09-02 17:07:30 +00:00
  • 52125c82b8 check that we can really read the file weigon 2005-09-02 17:07:30 +00:00
  • 7ec76e9a83 compail about the right plugin and don't segfault weigon 2005-09-02 17:07:00 +00:00
  • 326fa40875 compail about the right plugin and don't segfault weigon 2005-09-02 17:07:00 +00:00
  • db46071f80 added 'V' for HTTP_HOST, updated default accesslog format. able to log all method supported by lighttpd. cleanup (and possibly be faster) a bit by b=p->conf.access_logbuffer. xuefer 2005-09-02 16:09:42 +00:00
  • 363301ccf3 added 'V' for HTTP_HOST, updated default accesslog format. able to log all method supported by lighttpd. cleanup (and possibly be faster) a bit by b=p->conf.access_logbuffer. xuefer 2005-09-02 16:09:42 +00:00
  • 36b485cc3e fixed last-modified handling and handle absolute path names correctly (fixed #244) weigon 2005-09-02 13:30:44 +00:00
  • 5ae22303f4 fixed last-modified handling and handle absolute path names correctly (fixed #244) weigon 2005-09-02 13:30:44 +00:00
  • 4974f55b28 moved the etag.h to the right file weigon 2005-09-02 12:38:42 +00:00
  • 286b6100a4 moved the etag.h to the right file weigon 2005-09-02 12:38:42 +00:00
  • 542b0fba5a make MacOS X happy when it domes to mod_cml and lua weigon 2005-09-02 10:45:45 +00:00
  • d956619380 make MacOS X happy when it domes to mod_cml and lua weigon 2005-09-02 10:45:45 +00:00
  • 0e192ad0eb don't fetch the error-msg a second time weigon 2005-09-02 10:44:44 +00:00
  • 3553b694d0 don't fetch the error-msg a second time weigon 2005-09-02 10:44:44 +00:00
  • dbab2a52d8 a simple connect() on the port is better and faster weigon 2005-09-01 13:24:19 +00:00
  • cdd1f9547b a simple connect() on the port is better and faster lighttpd-1.4.3 weigon 2005-09-01 13:24:19 +00:00
  • e86ed8d00d use netstat to check if a process is listening on port 1026 weigon 2005-09-01 12:10:59 +00:00
  • a732e84748 use netstat to check if a process is listening on port 1026 weigon 2005-09-01 12:10:59 +00:00
  • 36d0e031d0 redirect don't need $tf->{HOSTNAME} xuefer 2005-09-01 11:55:03 +00:00
  • 6f3e816fba redirect don't need $tf->{HOSTNAME} xuefer 2005-09-01 11:55:03 +00:00
  • 33db7beecf wait the fastcgi process to be up xuefer 2005-09-01 11:54:39 +00:00
  • 7c4bd1e8bb wait the fastcgi process to be up xuefer 2005-09-01 11:54:39 +00:00
  • 416ec1507c find perl at runtime weigon 2005-09-01 11:44:57 +00:00
  • 3ebc17571a find perl at runtime weigon 2005-09-01 11:44:57 +00:00
  • f17a80fccd replace 'localhost' by gethostbyaddr for 127.0.0.1 weigon 2005-09-01 11:12:05 +00:00
  • a44e7fc4c4 replace 'localhost' by gethostbyaddr for 127.0.0.1 weigon 2005-09-01 11:12:05 +00:00
  • a7ae671a2a minor portability fixes weigon 2005-09-01 10:33:48 +00:00
  • 8e742eac4c minor portability fixes weigon 2005-09-01 10:33:48 +00:00
  • 7309da5a32 some files aren't shipped anymore weigon 2005-09-01 09:08:43 +00:00
  • 09f5416912 some files aren't shipped anymore weigon 2005-09-01 09:08:43 +00:00
  • fa1509d4d9 perpare for the 1.4.3 release weigon 2005-09-01 08:42:25 +00:00
  • 2d95a31db2 perpare for the 1.4.3 release weigon 2005-09-01 08:42:25 +00:00
  • 956f56b4f1 only try to open the event-handler, but close right away as we have to open it AFTER the daemonize again weigon 2005-09-01 07:47:40 +00:00
  • 478053510b only try to open the event-handler, but close right away as we have to open it AFTER the daemonize again weigon 2005-09-01 07:47:40 +00:00
  • 6aeb8e2fd8 added file_isdir weigon 2005-08-31 23:06:59 +00:00
  • e45388fc44 added file_isdir weigon 2005-08-31 23:06:59 +00:00
  • 192ee48da8 replaced /bin/sh exec by a simple cmdline parser (fixed #133) weigon 2005-08-31 23:01:08 +00:00
  • f350d3253a replaced /bin/sh exec by a simple cmdline parser (fixed #133) weigon 2005-08-31 23:01:08 +00:00
  • 251e450423 fixed error-msg weigon 2005-08-31 23:00:32 +00:00
  • 1a50f47b30 fixed error-msg weigon 2005-08-31 23:00:32 +00:00
  • 78ef0ac3f3 removed duplicate test-scripts, added a test for bin-copy-env and cleaned up configfiles weigon 2005-08-31 23:00:04 +00:00
  • 4fc9ee0f86 removed duplicate test-scripts, added a test for bin-copy-env and cleaned up configfiles weigon 2005-08-31 23:00:04 +00:00
  • 33f790a9e1 add 404 and 403 to request-handling debug output weigon 2005-08-31 21:26:09 +00:00
  • a7d25eb577 add 404 and 403 to request-handling debug output weigon 2005-08-31 21:26:09 +00:00
  • be350c4665 use the standard value for it weigon 2005-08-31 21:25:42 +00:00
  • 131f9a3293 use the standard value for it weigon 2005-08-31 21:25:42 +00:00
  • 22435e91fc make ucbcc on sol9 happy as B_TRUE and B_FALSE are defined somewhere weigon 2005-08-31 21:25:18 +00:00