summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_rewrite.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an error spotted by sparse.Christophe Jaillet2015-08-251-1/+1
* Avoid a crash when lacking correct DB access permissions. PR 57868.Christophe Jaillet2015-08-101-0/+7
* Allow cookies set by mod_rewrite to contain ':' by acceptingEric Covener2015-08-031-7/+15
* Initialize args to not print garbage mem during a RewriteCond parse error (sa...Christophe Jaillet2015-06-011-3/+1
* initialize args to not print garbage mem during a RewriteRule parse errorEric Covener2015-05-261-3/+1
* Follow up to r1679181: fix warning (return discards qualifiers from pointer t...Yann Ylavic2015-05-161-1/+1
* mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetimeYann Ylavic2015-05-131-4/+6
* *) mod_rewrite: Add support for starting External Rewriting ProgramsJan Kaluža2015-03-061-3/+14
* mod_rewrite: Improve 'bad flag delimeters' startup error by showingEric Covener2015-01-161-11/+24
* Remove some instances where a RewriteBase must be specifiedEric Covener2014-11-291-1/+29
* the fixup hook should log (what is expected to be) local Jeff Trawick2014-05-221-0/+2
* 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
* 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
* 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
* don't search for directory indexes/directoryslashes if a URL is in theEric Covener2014-01-131-2/+2
* avoid a tight busy loop with memory allocations when the [N] flagEric Covener2014-01-071-0/+19
* *) mod_rewrite: Make rewrite websocket aware to allow proxying.Jim Jagielski2013-10-021-0/+12
* include util_charset.h in ebcdic buildsEric Covener2013-07-021-0/+4
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* Unbreak default case of RewriteBase not being set after r1410681Eric Covener2013-02-181-0/+3
* PR53963: don't merge the rewritebase down w/o an opt-inEric Covener2012-11-171-2/+9
* 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
* 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
* 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
* treat a rewriterule substitution that expands to "-" as if the ruleEric Covener2012-02-021-1/+7
* https also needs QSJim Jagielski2012-01-261-1/+1
* Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on Jeff Trawick2012-01-191-9/+2
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-3/+3
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-18/+18
* Fix for additional cases of URL rewriting with ProxyPassMatch orJoe Orton2011-12-021-0/+12
* mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possibleGraham Leggett2011-12-011-2/+7
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-3/+3
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-3/+3
* No longer do double duty...Jim Jagielski2011-09-261-12/+24
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-19/+19
* replace non-threadsafe use of srand() and rand() with ap_random_pick()Stefan Fritsch2011-09-151-15/+1
* Prevent a crash if a non-existent internal RewriteMap is specifiedEric Covener2011-08-081-2/+2