summaryrefslogtreecommitdiffstats
path: root/modules/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert this... sorryJim Jagielski2011-06-171-1/+1
* Revert "fix unexpected enum operation"Jim Jagielski2011-06-171-1/+1
* fix unexpected enum operationJeff Trawick2011-06-151-1/+1
* Code cleanup:Stefan Fritsch2011-06-131-9/+9
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-131-2/+2
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-054-32/+55
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-1/+1
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+1
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-303-4/+1
* Report filename and line number in config warningStefan Fritsch2011-04-251-1/+2
* avoid useless call to apr_pstrdupStefan Fritsch2011-04-221-1/+1
* change signed single-bit fields to unsignedJeff Trawick2011-03-291-5/+5
* Or, perhaps that's even clearer, without getting too verbose.Rich Bowen2011-03-231-1/+1
* Attemps to clarify a rather cryptic error message.Rich Bowen2011-03-231-2/+3
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-186-6/+6