index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mappers
/
mod_rewrite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add markers for non-threadsafe calls which need porting.
Colm MacCarthaigh
2006-01-14
1
-0
/
+2
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-5
/
+5
*
lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files
Greg Ames
2005-04-14
1
-1
/
+1
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-11
/
+11
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
More hardcoded schemes in mod_rewrite... :/
Sander Striker
2005-01-23
1
-2
/
+4
*
Make the combination of mod_proxy_ajp and mod_rewrite work correctly.
Sander Striker
2005-01-07
1
-0
/
+13
*
Fix another signedness bug
William A. Rowe Jr
2005-01-05
1
-1
/
+2
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-3
/
+3
*
* modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fix
Joe Orton
2004-11-01
1
-1
/
+1
*
* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
Joe Orton
2004-10-12
1
-4
/
+3
*
remove the RewriteOption MaxRedirects; LimitInternalRecursion is sufficient
André Malo
2004-10-10
1
-90
/
+6
*
mod_rewrite: Handle per-location rules when r->filename is unset.
Jeff Trawick
2004-09-18
1
-1
/
+10
*
Fix query string handling for proxied URLs.
André Malo
2004-08-28
1
-1
/
+1
*
Fix darn typo.
André Malo
2004-08-28
1
-2
/
+2
*
external map responses were cut at 2048 bytes (and possibly got out of sync that
André Malo
2004-05-17
1
-25
/
+84
*
fix cache confusion which happens if different virtualhosts define
André Malo
2004-04-10
1
-6
/
+17
*
mod_rewrite no longer turns forward proxy requests into reverse proxy
André Malo
2004-04-03
1
-2
/
+6
*
add support for rewrite rules in proxy containers
André Malo
2004-03-29
1
-7
/
+24
*
Enable mod_rewrite to recognize SSL variables (using ssl_var_lookup)
Madhusudan Mathihalli
2004-03-09
1
-0
/
+19
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-54
/
+11
*
issue a warning if an external rewrite map is used without RewriteLock.
André Malo
2004-01-27
1
-0
/
+8
*
fix error handling during flag parsing
André Malo
2004-01-27
1
-2
/
+45
*
EOLs sent by external rewritemaps are now consumed
André Malo
2004-01-25
1
-2
/
+18
*
Introduce the ability to force a content handler via
André Malo
2004-01-24
1
-29
/
+60
*
Introduce the RewriteCond -x check, which returns
André Malo
2004-01-24
1
-0
/
+9
*
allow proxying and rules in .htaccess in subrequests
André Malo
2004-01-13
1
-6
/
+0
*
with the new general status stuff, F and G are just shortcuts
André Malo
2004-01-13
1
-56
/
+10
*
allow setting of any valid HTTP response code via R flag.
André Malo
2004-01-13
1
-5
/
+46
*
no need to copy the string again
André Malo
2004-01-13
1
-1
/
+1
*
weekday and monthnames are locale dependent...
André Malo
2004-01-13
1
-9
/
+18
*
make REMOTE_PORT available
André Malo
2004-01-12
1
-3
/
+6
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
style
André Malo
2003-11-10
1
-3
/
+6
*
Fold in the CAN-2003-0542 regex patch.
Sander Striker
2003-10-24
1
-9
/
+6
*
Match type of both arguments (get rid of compiler warning) in x ? y : z expre...
Martin Kraemer
2003-09-30
1
-2
/
+2
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-1
/
+1
*
style
André Malo
2003-08-20
1
-5
/
+5
*
allow [T=...] forced types to get expanded.
André Malo
2003-08-20
1
-9
/
+18
*
cleanup apply_rewrite_rule function.
André Malo
2003-08-19
1
-183
/
+126
*
rename the exp_ctx to rewrite_ctx and widen its scope. That makes
André Malo
2003-08-19
1
-56
/
+39
*
stressing the notes table is not necessary.
André Malo
2003-08-19
1
-22
/
+25
*
Catch an edge case, where strange subsequent RewriteRules
André Malo
2003-08-19
1
-6
/
+2
*
Fix LA-U and LA-F lookups in directory context. Previously
André Malo
2003-08-19
1
-9
/
+51
*
doh. the permission thing is independent from rewrite log
André Malo
2003-08-18
1
-5
/
+5
*
use a context structure to hold expansion information. This makes some
André Malo
2003-08-18
1
-52
/
+65
*
remove superfluous (heya Cliff) space from log string.
André Malo
2003-08-06
1
-1
/
+1
*
hook mimetype-forcing into fixup/LAST. This leads to consistent
André Malo
2003-08-05
1
-32
/
+8
[next]