Commit Graph

  • 17d0c36eed Read hostname from absolute uris in the request line (fixes #1937) stbuehler 2009-10-11 18:31:25 +00:00
  • 94625e1d39 mod_webdav: Delete old properties before updating new for MOVE (fixes #1317) stbuehler 2009-10-11 17:22:24 +00:00
  • a55f82a392 mod_webdav: Delete old properties before updating new for MOVE (fixes #1317) stbuehler 2009-10-11 17:22:24 +00:00
  • e1e2e84dce mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793) stbuehler 2009-10-11 17:16:16 +00:00
  • cef23f08d3 mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793) stbuehler 2009-10-11 17:16:16 +00:00
  • e58eeb54e1 Revert to _GNU_SOURCE before <time.h> for strptime stbuehler 2009-10-11 16:45:24 +00:00
  • 56adf372fb Revert to _GNU_SOURCE before <time.h> for strptime stbuehler 2009-10-11 16:45:24 +00:00
  • 3c74a4c203 Add _XOPEN_SOURCE for strptime stbuehler 2009-10-11 16:29:38 +00:00
  • 844d2e9ef5 Add _XOPEN_SOURCE for strptime stbuehler 2009-10-11 16:29:38 +00:00
  • baccbcddc2 Add <sys/types.h> before including event backends stbuehler 2009-10-11 14:54:33 +00:00
  • 3d22a09b51 Add <sys/types.h> before including event backends stbuehler 2009-10-11 14:54:33 +00:00
  • d8f4f162fc Fix some compile problems from header inclusion reorder patch stbuehler 2009-10-11 14:48:08 +00:00
  • 122831dc17 Fix some compile problems from header inclusion reorder patch stbuehler 2009-10-11 14:48:08 +00:00
  • 5598566880 Fix header inclusion order, always include "config.h" before any system header stbuehler 2009-10-11 14:31:42 +00:00
  • 22e8b456a9 Fix header inclusion order, always include "config.h" before any system header stbuehler 2009-10-11 14:31:42 +00:00
  • b19f250001 Remember keep-alive-idle in separate variable (fixes #1988) stbuehler 2009-10-11 13:16:03 +00:00
  • d69683ddb5 Remember keep-alive-idle in separate variable (fixes #1988) stbuehler 2009-10-11 13:16:03 +00:00
  • a2d4056c12 - Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068) Elan Ruusamäe 2009-09-21 13:15:57 +00:00
  • 6c75b7bf24 - Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068) Elan Ruusamäe 2009-09-21 13:15:57 +00:00
  • a2e6856030 - space cosmetic for last commit Elan Ruusamäe 2009-09-14 10:41:13 +00:00
  • e74295262b - space cosmetic for last commit Elan Ruusamäe 2009-09-14 10:41:13 +00:00
  • 2613f4005e - include query string in fastcgi backend errors Elan Ruusamäe 2009-09-14 09:57:08 +00:00
  • cb1ad7b130 - include query string in fastcgi backend errors Elan Ruusamäe 2009-09-14 09:57:08 +00:00
  • 7103c63497 Fixed some small non-critical leaks reported by cppcheck stbuehler 2009-09-01 14:03:59 +00:00
  • f9e65e8500 Fixed some small non-critical leaks reported by cppcheck stbuehler 2009-09-01 14:03:59 +00:00
  • 46fed0fff8 Create m4/ directory in autogen.sh stbuehler 2009-08-29 12:59:25 +00:00
  • 34d3f7da99 Create m4/ directory in autogen.sh stbuehler 2009-08-29 12:59:25 +00:00
  • ce741241b5 Fix autogen.sh (used mysql-proxy as template) stbuehler 2009-08-29 11:39:19 +00:00
  • 759121da93 Fix autogen.sh (used mysql-proxy as template) stbuehler 2009-08-29 11:39:19 +00:00
  • a132a60860 Print an error if you use too many captures in a regex pattern (fixes #2059) stbuehler 2009-08-28 19:30:48 +00:00
  • 543f8040d3 Print an error if you use too many captures in a regex pattern (fixes #2059) stbuehler 2009-08-28 19:30:48 +00:00
  • 419b87ad80 Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek) stbuehler 2009-08-12 18:27:18 +00:00
  • 5ae8685604 Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek) stbuehler 2009-08-12 18:27:18 +00:00
  • 3ff0616c99 tests: fix endless loop if connect fails without the child dying stbuehler 2009-08-08 12:51:05 +00:00
  • 0eff441bb6 tests: fix endless loop if connect fails without the child dying stbuehler 2009-08-08 12:51:05 +00:00
  • 7b324fe6eb Set tm.tm_isdst = 0 before mktime() (fixes #2047) stbuehler 2009-08-06 08:33:19 +00:00
  • 0413cf0ecf Set tm.tm_isdst = 0 before mktime() (fixes #2047) stbuehler 2009-08-06 08:33:19 +00:00
  • 3d5d5f17ff Print errors from include_shell to stderr stbuehler 2009-07-30 18:15:04 +00:00
  • 956b6e1924 Print errors from include_shell to stderr stbuehler 2009-07-30 18:15:04 +00:00
  • 921bde2e0d Fix ipv6 in mod_proxy (fixes #2043) stbuehler 2009-07-27 16:12:36 +00:00
  • a1862cc809 Fix ipv6 in mod_proxy (fixes #2043) stbuehler 2009-07-27 16:12:36 +00:00
  • 80a92fae8c Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown) stbuehler 2009-07-24 20:26:17 +00:00
  • ed417a04d6 Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown) stbuehler 2009-07-24 20:26:17 +00:00
  • 2d51ce0cb9 Fix typo in NEWS (referenced wrong bug) stbuehler 2009-07-23 23:37:46 +00:00
  • ea78edda65 Fix typo in NEWS (referenced wrong bug) stbuehler 2009-07-23 23:37:46 +00:00
  • fdffbaa318 Cleanup tree: remove .cvsignore and ChangeLog (deprecated by NEWS) stbuehler 2009-07-23 21:55:00 +00:00
  • 64c2e93336 Cleanup tree: remove .cvsignore and ChangeLog (deprecated by NEWS) stbuehler 2009-07-23 21:55:00 +00:00
  • 17dffdf5f4 Update fastcgi doc stbuehler 2009-07-23 21:54:51 +00:00
  • 97faac295b Update fastcgi doc stbuehler 2009-07-23 21:54:51 +00:00
  • 5e5d66ae1e Remove adaptive spawning code from fastcgi (was disabled for a long time) stbuehler 2009-07-23 21:43:07 +00:00
  • 7b4d8fe8c3 Remove adaptive spawning code from fastcgi (was disabled for a long time) stbuehler 2009-07-23 21:43:07 +00:00
  • 3e63115c6c Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040) stbuehler 2009-07-23 21:42:59 +00:00
  • 8004ebbddf Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040) stbuehler 2009-07-23 21:42:59 +00:00
  • b0062ccb5d Fix handling network-write return values (#2024) stbuehler 2009-07-23 21:42:24 +00:00
  • 9e6b2c63f0 Fix handling network-write return values (#2024) stbuehler 2009-07-23 21:42:24 +00:00
  • cd7dbe3775 Try to fix server.tag issue with localized svnversion stbuehler 2009-07-23 13:01:38 +00:00
  • f712888913 Try to fix server.tag issue with localized svnversion stbuehler 2009-07-23 13:01:38 +00:00
  • bbbcb2f799 Fix issues found with clang analyzer stbuehler 2009-07-21 20:35:27 +00:00
  • 4df22f2a32 Fix issues found with clang analyzer stbuehler 2009-07-21 20:35:27 +00:00
  • 31a2dc214c Remove strptime failed message (fixes #2031) stbuehler 2009-07-21 08:52:33 +00:00
  • 8629831df2 Remove strptime failed message (fixes #2031) stbuehler 2009-07-21 08:52:33 +00:00
  • f3a11634a1 Allow all comparisons for $SERVER["socket"] - only bind for "==" stbuehler 2009-07-16 23:23:08 +00:00
  • 8a24665a81 Allow all comparisons for $SERVER["socket"] - only bind for "==" stbuehler 2009-07-16 23:23:08 +00:00
  • 66b772f367 Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197) stbuehler 2009-07-14 13:18:33 +00:00
  • 099d37ef75 Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197) stbuehler 2009-07-14 13:18:33 +00:00
  • 55e7d7714b Use connection_reset instead of handle_request_done for cleanup callbacks stbuehler 2009-07-14 13:15:38 +00:00
  • 5e91465797 Use connection_reset instead of handle_request_done for cleanup callbacks stbuehler 2009-07-14 13:15:38 +00:00
  • 09d558da0e Allow digits in hostnames in more places (fixes #1148) stbuehler 2009-07-14 12:57:27 +00:00
  • b87d3e804b Allow digits in hostnames in more places (fixes #1148) stbuehler 2009-07-14 12:57:27 +00:00
  • bfb410d183 Fix hanging connection in mod_scgi (fixes #2024) stbuehler 2009-07-13 14:13:52 +00:00
  • 909a546abd Fix hanging connection in mod_scgi (fixes #2024) stbuehler 2009-07-13 14:13:52 +00:00
  • de510bb0d7 Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030) stbuehler 2009-07-13 13:48:29 +00:00
  • 1b2cc3bb66 Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030) stbuehler 2009-07-13 13:48:29 +00:00
  • 370b52678e Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029) stbuehler 2009-07-13 13:41:44 +00:00
  • 839aa7dbd9 Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029) stbuehler 2009-07-13 13:41:44 +00:00
  • 45bd721178 Fix comment style stbuehler 2009-07-12 16:23:18 +00:00
  • b790231357 Fix comment style stbuehler 2009-07-12 16:23:18 +00:00
  • 296dd6fd36 Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026) stbuehler 2009-07-11 09:01:18 +00:00
  • e1645ed287 Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026) stbuehler 2009-07-11 09:01:18 +00:00
  • 11679ed108 cmake: Add -export-dynamic to link flags, fixes build on FreeBSD stbuehler 2009-07-10 16:46:04 +00:00
  • fbd4fe3c07 cmake: Add -export-dynamic to link flags, fixes build on FreeBSD stbuehler 2009-07-10 16:46:04 +00:00
  • 0d068a7940 cmake: Fix crypt lib check stbuehler 2009-07-10 16:36:36 +00:00
  • fcfd4d048a cmake: Fix crypt lib check stbuehler 2009-07-10 16:36:36 +00:00
  • a8e5832bf9 Fix some warnings in mod_secure_download.c stbuehler 2009-07-10 16:30:26 +00:00
  • fd43f070a9 Fix some warnings in mod_secure_download.c stbuehler 2009-07-10 16:30:26 +00:00
  • f3016ad712 Fix unused function webdav_lockdiscovery in mod_webdav stbuehler 2009-07-10 16:23:59 +00:00
  • 243f756e92 Fix unused function webdav_lockdiscovery in mod_webdav stbuehler 2009-07-10 16:23:59 +00:00
  • f3e46c4f82 Fix missing header <string.h> in mod_cml_lua.c stbuehler 2009-07-10 16:22:39 +00:00
  • f5fccea003 Fix missing header <string.h> in mod_cml_lua.c stbuehler 2009-07-10 16:22:39 +00:00
  • 1d3e2c06bb Add "lua-5.1" to searched pkg-config names for lua stbuehler 2009-07-10 16:19:45 +00:00
  • 8f61a1ffd0 Add "lua-5.1" to searched pkg-config names for lua stbuehler 2009-07-10 16:19:45 +00:00
  • 7fa45a0f08 Fix FD_SETSIZE comparision warnings on FreeBSD stbuehler 2009-07-10 16:16:11 +00:00
  • 2ab8287e32 Fix FD_SETSIZE comparision warnings on FreeBSD stbuehler 2009-07-10 16:16:11 +00:00
  • 885ebb8c6c Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013) stbuehler 2009-07-04 20:23:00 +00:00
  • 3c11705903 Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013) stbuehler 2009-07-04 20:23:00 +00:00
  • 7eb054e794 tests: use breakage log stbuehler 2009-07-01 16:16:40 +00:00
  • b3ba9f0fb9 tests: use breakage log stbuehler 2009-07-01 16:16:40 +00:00
  • 63ab5918e0 Fix config evaluation for debug.log-timeouts option (#1529) stbuehler 2009-07-01 16:04:17 +00:00
  • 3b66d3b6ae Fix config evaluation for debug.log-timeouts option (#1529) stbuehler 2009-07-01 16:04:17 +00:00
  • 406cb3a3bb Add server.breakagelog, a "special" stderr (fixes #1863) stbuehler 2009-06-21 17:25:39 +00:00