summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_rewrite.c
Commit message (Expand)AuthorAgeFilesLines
* Add markers for non-threadsafe calls which need porting.Colm MacCarthaigh2006-01-141-0/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-5/+5
* lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files Greg Ames2005-04-141-1/+1
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-11/+11
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* More hardcoded schemes in mod_rewrite... :/Sander Striker2005-01-231-2/+4
* Make the combination of mod_proxy_ajp and mod_rewrite work correctly. Sander Striker2005-01-071-0/+13
* Fix another signedness bugWilliam A. Rowe Jr2005-01-051-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-3/+3
* * modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fixJoe Orton2004-11-011-1/+1
* * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.Joe Orton2004-10-121-4/+3
* remove the RewriteOption MaxRedirects; LimitInternalRecursion is sufficientAndré Malo2004-10-101-90/+6
* mod_rewrite: Handle per-location rules when r->filename is unset.Jeff Trawick2004-09-181-1/+10
* Fix query string handling for proxied URLs.André Malo2004-08-281-1/+1
* Fix darn typo.André Malo2004-08-281-2/+2
* external map responses were cut at 2048 bytes (and possibly got out of sync thatAndré Malo2004-05-171-25/+84
* fix cache confusion which happens if different virtualhosts defineAndré Malo2004-04-101-6/+17
* mod_rewrite no longer turns forward proxy requests into reverse proxyAndré Malo2004-04-031-2/+6
* add support for rewrite rules in proxy containersAndré Malo2004-03-291-7/+24
* Enable mod_rewrite to recognize SSL variables (using ssl_var_lookup)Madhusudan Mathihalli2004-03-091-0/+19
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+11
* issue a warning if an external rewrite map is used without RewriteLock.André Malo2004-01-271-0/+8
* fix error handling during flag parsingAndré Malo2004-01-271-2/+45
* EOLs sent by external rewritemaps are now consumedAndré Malo2004-01-251-2/+18
* Introduce the ability to force a content handler viaAndré Malo2004-01-241-29/+60
* Introduce the RewriteCond -x check, which returnsAndré Malo2004-01-241-0/+9
* allow proxying and rules in .htaccess in subrequestsAndré Malo2004-01-131-6/+0
* with the new general status stuff, F and G are just shortcutsAndré Malo2004-01-131-56/+10
* allow setting of any valid HTTP response code via R flag.André Malo2004-01-131-5/+46
* no need to copy the string againAndré Malo2004-01-131-1/+1
* weekday and monthnames are locale dependent...André Malo2004-01-131-9/+18
* make REMOTE_PORT availableAndré Malo2004-01-121-3/+6
* update license to 2004.André Malo2004-01-011-1/+1
* styleAndré Malo2003-11-101-3/+6
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-9/+6
* Match type of both arguments (get rid of compiler warning) in x ? y : z expre...Martin Kraemer2003-09-301-2/+2
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* styleAndré Malo2003-08-201-5/+5
* allow [T=...] forced types to get expanded.André Malo2003-08-201-9/+18
* cleanup apply_rewrite_rule function.André Malo2003-08-191-183/+126
* rename the exp_ctx to rewrite_ctx and widen its scope. That makesAndré Malo2003-08-191-56/+39
* stressing the notes table is not necessary.André Malo2003-08-191-22/+25
* Catch an edge case, where strange subsequent RewriteRulesAndré Malo2003-08-191-6/+2
* Fix LA-U and LA-F lookups in directory context. PreviouslyAndré Malo2003-08-191-9/+51
* doh. the permission thing is independent from rewrite logAndré Malo2003-08-181-5/+5
* use a context structure to hold expansion information. This makes someAndré Malo2003-08-181-52/+65
* remove superfluous (heya Cliff) space from log string.André Malo2003-08-061-1/+1
* hook mimetype-forcing into fixup/LAST. This leads to consistentAndré Malo2003-08-051-32/+8