summaryrefslogtreecommitdiffstats
path: root/modules/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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