summaryrefslogtreecommitdiffstats
path: root/modules/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-035-39/+39
* 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
* Remove unused variable.Graham Leggett2011-11-251-1/+0
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-3/+3
* Use ap_pass_brigade_fchk()Jim Jagielski2011-11-231-10/+1
* mod_negotiation: don't return non-AP_FILTER_ERROR filter return values Eric Covener2011-11-231-1/+11
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-3/+3
* Change module sets and default activation status:Rainer Jung2011-11-121-3/+3
* More error checking for ap_pregsubStefan Fritsch2011-11-071-0/+13
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-1/+1
* 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-235-36/+36
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* replace non-threadsafe use of srand() and rand() with ap_random_pick()Stefan Fritsch2011-09-151-15/+1
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-1/+1
* Prevent a crash if a non-existent internal RewriteMap is specifiedEric Covener2011-08-081-2/+2
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-041-5/+11
* Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, asStefan Fritsch2011-07-171-1/+1
* Fix parsing of Content-Length in type mapsStefan Fritsch2011-07-171-2/+3
* improve (but preserve searchable parts of) the error message when Options Eric Covener2011-07-161-0/+6
* Add a mod_dir option to allow the used DirectoryIndex toEric Covener2011-07-151-0/+44
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-1/+1
* Fix regexp RewriteCond with NoCase,Stefan Fritsch2011-07-061-1/+2
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-4/+3
* Various code cleanupStefan Fritsch2011-06-221-2/+2
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-221-9/+2