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
*
* Leave the proper escaping of the URL and the adding of r->args to the
Ruediger Pluem
2024-09-11
1
-19
/
+10
*
mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs. PR 69235.
Yann Ylavic
2024-09-11
1
-7
/
+6
*
mod_rewrite: Follow up to r1919325: Simplify QSLAST tracking.
Yann Ylavic
2024-09-11
1
-18
/
+14
*
don't merge slashes on perdir prefix
Eric Covener
2024-08-13
1
-1
/
+4
*
mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. PR 69197.
Yann Ylavic
2024-07-17
1
-18
/
+90
*
merge leading slashes by default
Eric Covener
2024-07-15
1
-0
/
+14
*
* Always trust content types that we set literally
Ruediger Pluem
2024-07-02
1
-1
/
+1
*
match AP_IS_SLASH macro
Eric Covener
2024-06-26
1
-1
/
+1
*
don't add / to / in the non-perdir
Eric Covener
2024-06-26
1
-8
/
+4
*
factor out IS_SLASH, perdir fix
Eric Covener
2024-06-26
1
-8
/
+10
*
fix comparison of local path on Windows
Eric Covener
2024-06-25
1
-1
/
+16
*
* modules/mappers/mod_rewrite.c: Fill in logno.
Joe Orton
2024-06-25
1
-1
/
+1
*
block inadvertent subst of special filenames
Eric Covener
2024-06-24
1
-12
/
+26
*
tighten up prefix_stat and %3f handling
Eric Covener
2024-06-24
1
-28
/
+123
*
add ap_set_content_type_ex to differentiate
Eric Covener
2024-06-24
3
-7
/
+9
*
mod_rewrite: disambiguate select_random_value_part().
Yann Ylavic
2024-03-14
1
-11
/
+8
*
mod_alias: Add AliasPreservePath directive to map the full
Graham Leggett
2023-07-17
1
-1
/
+12
*
mod_rewrite: Fix a possible NULL pointer dereference in hook_uri2file
Joe Orton
2023-07-06
1
-1
/
+1
*
typos/whitespace
Eric Covener
2023-06-30
1
-4
/
+4
*
incorporate feedback from rpluem
Eric Covener
2023-06-28
1
-6
/
+9
*
back to original patch in PR66672
Eric Covener
2023-06-28
1
-3
/
+5
*
revert recent r1910650
Eric Covener
2023-06-28
1
-8
/
+10
*
act more like pre-r1908097 with rewrite
Eric Covener
2023-06-28
1
-10
/
+8
*
PR66672: rewrite QSA+trailing ? regression
Eric Covener
2023-06-27
1
-2
/
+5
*
* Add server directory to include path as mod_rewrite requires test_char.h.
Ruediger Pluem
2023-04-19
1
-0
/
+5
*
mod_alias: When an alias is declared inside a Location, make sure
Graham Leggett
2023-04-14
1
-0
/
+16
*
fix regression in 2.4.56
Eric Covener
2023-03-30
1
-0
/
+1
*
mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].
Yann Ylavic
2023-03-13
1
-11
/
+23
*
mod_rewrite: New BNEG flag to negate B=, BCTLS and B= not mutually exclusive.
Yann Ylavic
2023-03-13
1
-33
/
+16
*
add [BCTLS] alternative to [B] for 2.4.56 problems
Eric Covener
2023-03-11
1
-7
/
+24
*
followup to r1908296: only for redirects
Eric Covener
2023-03-11
1
-2
/
+1
*
allow decoded chars when they will be escaped
Eric Covener
2023-03-11
1
-18
/
+27
*
avoid delimiting the query with a backreference
Eric Covener
2023-03-05
1
-13
/
+33
*
don't forward invalid query strings
Eric Covener
2023-03-05
1
-0
/
+22
*
mod_rewrite: URI-to-filename rewrites to transparently handle proxy mappings.
Yann Ylavic
2022-03-01
1
-8
/
+30
*
followup to r1894456: use a DirectorySlash argument instead
Eric Covener
2021-10-22
1
-22
/
+28
*
add DirectorySlashNotFound to silence scanners
Eric Covener
2021-10-21
1
-0
/
+17
*
* Good catch by Yann: This is dead code
Ruediger Pluem
2021-10-08
1
-3
/
+0
*
* Make aliases more robust against potential traversal attacks, by using
Ruediger Pluem
2021-10-08
1
-6
/
+42
*
mod_rewrite: Follow up to r1893519: Handle potential "unix://[authority]/".
Yann Ylavic
2021-09-23
1
-1
/
+1
*
mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590.
Yann Ylavic
2021-09-22
1
-0
/
+7
*
Add log tags.
Graham Leggett
2021-06-24
1
-1
/
+1
*
dbm: Split the loading of a dbm driver from the opening of a dbm file. When
Graham Leggett
2021-06-24
1
-0
/
+26
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...
Stefan Eissing
2021-03-09
1
-10
/
+3
*
* modules/mappers/mod_rewrite.c: Remove unused MAX_COOKIE_LEN.
Joe Orton
2020-12-16
1
-4
/
+0
*
Save a few cycles.
Christophe Jaillet
2020-11-14
1
-6
/
+4
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-08-29
1
-1
/
+1
*
samesite: fix check for 0, add "false" alternative.
Eric Covener
2020-08-28
1
-1
/
+1
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
1
-5
/
+3
[next]