summaryrefslogtreecommitdiff
path: root/src/mod_redirect.c
Commit message (Expand)AuthorAgeFilesLines
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline array as part of data_array valueGlenn Strauss2020-02-241-3/+3
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-2/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-2/+2
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-3/+3
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-4/+4
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_redirect,mod_rewrite] use server_nameGlenn Strauss2018-11-181-0/+2
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-3/+4
* [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911)Glenn Strauss2018-08-121-0/+1
* [mod_redirect,mod_rewrite] pass request URI infoGlenn Strauss2018-08-121-0/+7
* [mod_redirect,mod_rewrite] short-circuit earlierGlenn Strauss2018-08-121-0/+1
* [core] server.http-parseopts URL normalization opt (fixes #1720)Glenn Strauss2018-08-121-0/+4
* [core] http_kv.[ch] method, status, version strGlenn Strauss2018-08-051-0/+1
* [mod_redirect, mod_rewrite] code reuse (sharing)Glenn Strauss2018-08-051-91/+35
* [core] some header cleanupGlenn Strauss2018-04-081-0/+4
* [core] merge redirect/rewrite pattern substitutionGlenn Strauss2018-01-101-56/+7
* [config] more specific checks for array listsGlenn Strauss2017-03-081-14/+4
* [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
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-4/+3
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* 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-1/+1
* [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil...Stefan Bühler2014-10-161-0/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)Stefan Bühler2013-05-151-2/+2
* [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