summaryrefslogtreecommitdiffstats
path: root/modules/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mod_rewrite: Decline immediately if the rewrite engine is disabled, insteadGraham Leggett2011-03-131-8/+8
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-086-12/+12
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-087-47/+47
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-15/+4
* Make the REQUEST_SCHEME variable available to scripts and mod_rewriteStefan Fritsch2010-12-301-1/+4
* * Silence compiler warning about possibly uninitialized useRuediger Pluem2010-12-301-1/+1
* Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond.Stefan Fritsch2010-12-291-9/+45
* in struct backrefinfo: remove nsub member which is never read,Stefan Fritsch2010-12-291-4/+1
* Allow to unset environment variables using E=!VAR.Stefan Fritsch2010-12-291-7/+14
* In comments: s@ XX @ XXX: @ so they can actually be found seen.Igor Galić2010-12-291-1/+1
* readability improvements:Stefan Fritsch2010-12-281-22/+28
* Rename some variables for better readability:Stefan Fritsch2010-12-281-35/+35
* PR 50447: mod_rewrite escapes the original [escaped] query string even whenEric Covener2010-12-111-3/+13
* PR 39313: allow the user to configure which rules come first when RewriteRulesEric Covener2010-12-041-0/+22
* PR44076: allow "userdir disabled" or "userdir public_html" in global scope toEric Covener2010-12-041-13/+25
* mod_rewrite: Fix the RewriteEngine directive to work within aGraham Leggett2010-11-081-15/+44
* gratuitous style change Jeff Trawick2010-11-051-0/+2
* Add an END flag to RewriteRule that acts like L=LAST but also preventsEric Covener2010-10-291-0/+26
* return early if we are not logging anywayStefan Fritsch2010-10-151-0/+3
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-282-3/+2
* Introduce integer comparison support in RewriteCondWilliam A. Rowe Jr2010-09-161-2/+35
* Reduce complexity and fix a regex.t based on observation by rpluem;William A. Rowe Jr2010-09-161-18/+20
* *) Accept modern bash test conventions of -h or -L for testing symlinksWilliam A. Rowe Jr2010-09-161-8/+43
* set default pattern type using the enum value instead ofJeff Trawick2010-09-011-1/+1
* mod_rewrite: Log errors if rewrite map files cannot be openedStefan Fritsch2010-08-181-4/+12
* Remove obsolete "see error log" log messages.Stefan Fritsch2010-08-181-4/+0
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-062-2/+2
* remove some useless use of strlen()Stefan Fritsch2010-08-032-3/+3
* Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdupStefan Fritsch2010-07-311-3/+1
* Merge mod_dir fixups to avoid possible ordering issues noted by trawickNick Kew2010-07-241-11/+14
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-236-27/+16
* Remove superfluous EOL from mod_rewrite logging.Rainer Jung2010-07-031-1/+1
* Allow to set environment variables using mod_rewrite withoutRainer Jung2010-07-031-4/+6
* mod_rewrite.c:447: warning: format not a string literal and no format argumentsEric Covener2010-06-111-1/+1
* Replace RewriteLog/RewriteLogLevel with trace log levelsStefan Fritsch2010-06-061-169/+12
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-069-9/+9
* Catch up with ap_[proc|global]_mutex_create api changeWilliam A. Rowe Jr2010-05-041-1/+1
* mod_negotiation: Preserve query string over multiviews negotiation.Nick Kew2010-02-231-0/+3
* Turn static function get_server_name_for_url() into public functionStefan Fritsch2010-01-161-2/+2
* Adds a [QSD] flag to RewriteRule to discard unwanted query stringsRich Bowen2009-12-291-2/+11
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-63/+15
* mod_rewrite: Make sure that a hostname:port isn't fully qualified ifGraham Leggett2009-10-051-1/+4
* Change Fallback to FallbackResource after extensive discussion withNick Kew2009-09-151-2/+2
* Change "DefaultHandler" to "Fallback" as discussed on list andNick Kew2009-09-151-2/+2
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Bring back OS/2 support.Brian Havard2009-08-262-1/+3
* mod_dir: Change DefaultHandler to DefaultMapping, and document itNick Kew2009-07-191-1/+1
* mod_alias: Ensure Redirect issues a valid URLNick Kew2009-06-171-4/+24
* Fix bug in r785425 (dereference null pointer when not configured)Nick Kew2009-06-171-0/+12
* Add DefaultHandler directive to mod_dir.Nick Kew2009-06-161-0/+49