Commit-Graf

  • ab55e2e026 Change parser generation again as the previous fix broke building with some non-gnu make utils. According to the automake faq this is only "hiding errors" and we should be able to do better, but i don't see how (and their examples don't work with -jX). For a clean solution we need to compile lemon for the build host, not the target. Stefan Bühler 2008-08-27 14:53:06 +00:00
  • 5ab6fa6fd2 Change parser generation again as the previous fix broke building with some non-gnu make utils. According to the automake faq this is only "hiding errors" and we should be able to do better, but i don't see how (and their examples don't work with -jX). For a clean solution we need to compile lemon for the build host, not the target. Stefan Bühler 2008-08-27 14:53:06 +00:00
  • caeb895b65 Fix small copy/paste typo in previous commit Stefan Bühler 2008-08-27 14:53:03 +00:00
  • 9cb47be07f Fix small copy/paste typo in previous commit Stefan Bühler 2008-08-27 14:53:03 +00:00
  • 7628cd8a4c Do not send content-encoding for 304 (#1754), thx yzlai Stefan Bühler 2008-08-20 16:44:51 +00:00
  • 9e6ef84e91 Do not send content-encoding for 304 (#1754), thx yzlai Stefan Bühler 2008-08-20 16:44:51 +00:00
  • 2cb7c61e40 Fixed parser generating with automake Stefan Bühler 2008-08-20 10:12:23 +00:00
  • ed346f3907 Fixed parser generating with automake Stefan Bühler 2008-08-20 10:12:23 +00:00
  • cd958098ea Fix make dist (remove dummydir) Stefan Bühler 2008-08-20 10:12:20 +00:00
  • 124d8cd555 Fix make dist (remove dummydir) Stefan Bühler 2008-08-20 10:12:20 +00:00
  • ca0435c657 Use struct copy instead of memcpy for volatile siginfo_t in server.c Fixes "discards qualifiers" warning. Stefan Bühler 2008-08-19 22:23:34 +00:00
  • 22d8707ef2 Use struct copy instead of memcpy for volatile siginfo_t in server.c Fixes "discards qualifiers" warning. Stefan Bühler 2008-08-19 22:23:34 +00:00
  • 3d05f027cb Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397) Stefan Bühler 2008-08-19 17:40:42 +00:00
  • 19588f6ee6 Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397) Stefan Bühler 2008-08-19 17:40:42 +00:00
  • 151e10e650 Fix mem leak in ssi expression parser (#1753), thx Take5k Stefan Bühler 2008-08-19 16:42:01 +00:00
  • 438626667c Fix mem leak in ssi expression parser (#1753), thx Take5k Stefan Bühler 2008-08-19 16:42:01 +00:00
  • bca5b97f9f Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgi Stefan Bühler 2008-08-19 16:41:56 +00:00
  • 5194c28220 Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgi Stefan Bühler 2008-08-19 16:41:56 +00:00
  • 2aa6cc8d0f Replaced fprintf with log_error_write in mod-fastcgi Stefan Bühler 2008-08-19 16:41:49 +00:00
  • b511c42939 Replaced fprintf with log_error_write in mod-fastcgi Stefan Bühler 2008-08-19 16:41:49 +00:00
  • 1020c6ca8e Add 'O' and 'X' to format characters in log_error_write upper case stands for "don't append space"; o/O is for off_t, x/X for int as hex Stefan Bühler 2008-08-19 16:41:42 +00:00
  • 43a9842b28 Add 'O' and 'X' to format characters in log_error_write upper case stands for "don't append space"; o/O is for off_t, x/X for int as hex Stefan Bühler 2008-08-19 16:41:42 +00:00
  • 504684e6ea Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB) Stefan Bühler 2008-08-19 16:41:36 +00:00
  • 227d6f1b56 Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB) Stefan Bühler 2008-08-19 16:41:36 +00:00
  • 42eba94d64 [tests] fix skip in mod-rewrite Stefan Bühler 2008-08-19 00:11:52 +00:00
  • 24804542d2 [tests] fix skip in mod-rewrite Stefan Bühler 2008-08-19 00:11:52 +00:00
  • 4303f125a3 Fix bug with case-insensitive filenames in mod_userdir (#1589) Stefan Bühler 2008-08-18 16:21:55 +00:00
  • 43075bd42a Fix bug with case-insensitive filenames in mod_userdir (#1589) Stefan Bühler 2008-08-18 16:21:55 +00:00
  • 360b1e4925 Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server) Stefan Bühler 2008-08-12 19:47:49 +00:00
  • ec61ba0559 Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server) Stefan Bühler 2008-08-12 19:47:49 +00:00
  • a73021e9d6 Fixed conditional patching of ldap filter (#1564) Stefan Bühler 2008-08-04 13:58:37 +00:00
  • ba715e1c8f Fixed conditional patching of ldap filter (#1564) Stefan Bühler 2008-08-04 13:58:37 +00:00
  • 3c83465e9d [tests] Added env var TESTS to select only a subset of tests Stefan Bühler 2008-08-02 16:24:33 +00:00
  • 3cb2c1c39c [tests] Added env var TESTS to select only a subset of tests Stefan Bühler 2008-08-02 16:24:33 +00:00
  • 6858c44bef Decode url before matching in mod_rewrite (#1720) Stefan Bühler 2008-08-02 16:24:31 +00:00
  • 5547928112 Decode url before matching in mod_rewrite (#1720) Stefan Bühler 2008-08-02 16:24:31 +00:00
  • 1a194942f4 Print helpful error message on conditionals in global block (#1550) Stefan Bühler 2008-08-01 20:31:43 +00:00
  • e294fffbad Print helpful error message on conditionals in global block (#1550) Stefan Bühler 2008-08-01 20:31:43 +00:00
  • 51b133708f Fix dropping last character of evhost pattern (#161) Stefan Bühler 2008-08-01 19:29:27 +00:00
  • 8d837b75d0 Fix dropping last character of evhost pattern (#161) Stefan Bühler 2008-08-01 19:29:27 +00:00
  • 60a6073517 Allow digits in [s]cgi env vars (#1712) Stefan Bühler 2008-08-01 18:35:12 +00:00
  • b8835ab9a8 Allow digits in [s]cgi env vars (#1712) Stefan Bühler 2008-08-01 18:35:12 +00:00
  • 6ec79b9fa4 Fix url encoding to encode more characters (#266) Stefan Bühler 2008-08-01 17:54:04 +00:00
  • d62f894344 Fix url encoding to encode more characters (#266) Stefan Bühler 2008-08-01 17:54:04 +00:00
  • 1f416683f3 Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631) Stefan Bühler 2008-08-01 16:13:34 +00:00
  • ad12e4c5b2 Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631) Stefan Bühler 2008-08-01 16:13:34 +00:00
  • a28cd8daa9 Fix buffer_reset to make an empty string Stefan Bühler 2008-08-01 11:24:06 +00:00
  • f7dd7203e2 Fix buffer_reset to make an empty string Stefan Bühler 2008-08-01 11:24:06 +00:00
  • 71de2e27d7 mod_{fast,s}cgi: overwrite environment variables (#1722) Stefan Bühler 2008-07-31 20:45:36 +00:00
  • 6ce1dfb0d1 mod_{fast,s}cgi: overwrite environment variables (#1722) Stefan Bühler 2008-07-31 20:45:36 +00:00
  • 825ce9e870 Fix EINTR handling for waitpid in mod_fastcgi Stefan Bühler 2008-07-31 20:45:31 +00:00
  • a7f5983e05 Fix EINTR handling for waitpid in mod_fastcgi Stefan Bühler 2008-07-31 20:45:31 +00:00
  • eff80f196e Fix round-robin balancing in mod_proxy (#1715) Stefan Bühler 2008-07-31 10:28:24 +00:00
  • d0b5d2b45f Fix round-robin balancing in mod_proxy (#1715) Stefan Bühler 2008-07-31 10:28:24 +00:00
  • d0d3179d3b Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716) Stefan Bühler 2008-07-31 10:28:22 +00:00
  • 60b90dad70 Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716) Stefan Bühler 2008-07-31 10:28:22 +00:00
  • 511e58566c Handle EAGAIN and EINTR for freebsd sendfile (#1675) Stefan Bühler 2008-07-31 10:28:20 +00:00
  • c1662bcf8a Handle EAGAIN and EINTR for freebsd sendfile (#1675) Stefan Bühler 2008-07-31 10:28:20 +00:00
  • 8a43fc97f9 Fix mod_secdownload problem with unsigned time_t (#1688) Stefan Bühler 2008-07-31 10:28:18 +00:00
  • 3f791f46d5 Fix mod_secdownload problem with unsigned time_t (#1688) Stefan Bühler 2008-07-31 10:28:18 +00:00
  • 68067a7322 Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687) Stefan Bühler 2008-07-30 21:37:30 +00:00
  • 0c16fddde3 Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687) Stefan Bühler 2008-07-30 21:37:30 +00:00
  • 18204e180e case insensitive match for secdownload md5 token (#1710) Stefan Bühler 2008-07-30 21:16:25 +00:00
  • 41868422f3 case insensitive match for secdownload md5 token (#1710) Stefan Bühler 2008-07-30 21:16:25 +00:00
  • 1cb5e5ad73 Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x)) Stefan Bühler 2008-07-30 19:38:32 +00:00
  • 52861d77df Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x)) Stefan Bühler 2008-07-30 19:38:32 +00:00
  • a5abefe4c3 [tests] Fix fastcgi php finding Stefan Bühler 2008-07-30 17:40:09 +00:00
  • 0c8ebbeb60 [tests] Fix fastcgi php finding Stefan Bühler 2008-07-30 17:40:09 +00:00
  • 44e15591eb fixed typo in mod_accesslog, localtime instead of localtime_r (#1699) Stefan Bühler 2008-07-30 16:42:14 +00:00
  • 25c7c7f3f8 fixed typo in mod_accesslog, localtime instead of localtime_r (#1699) Stefan Bühler 2008-07-30 16:42:14 +00:00
  • d1008a2f2c [tests] remove env TODO test: don't use undefined env vars Stefan Bühler 2008-07-29 21:22:36 +00:00
  • 2bd973108d [tests] remove env TODO test: don't use undefined env vars Stefan Bühler 2008-07-29 21:22:36 +00:00
  • 7b1369a8fc [tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi) Stefan Bühler 2008-07-29 21:22:28 +00:00
  • 3bb07cad07 [tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi) Stefan Bühler 2008-07-29 21:22:28 +00:00
  • 5ad292dddb [tests] Remove pidfile from test system Stefan Bühler 2008-07-29 21:22:13 +00:00
  • cbd40dc44b [tests] Remove pidfile from test system Stefan Bühler 2008-07-29 21:22:13 +00:00
  • 621cbaa6e4 [tests] Fixed test system, use foreground daemons and waitpid Stefan Bühler 2008-07-29 21:21:34 +00:00
  • 0b257bcefa [tests] Fixed test system, use foreground daemons and waitpid Stefan Bühler 2008-07-29 21:21:34 +00:00
  • 57942765c7 Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com Stefan Bühler 2008-07-28 08:43:23 +00:00
  • a70ba6c625 Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com Stefan Bühler 2008-07-28 08:43:23 +00:00
  • b8fd5f290b Fix bug with IPv6 in mod_evasive Stefan Bühler 2008-07-28 08:43:19 +00:00
  • 543830266c Fix bug with IPv6 in mod_evasive Stefan Bühler 2008-07-28 08:43:19 +00:00
  • 7662839b3d Close connection in mod_magnet if returned status code Stefan Bühler 2008-07-20 17:55:14 +00:00
  • f08cd32877 Close connection in mod_magnet if returned status code Stefan Bühler 2008-07-20 17:55:14 +00:00
  • fb6277d524 Close connection after redirect in trigger_b4_dl Stefan Bühler 2008-07-20 12:58:18 +00:00
  • cf789917f7 Close connection after redirect in trigger_b4_dl Stefan Bühler 2008-07-20 12:58:18 +00:00
  • 4e1e0e4b3b - let spawn-fcgi propagate exit code from spawned fcgi application Elan Ruusamäe 2008-07-14 15:45:05 +00:00
  • 0f515626e4 - let spawn-fcgi propagate exit code from spawned fcgi application Elan Ruusamäe 2008-07-14 15:45:05 +00:00
  • a636eb39f1 - print success message to stdout (for discarding it from initscripts) Elan Ruusamäe 2008-07-14 14:47:39 +00:00
  • 00e5a032d6 - print success message to stdout (for discarding it from initscripts) Elan Ruusamäe 2008-07-14 14:47:39 +00:00
  • 29de91de47 - strerror() wants errno as param not arbitary exit value from spawned child Elan Ruusamäe 2008-07-14 14:40:52 +00:00
  • f08ffad238 - strerror() wants errno as param not arbitary exit value from spawned child Elan Ruusamäe 2008-07-14 14:40:52 +00:00
  • 2cffdee6b0 - revert unwanted commit Elan Ruusamäe 2008-07-14 14:33:06 +00:00
  • 5fa895e8ec - revert unwanted commit Elan Ruusamäe 2008-07-14 14:33:06 +00:00
  • dd78d73cd0 - merge spawn-fcgi changes from trunk (from @2191) Elan Ruusamäe 2008-07-14 14:26:20 +00:00
  • ef95813dea - merge spawn-fcgi changes from trunk (from @2191) Elan Ruusamäe 2008-07-14 14:26:20 +00:00
  • 0dc8690df3 - fix typo ;) #1691 Elan Ruusamäe 2008-06-17 16:32:05 +00:00
  • 13576f67a6 - fix typo ;) #1691 Elan Ruusamäe 2008-06-17 16:32:05 +00:00
  • 5c87ffd204 fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround mOo 2008-05-22 10:04:01 +00:00
  • b5632eada1 fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround mOo 2008-05-22 10:04:01 +00:00