c22cd136c5fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)Stefan Bühler2008-08-27 15:59:50 +00:00
7a64f2f888fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)Stefan Bühler2008-08-27 15:59:50 +00:00
ab55e2e026Change 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ühler2008-08-27 14:53:06 +00:00
5ab6fa6fd2Change 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ühler2008-08-27 14:53:06 +00:00
caeb895b65Fix small copy/paste typo in previous commitStefan Bühler2008-08-27 14:53:03 +00:00
9cb47be07fFix small copy/paste typo in previous commitStefan Bühler2008-08-27 14:53:03 +00:00
bca5b97f9fFix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgiStefan Bühler2008-08-19 16:41:56 +00:00
5194c28220Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgiStefan Bühler2008-08-19 16:41:56 +00:00
2aa6cc8d0fReplaced fprintf with log_error_write in mod-fastcgiStefan Bühler2008-08-19 16:41:49 +00:00
b511c42939Replaced fprintf with log_error_write in mod-fastcgiStefan Bühler2008-08-19 16:41:49 +00:00
1020c6ca8eAdd '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 hexStefan Bühler2008-08-19 16:41:42 +00:00
43a9842b28Add '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 hexStefan Bühler2008-08-19 16:41:42 +00:00
504684e6eaFix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB)Stefan Bühler2008-08-19 16:41:36 +00:00
227d6f1b56Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB)Stefan Bühler2008-08-19 16:41:36 +00:00
360b1e4925Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)Stefan Bühler2008-08-12 19:47:49 +00:00
ec61ba0559Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)Stefan Bühler2008-08-12 19:47:49 +00:00
1f416683f3Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)Stefan Bühler2008-08-01 16:13:34 +00:00
ad12e4c5b2Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)Stefan Bühler2008-08-01 16:13:34 +00:00
1cb5e5ad73Replace 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ühler2008-07-30 19:38:32 +00:00
52861d77dfReplace 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ühler2008-07-30 19:38:32 +00:00
44e15591ebfixed typo in mod_accesslog, localtime instead of localtime_r (#1699)Stefan Bühler2008-07-30 16:42:14 +00:00
25c7c7f3f8fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)Stefan Bühler2008-07-30 16:42:14 +00:00
d1008a2f2c[tests] remove env TODO test: don't use undefined env varsStefan Bühler2008-07-29 21:22:36 +00:00
2bd973108d[tests] remove env TODO test: don't use undefined env varsStefan Bühler2008-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ühler2008-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ühler2008-07-29 21:22:28 +00:00