summaryrefslogtreecommitdiffstats
path: root/modules/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some instances where a RewriteBase must be specifiedEric Covener2014-11-301-1/+29
* Concat string at compile time when possible.Christophe Jaillet2014-09-181-1/+1
* Silent some cppcheck warnings.Christophe Jaillet2014-09-011-1/+1
* the fixup hook should log (what is expected to be) local Jeff Trawick2014-05-221-0/+2
* stop setting context info for AliasMatch. These concepts do not really map Eric Covener2014-05-111-7/+0
* strncmp(r->filename, "proxy:", 6) is faster than aJim Jagielski2014-04-181-1/+0
* add BNP flag to give control to the user on whether a space ' ' inEric Covener2014-04-051-6/+15
* allow users to workaround the over-agressive backreferenceEric Covener2014-04-031-10/+29
* Fix segfault in mod_alias introduced in r1132494.Rainer Jung2014-03-301-5/+1
* normalize an ugly construct which somehow manages to return the correct valueJeff Trawick2014-02-241-1/+1
* *) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore,Eric Covener2014-02-201-4/+24
* Add %{CONN_REMOTE_ADDR} to mod_rewrite. PR56094Eric Covener2014-02-011-1/+4
* Skip DirectoryIndex execution unless method is GET or POST, restoringChris Darroch2014-01-261-0/+4
* make mod_rewrite and mod_proxy UDS work together...Jim Jagielski2014-01-221-0/+1
* no make depend in sandbox, fix bld break from r1559394Eric Covener2014-01-181-2/+2
* followups to r1557641 suggested by nd -- addEric Covener2014-01-182-2/+2
* don't search for directory indexes/directoryslashes if a URL is in theEric Covener2014-01-133-2/+10
* restore http://svn.apache.org/viewvc?view=revision&revision=233369 Eric Covener2014-01-131-0/+17
* mod_dir: rename the on/off/unset enum so it doesn't look so funny ifEric Covener2014-01-131-8/+8
* - Rename variableChristophe Jaillet2014-01-121-21/+16
* avoid a tight busy loop with memory allocations when the [N] flagEric Covener2014-01-071-0/+19
* 'ap_getword_conf' can not return NULLChristophe Jaillet2013-12-151-1/+1
* Fix missing spaces in messagesChristophe Jaillet2013-12-011-1/+1
* *) mod_rewrite: Make rewrite websocket aware to allow proxying.Jim Jagielski2013-10-021-0/+12
* Correct the behaviour of CheckCaseOnly in mod_speling, according to the doc.Christophe Jaillet2013-07-211-1/+1
* include util_charset.h in ebcdic buildsEric Covener2013-07-021-0/+4
* Remove useless tests.Christophe Jaillet2013-03-033-6/+6
* Unbreak default case of RewriteBase not being set after r1410681Eric Covener2013-02-181-0/+3
* fix r1416889 a different way -- the referer should be const too.Eric Covener2012-12-151-2/+2
* const fixes for mod_imagemap, fatal on old xlc due to returning apr_table_get...Eric Covener2012-12-151-7/+7
* Fixed type mismatch.Guenter Knauf2012-12-041-2/+2
* CVE-2012-3499 and CVE-2012-4558Jim Jagielski2012-11-261-8/+18
* PR53963: don't merge the rewritebase down w/o an opt-inEric Covener2012-11-171-2/+9
* Remove warningsJim Jagielski2012-11-091-4/+6
* cppcheck: arrayIndexThenCheck - change the order of the tests in order to avo...Christophe Jaillet2012-10-151-1/+1
* ccpcheck: duplicateExpression - 'vary_by_language' is tested twiceChristophe Jaillet2012-10-151-1/+1
* FallbackResource : Support for the 'disabled' argumentVincent Deffontaines2012-10-141-1/+1
* NetWare build tweaks.Guenter Knauf2012-08-096-11/+11
* remove now unecessary assignmentStefan Fritsch2012-08-061-1/+0
* Use apr_pcalloc for rewritemap_entry struct, to avoid uninitialized entries.Stefan Fritsch2012-08-061-14/+2
* style fixStefan Fritsch2012-07-101-1/+2
* add a pointer to 'rewriteoptions', without giving away the option name, if so...Eric Covener2012-07-031-1/+3
* * modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file):Joe Orton2012-07-021-2/+12
* SECURITY: CVE-2012-2687 (cve.mitre.org):Joe Orton2012-06-131-2/+2
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-3/+5
* mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.André Malo2012-04-041-31/+53
* static scope for rewritemap_mutex_type.André Malo2012-04-041-1/+1
* PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settingsEric Covener2012-03-071-0/+1
* revert "overloaded" recent additions to mod_rewriteEric Covener2012-02-021-23/+1
* add an internal sleep map function that expands to an empty string.Eric Covener2012-02-021-0/+16