Gráfico de commits

  • 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
  • 32c28a0421 make ucbcc on sol9 happy as B_TRUE and B_FALSE are defined somewhere weigon 2005-08-31 21:25:18 +00:00
  • bb5f4072cd the lost part of [240] xuefer 2005-08-31 13:57:09 +00:00
  • 4846d4ed80 the lost part of [240] xuefer 2005-08-31 13:57:09 +00:00
  • 0bafbb5a96 mod_cml needs lualib weigon 2005-08-31 13:39:46 +00:00
  • 1230c4c9b4 mod_cml needs lualib weigon 2005-08-31 13:39:46 +00:00
  • 04e3278bd3 moved last-modifed handling to response.c and let mod_cml_lua.c use it. weigon 2005-08-31 13:39:09 +00:00
  • 9dd464a72b moved last-modifed handling to response.c and let mod_cml_lua.c use it. weigon 2005-08-31 13:39:09 +00:00
  • d07735e838 added tests for keep-alive and setenv and passed a ARRAY ref instead of a HASH ref weigon 2005-08-31 12:55:44 +00:00
  • 7988661090 added tests for keep-alive and setenv and passed a ARRAY ref instead of a HASH ref weigon 2005-08-31 12:55:44 +00:00
  • ecd33f6ed2 added gracefull shutdown and max-connections weigon 2005-08-31 09:16:18 +00:00
  • 5c20c426b7 added gracefull shutdown and max-connections weigon 2005-08-31 09:16:18 +00:00
  • bf629a729d limit max_fds to FD_SETSIZE of select is used. weigon 2005-08-31 08:08:32 +00:00
  • 3749f4cbfb limit max_fds to FD_SETSIZE of select is used. weigon 2005-08-31 08:08:32 +00:00
  • 300ddbd360 next is 1.4.3, simplified the sorting of the features and modules weigon 2005-08-30 11:27:40 +00:00
  • a99be4eb42 next is 1.4.3, simplified the sorting of the features and modules weigon 2005-08-30 11:27:40 +00:00
  • 0abd166b02 let kqueue startup after daemonize is done weigon 2005-08-30 10:42:06 +00:00
  • e47ae00886 let kqueue startup after daemonize is done weigon 2005-08-30 10:42:06 +00:00
  • e3fa4d3b0c after-release fixes for freebsd (merged [191]) weigon 2005-08-29 20:47:34 +00:00
  • d84a871547 after-release fixes for freebsd (merged [191]) weigon 2005-08-29 20:47:34 +00:00
  • 184f00e595 do a long wait if the lighttpd isn't starting up fast enough weigon 2005-08-29 14:12:31 +00:00
  • b14d500a9e do a long wait if the lighttpd isn't starting up fast enough lighttpd-1.4.2 weigon 2005-08-29 14:12:31 +00:00
  • c9893297bf removed the 'make distcheck' hack as we have -m now ([640], [630]) weigon 2005-08-29 14:11:47 +00:00
  • 15dc40cd36 removed the 'make distcheck' hack as we have -m now ([640], [630]) weigon 2005-08-29 14:11:47 +00:00
  • 1486869e7a make 'make distcheck' happy and install files into _build/tests/ weigon 2005-08-29 13:43:46 +00:00
  • 1be36e4013 make 'make distcheck' happy and install files into _build/tests/ weigon 2005-08-29 13:43:46 +00:00
  • 6ac7575d5e create empty files for mimetype testing weigon 2005-08-29 12:42:06 +00:00
  • 849cbb728e create empty files for mimetype testing weigon 2005-08-29 12:42:06 +00:00
  • 4c30f6dcbb prepare for 1.4.2 weigon 2005-08-29 12:33:50 +00:00
  • 60b1692695 prepare for 1.4.2 weigon 2005-08-29 12:33:50 +00:00
  • f26001bf8c fixed typos weigon 2005-08-29 12:30:23 +00:00
  • ef7955cc1f fixed typos weigon 2005-08-29 12:30:23 +00:00
  • ffa8be6364 don't set a global uri-prefix and added checks (fixes #235) weigon 2005-08-29 12:26:25 +00:00
  • 7d4f64c476 don't set a global uri-prefix and added checks (fixes #235) weigon 2005-08-29 12:26:25 +00:00
  • 1a9fd8af6c run tests in build root (merged #228) weigon 2005-08-29 12:08:00 +00:00
  • 15b0109071 run tests in build root (merged #228) weigon 2005-08-29 12:08:00 +00:00
  • 4268e748ac added --without-* for pcre and bzip2 (merged #225) weigon 2005-08-29 12:06:45 +00:00
  • 0f30ffa145 added --without-* for pcre and bzip2 (merged #225) weigon 2005-08-29 12:06:45 +00:00
  • 4fe542750e removed optimization as it didn't handled alignement issues weigon 2005-08-29 11:11:35 +00:00
  • c2f868c02a removed optimization as it didn't handled alignement issues weigon 2005-08-29 11:11:35 +00:00
  • f042de066c reverted last chngeset and added asserts() that all inserts and deletes are working weigon 2005-08-29 10:44:00 +00:00