| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some instances where a RewriteBase must be specified | Eric Covener | 2014-11-30 | 1 | -1/+29 |
* | Concat string at compile time when possible. | Christophe Jaillet | 2014-09-18 | 1 | -1/+1 |
* | Silent some cppcheck warnings. | Christophe Jaillet | 2014-09-01 | 1 | -1/+1 |
* | the fixup hook should log (what is expected to be) local | Jeff Trawick | 2014-05-22 | 1 | -0/+2 |
* | stop setting context info for AliasMatch. These concepts do not really map | Eric Covener | 2014-05-11 | 1 | -7/+0 |
* | strncmp(r->filename, "proxy:", 6) is faster than a | Jim Jagielski | 2014-04-18 | 1 | -1/+0 |
* | add BNP flag to give control to the user on whether a space ' ' in | Eric Covener | 2014-04-05 | 1 | -6/+15 |
* | allow users to workaround the over-agressive backreference | Eric Covener | 2014-04-03 | 1 | -10/+29 |
* | Fix segfault in mod_alias introduced in r1132494. | Rainer Jung | 2014-03-30 | 1 | -5/+1 |
* | normalize an ugly construct which somehow manages to return the correct value | Jeff Trawick | 2014-02-24 | 1 | -1/+1 |
* | *) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore, | Eric Covener | 2014-02-20 | 1 | -4/+24 |
* | Add %{CONN_REMOTE_ADDR} to mod_rewrite. PR56094 | Eric Covener | 2014-02-01 | 1 | -1/+4 |
* | Skip DirectoryIndex execution unless method is GET or POST, restoring | Chris Darroch | 2014-01-26 | 1 | -0/+4 |
* | make mod_rewrite and mod_proxy UDS work together... | Jim Jagielski | 2014-01-22 | 1 | -0/+1 |
* | no make depend in sandbox, fix bld break from r1559394 | Eric Covener | 2014-01-18 | 1 | -2/+2 |
* | followups to r1557641 suggested by nd -- add | Eric Covener | 2014-01-18 | 2 | -2/+2 |
* | don't search for directory indexes/directoryslashes if a URL is in the | Eric Covener | 2014-01-13 | 3 | -2/+10 |
* | restore http://svn.apache.org/viewvc?view=revision&revision=233369 | Eric Covener | 2014-01-13 | 1 | -0/+17 |
* | mod_dir: rename the on/off/unset enum so it doesn't look so funny if | Eric Covener | 2014-01-13 | 1 | -8/+8 |
* | - Rename variable | Christophe Jaillet | 2014-01-12 | 1 | -21/+16 |
* | avoid a tight busy loop with memory allocations when the [N] flag | Eric Covener | 2014-01-07 | 1 | -0/+19 |
* | 'ap_getword_conf' can not return NULL | Christophe Jaillet | 2013-12-15 | 1 | -1/+1 |
* | Fix missing spaces in messages | Christophe Jaillet | 2013-12-01 | 1 | -1/+1 |
* | *) mod_rewrite: Make rewrite websocket aware to allow proxying. | Jim Jagielski | 2013-10-02 | 1 | -0/+12 |
* | Correct the behaviour of CheckCaseOnly in mod_speling, according to the doc. | Christophe Jaillet | 2013-07-21 | 1 | -1/+1 |
* | include util_charset.h in ebcdic builds | Eric Covener | 2013-07-02 | 1 | -0/+4 |
* | Remove useless tests. | Christophe Jaillet | 2013-03-03 | 3 | -6/+6 |
* | Unbreak default case of RewriteBase not being set after r1410681 | Eric Covener | 2013-02-18 | 1 | -0/+3 |
* | fix r1416889 a different way -- the referer should be const too. | Eric Covener | 2012-12-15 | 1 | -2/+2 |
* | const fixes for mod_imagemap, fatal on old xlc due to returning apr_table_get... | Eric Covener | 2012-12-15 | 1 | -7/+7 |
* | Fixed type mismatch. | Guenter Knauf | 2012-12-04 | 1 | -2/+2 |
* | CVE-2012-3499 and CVE-2012-4558 | Jim Jagielski | 2012-11-26 | 1 | -8/+18 |
* | PR53963: don't merge the rewritebase down w/o an opt-in | Eric Covener | 2012-11-17 | 1 | -2/+9 |
* | Remove warnings | Jim Jagielski | 2012-11-09 | 1 | -4/+6 |
* | cppcheck: arrayIndexThenCheck - change the order of the tests in order to avo... | Christophe Jaillet | 2012-10-15 | 1 | -1/+1 |
* | ccpcheck: duplicateExpression - 'vary_by_language' is tested twice | Christophe Jaillet | 2012-10-15 | 1 | -1/+1 |
* | FallbackResource : Support for the 'disabled' argument | Vincent Deffontaines | 2012-10-14 | 1 | -1/+1 |
* | NetWare build tweaks. | Guenter Knauf | 2012-08-09 | 6 | -11/+11 |
* | remove now unecessary assignment | Stefan Fritsch | 2012-08-06 | 1 | -1/+0 |
* | Use apr_pcalloc for rewritemap_entry struct, to avoid uninitialized entries. | Stefan Fritsch | 2012-08-06 | 1 | -14/+2 |
* | style fix | Stefan Fritsch | 2012-07-10 | 1 | -1/+2 |
* | add a pointer to 'rewriteoptions', without giving away the option name, if so... | Eric Covener | 2012-07-03 | 1 | -1/+3 |
* | * modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file): | Joe Orton | 2012-07-02 | 1 | -2/+12 |
* | SECURITY: CVE-2012-2687 (cve.mitre.org): | Joe Orton | 2012-06-13 | 1 | -2/+2 |
* | Replace use of apr_file_write() with apr_file_write_full() to prevent | Stefan Fritsch | 2012-04-26 | 1 | -3/+5 |
* | mod_rewrite: Fix RewriteCond integer checks to be parsed correctly. | André Malo | 2012-04-04 | 1 | -31/+53 |
* | static scope for rewritemap_mutex_type. | André Malo | 2012-04-04 | 1 | -1/+1 |
* | PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settings | Eric Covener | 2012-03-07 | 1 | -0/+1 |
* | revert "overloaded" recent additions to mod_rewrite | Eric Covener | 2012-02-02 | 1 | -23/+1 |
* | add an internal sleep map function that expands to an empty string. | Eric Covener | 2012-02-02 | 1 | -0/+16 |