summaryrefslogtreecommitdiff
path: root/src/mod_rewrite.c
Commit message (Expand)AuthorAgeFilesLines
* [WIP] build systems cleanuppersonal/stbuehler/cleanup-buildStefan Bühler2017-11-071-6/+6
* quell compiler warnings for -Wimplicit-fallthroughGlenn Strauss2017-07-231-0/+1
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-10/+10
* [config] more specific checks for array listsGlenn Strauss2017-03-081-14/+4
* [mod_rewrite] add more info in error log msgGlenn Strauss2016-10-261-2/+3
* do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)Glenn Strauss2016-07-231-7/+0
* fix some warnings reported by cppcheckGlenn Strauss2016-07-171-2/+0
* set REDIRECT_URI in mod_rewrite, mod_magnetGlenn Strauss2016-04-251-0/+7
* [mod_redirect,mod-rewrite] short-circuit if blank replacement (fixes #2085)Glenn Strauss2016-04-141-0/+4
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [mod_rewrite] fix return type of process_rewrite_rulesStefan Bühler2016-03-131-1/+1
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-10/+8
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+3
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-2/+2
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-2/+2
* [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil...Stefan Bühler2014-10-161-0/+1
* [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditi...Stefan Bühler2014-01-101-2/+0
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-1/+1
* Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)Stefan Bühler2010-01-301-1/+1
* mod_rewrite: fix compile error if compiled without pcreStefan Bühler2009-10-261-51/+33
* mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't ...Stefan Bühler2009-10-121-32/+102
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-7/+3
* Fix issues found with clang analyzerStefan Bühler2009-07-211-6/+4
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-3/+4
* Revert url decoding+simplifying before matching of mod_rewrite/mod_redirectStefan Bühler2008-12-071-5/+1
* Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)Stefan Bühler2008-09-211-3/+6
* Decode url before matching in mod_rewrite (#1720)Stefan Bühler2008-08-021-1/+5
* Enable escaping of % and $ in redirect/rewrite; only two cases changed their ...Stefan Bühler2008-04-231-3/+5
* - fixed crash on url.redirect and url.rewrite if %0 is used in aJan Kneschke2007-04-101-0/+8
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-104/+104
* make %1 %2 etc works instead of SEGVmOo2005-09-291-0/+4
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* fixed error-msgJan Kneschke2005-08-151-1/+2
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-4/+9
* allow _ in env. and var. and optimized matching of conditionsJan Kneschke2005-08-081-1/+1
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-21/+8
* reverted last patch and added commentJan Kneschke2005-07-261-1/+4
* do the url matching after we cleaned it up Jan Kneschke2005-07-241-1/+1
* added url.rewrite-once and url.rewrite-repeat and mapped the old options both...Jan Kneschke2005-07-231-81/+78
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+453