summaryrefslogtreecommitdiff
path: root/src/mod_redirect.c
Commit message (Expand)AuthorAgeFilesLines
* [mod_redirect] Support url.redirect-code option (fixes #2247)Stefan Bühler2012-05-301-1/+9
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-1/+1
* Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)Stefan Bühler2010-01-301-1/+1
* 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-5/+3
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Revert url decoding+simplifying before matching of mod_rewrite/mod_redirectStefan Bühler2008-12-071-5/+1
* Use decoded url for matching in mod_redirect (#1720)Stefan Bühler2008-09-221-1/+5
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+1
* 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/+6
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-69/+69
* 301 has a content now, so we need a file_finished to say that we have not con...Jan Kneschke2006-02-081-0/+1
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* removed double freeJan Kneschke2005-08-151-11/+0
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-9/+19
* leak fixesJan Kneschke2005-08-081-0/+11
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-22/+6
* cleanup nicelyJan Kneschke2005-05-231-3/+14
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+271