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
*
Correct the behaviour of CheckCaseOnly in mod_speling, according to the doc.
Christophe Jaillet
2013-07-21
1
-1
/
+1
*
include util_charset.h in ebcdic builds
Eric Covener
2013-07-02
1
-0
/
+4
*
Remove useless tests.
Christophe Jaillet
2013-03-03
3
-6
/
+6
*
Unbreak default case of RewriteBase not being set after r1410681
Eric Covener
2013-02-18
1
-0
/
+3
*
fix r1416889 a different way -- the referer should be const too.
Eric Covener
2012-12-15
1
-2
/
+2
*
const fixes for mod_imagemap, fatal on old xlc due to returning apr_table_get...
Eric Covener
2012-12-15
1
-7
/
+7
*
Fixed type mismatch.
Guenter Knauf
2012-12-04
1
-2
/
+2
*
CVE-2012-3499 and CVE-2012-4558
Jim Jagielski
2012-11-26
1
-8
/
+18
*
PR53963: don't merge the rewritebase down w/o an opt-in
Eric Covener
2012-11-17
1
-2
/
+9
*
Remove warnings
Jim Jagielski
2012-11-09
1
-4
/
+6
*
cppcheck: arrayIndexThenCheck - change the order of the tests in order to avo...
Christophe Jaillet
2012-10-15
1
-1
/
+1
*
ccpcheck: duplicateExpression - 'vary_by_language' is tested twice
Christophe Jaillet
2012-10-15
1
-1
/
+1
*
FallbackResource : Support for the 'disabled' argument
Vincent Deffontaines
2012-10-14
1
-1
/
+1
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
6
-11
/
+11
*
remove now unecessary assignment
Stefan Fritsch
2012-08-06
1
-1
/
+0
*
Use apr_pcalloc for rewritemap_entry struct, to avoid uninitialized entries.
Stefan Fritsch
2012-08-06
1
-14
/
+2
*
style fix
Stefan Fritsch
2012-07-10
1
-1
/
+2
*
add a pointer to 'rewriteoptions', without giving away the option name, if so...
Eric Covener
2012-07-03
1
-1
/
+3
*
* modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file):
Joe Orton
2012-07-02
1
-2
/
+12
*
SECURITY: CVE-2012-2687 (cve.mitre.org):
Joe Orton
2012-06-13
1
-2
/
+2
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
1
-3
/
+5
*
mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
André Malo
2012-04-04
1
-31
/
+53
*
static scope for rewritemap_mutex_type.
André Malo
2012-04-04
1
-1
/
+1
*
PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settings
Eric Covener
2012-03-07
1
-0
/
+1
*
revert "overloaded" recent additions to mod_rewrite
Eric Covener
2012-02-02
1
-23
/
+1
*
add an internal sleep map function that expands to an empty string.
Eric Covener
2012-02-02
1
-0
/
+16
*
treat a rewriterule substitution that expands to "-" as if the rule
Eric Covener
2012-02-02
1
-1
/
+7
*
https also needs QS
Jim Jagielski
2012-01-26
1
-1
/
+1
*
Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
Jeff Trawick
2012-01-19
1
-9
/
+2
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-3
/
+3
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
5
-39
/
+39
*
Fix for additional cases of URL rewriting with ProxyPassMatch or
Joe Orton
2011-12-02
1
-0
/
+12
*
mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possible
Graham Leggett
2011-12-01
1
-2
/
+7
*
Remove unused variable.
Graham Leggett
2011-11-25
1
-1
/
+0
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-3
/
+3
*
Use ap_pass_brigade_fchk()
Jim Jagielski
2011-11-23
1
-10
/
+1
*
mod_negotiation: don't return non-AP_FILTER_ERROR filter return values
Eric Covener
2011-11-23
1
-1
/
+11
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-3
/
+3
*
Change module sets and default activation status:
Rainer Jung
2011-11-12
1
-3
/
+3
*
More error checking for ap_pregsub
Stefan Fritsch
2011-11-07
1
-0
/
+13
*
Downgrade error log messages which accompany a 404 request status from loglevel
Stefan Fritsch
2011-10-08
1
-1
/
+1
*
No longer do double duty...
Jim Jagielski
2011-09-26
1
-12
/
+24
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
5
-36
/
+36
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
replace non-threadsafe use of srand() and rand() with ap_random_pick()
Stefan Fritsch
2011-09-15
1
-15
/
+1
*
refactor to pull setting of Accept-Ranges header into http_protocol.c which
Eric Covener
2011-09-08
1
-1
/
+1
*
Prevent a crash if a non-existent internal RewriteMap is specified
Eric Covener
2011-08-08
1
-2
/
+2
*
Forbid some directives in .htaccess because of AllowOverrideList:
Stefan Fritsch
2011-08-04
1
-5
/
+11
*
Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as
Stefan Fritsch
2011-07-17
1
-1
/
+1
[next]