index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mappers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mod_rewrite: Decline immediately if the rewrite engine is disabled, instead
Graham Leggett
2011-03-13
1
-8
/
+8
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
6
-12
/
+12
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
7
-47
/
+47
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-15
/
+4
*
Make the REQUEST_SCHEME variable available to scripts and mod_rewrite
Stefan Fritsch
2010-12-30
1
-1
/
+4
*
* Silence compiler warning about possibly uninitialized use
Ruediger Pluem
2010-12-30
1
-1
/
+1
*
Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond.
Stefan Fritsch
2010-12-29
1
-9
/
+45
*
in struct backrefinfo: remove nsub member which is never read,
Stefan Fritsch
2010-12-29
1
-4
/
+1
*
Allow to unset environment variables using E=!VAR.
Stefan Fritsch
2010-12-29
1
-7
/
+14
*
In comments: s@ XX @ XXX: @ so they can actually be found seen.
Igor Galić
2010-12-29
1
-1
/
+1
*
readability improvements:
Stefan Fritsch
2010-12-28
1
-22
/
+28
*
Rename some variables for better readability:
Stefan Fritsch
2010-12-28
1
-35
/
+35
*
PR 50447: mod_rewrite escapes the original [escaped] query string even when
Eric Covener
2010-12-11
1
-3
/
+13
*
PR 39313: allow the user to configure which rules come first when RewriteRules
Eric Covener
2010-12-04
1
-0
/
+22
*
PR44076: allow "userdir disabled" or "userdir public_html" in global scope to
Eric Covener
2010-12-04
1
-13
/
+25
*
mod_rewrite: Fix the RewriteEngine directive to work within a
Graham Leggett
2010-11-08
1
-15
/
+44
*
gratuitous style change
Jeff Trawick
2010-11-05
1
-0
/
+2
*
Add an END flag to RewriteRule that acts like L=LAST but also prevents
Eric Covener
2010-10-29
1
-0
/
+26
*
return early if we are not logging anyway
Stefan Fritsch
2010-10-15
1
-0
/
+3
*
save some memory by using cmd->temp_pool instead of cmd->pool in some places
Stefan Fritsch
2010-09-28
2
-3
/
+2
*
Introduce integer comparison support in RewriteCond
William A. Rowe Jr
2010-09-16
1
-2
/
+35
*
Reduce complexity and fix a regex.t based on observation by rpluem;
William A. Rowe Jr
2010-09-16
1
-18
/
+20
*
*) Accept modern bash test conventions of -h or -L for testing symlinks
William A. Rowe Jr
2010-09-16
1
-8
/
+43
*
set default pattern type using the enum value instead of
Jeff Trawick
2010-09-01
1
-1
/
+1
*
mod_rewrite: Log errors if rewrite map files cannot be opened
Stefan Fritsch
2010-08-18
1
-4
/
+12
*
Remove obsolete "see error log" log messages.
Stefan Fritsch
2010-08-18
1
-4
/
+0
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
2
-2
/
+2
*
remove some useless use of strlen()
Stefan Fritsch
2010-08-03
2
-3
/
+3
*
Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdup
Stefan Fritsch
2010-07-31
1
-3
/
+1
*
Merge mod_dir fixups to avoid possible ordering issues noted by trawick
Nick Kew
2010-07-24
1
-11
/
+14
*
Removed obsolete include paths from NetWare makefiles.
Guenter Knauf
2010-07-23
6
-27
/
+16
*
Remove superfluous EOL from mod_rewrite logging.
Rainer Jung
2010-07-03
1
-1
/
+1
*
Allow to set environment variables using mod_rewrite without
Rainer Jung
2010-07-03
1
-4
/
+6
*
mod_rewrite.c:447: warning: format not a string literal and no format arguments
Eric Covener
2010-06-11
1
-1
/
+1
*
Replace RewriteLog/RewriteLogLevel with trace log levels
Stefan Fritsch
2010-06-06
1
-169
/
+12
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
9
-9
/
+9
*
Catch up with ap_[proc|global]_mutex_create api change
William A. Rowe Jr
2010-05-04
1
-1
/
+1
*
mod_negotiation: Preserve query string over multiviews negotiation.
Nick Kew
2010-02-23
1
-0
/
+3
*
Turn static function get_server_name_for_url() into public function
Stefan Fritsch
2010-01-16
1
-2
/
+2
*
Adds a [QSD] flag to RewriteRule to discard unwanted query strings
Rich Bowen
2009-12-29
1
-2
/
+11
*
Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
Jeff Trawick
2009-11-24
1
-63
/
+15
*
mod_rewrite: Make sure that a hostname:port isn't fully qualified if
Graham Leggett
2009-10-05
1
-1
/
+4
*
Change Fallback to FallbackResource after extensive discussion with
Nick Kew
2009-09-15
1
-2
/
+2
*
Change "DefaultHandler" to "Fallback" as discussed on list and
Nick Kew
2009-09-15
1
-2
/
+2
*
Always make mod_*.h files available where they exist, modpath by modpath
William A. Rowe Jr
2009-08-28
1
-0
/
+2
*
Bring back OS/2 support.
Brian Havard
2009-08-26
2
-1
/
+3
*
mod_dir: Change DefaultHandler to DefaultMapping, and document it
Nick Kew
2009-07-19
1
-1
/
+1
*
mod_alias: Ensure Redirect issues a valid URL
Nick Kew
2009-06-17
1
-4
/
+24
*
Fix bug in r785425 (dereference null pointer when not configured)
Nick Kew
2009-06-17
1
-0
/
+12
*
Add DefaultHandler directive to mod_dir.
Nick Kew
2009-06-16
1
-0
/
+49
[prev]
[next]