| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | quell compiler warnings for -Wimplicit-fallthrough | Glenn Strauss | 2017-07-23 | 1 | -0/+1 |
* | [core] perf: skip redundant strlen() if len known | Glenn Strauss | 2017-05-15 | 1 | -10/+10 |
* | [config] more specific checks for array lists | Glenn Strauss | 2017-03-08 | 1 | -14/+4 |
* | [mod_rewrite] add more info in error log msg | Glenn Strauss | 2016-10-26 | 1 | -2/+3 |
* | do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738) | Glenn Strauss | 2016-07-23 | 1 | -7/+0 |
* | fix some warnings reported by cppcheck | Glenn Strauss | 2016-07-17 | 1 | -2/+0 |
* | set REDIRECT_URI in mod_rewrite, mod_magnet | Glenn Strauss | 2016-04-25 | 1 | -0/+7 |
* | [mod_redirect,mod-rewrite] short-circuit if blank replacement (fixes #2085) | Glenn Strauss | 2016-04-14 | 1 | -0/+4 |
* | consistent inclusion of config.h at top of files (fixes #2073) | Glenn Strauss | 2016-03-19 | 1 | -0/+2 |
* | [mod_rewrite] fix return type of process_rewrite_rules | Stefan Bühler | 2016-03-13 | 1 | -1/+1 |
* | [config] check config option scope; warn if server option is given in conditi... | Stefan Bühler | 2015-11-07 | 1 | -10/+8 |
* | fix segfaults in many plugins if they failed configuration | Stefan Bühler | 2015-05-14 | 1 | -0/+3 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -2/+2 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -2/+2 |
* | [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil... | Stefan Bühler | 2014-10-16 | 1 | -0/+1 |
* | [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditi... | Stefan Bühler | 2014-01-10 | 1 | -2/+0 |
* | fix/silence bugs reported by ccc-analyzer (clang) | Stefan Bühler | 2013-11-13 | 1 | -1/+1 |
* | Fix non-ANSI function declarations. | Cyril Brulebois | 2012-08-31 | 1 | -1/+1 |
* | Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt) | Stefan Bühler | 2010-01-30 | 1 | -1/+1 |
* | mod_rewrite: fix compile error if compiled without pcre | Stefan Bühler | 2009-10-26 | 1 | -51/+33 |
* | mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't ... | Stefan Bühler | 2009-10-12 | 1 | -32/+102 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -7/+3 |
* | Fix issues found with clang analyzer | Stefan Bühler | 2009-07-21 | 1 | -6/+4 |
* | Added some extra warning options in cmake and fix the resulting warnings (unu... | Stefan Bühler | 2009-03-07 | 1 | -3/+4 |
* | Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect | Stefan Bühler | 2008-12-07 | 1 | -5/+1 |
* | Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!) | Stefan Bühler | 2008-09-21 | 1 | -3/+6 |
* | Decode url before matching in mod_rewrite (#1720) | Stefan Bühler | 2008-08-02 | 1 | -1/+5 |
* | Enable escaping of % and $ in redirect/rewrite; only two cases changed their ... | Stefan Bühler | 2008-04-23 | 1 | -3/+5 |
* | - fixed crash on url.redirect and url.rewrite if %0 is used in a | Jan Kneschke | 2007-04-10 | 1 | -0/+8 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -104/+104 |
* | make %1 %2 etc works instead of SEGV | mOo | 2005-09-29 | 1 | -0/+4 |
* | fixed possible uninit variables of the config-parser fails (merged [183]) | Jan Kneschke | 2005-08-16 | 1 | -2/+2 |
* | fixed error-msg | Jan Kneschke | 2005-08-15 | 1 | -1/+2 |
* | added include_shell option to configfiles (merged the rest of the trunk chang... | Jan Kneschke | 2005-08-09 | 1 | -4/+9 |
* | allow _ in env. and var. and optimized matching of conditions | Jan Kneschke | 2005-08-08 | 1 | -1/+1 |
* | removed setup_connection (merged [295]) | Jan Kneschke | 2005-08-08 | 1 | -21/+8 |
* | reverted last patch and added comment | Jan Kneschke | 2005-07-26 | 1 | -1/+4 |
* | do the url matching after we cleaned it up | Jan Kneschke | 2005-07-24 | 1 | -1/+1 |
* | added url.rewrite-once and url.rewrite-repeat and mapped the old options both... | Jan Kneschke | 2005-07-23 | 1 | -81/+78 |
* | moved everything below trunk/ and added branches/ and tags/ | Jan Kneschke | 2005-02-20 | 1 | -0/+453 |