]> granicus.if.org Git - apache/history - modules/mappers/mod_rewrite.c
Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdup
[apache] / modules / mappers / mod_rewrite.c
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-07-03 Rainer JungRemove superfluous EOL from mod_rewrite logging.
2010-07-03 Rainer JungAllow to set environment variables using mod_rewrite...
2010-06-11 Eric Covenermod_rewrite.c:447: warning: format not a string literal...
2010-06-06 Stefan FritschReplace RewriteLog/RewriteLogLevel with trace log levels
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2009-12-29 Rich BowenAdds a [QSD] flag to RewriteRule to discard unwanted...
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-10-05 Graham Leggettmod_rewrite: Make sure that a hostname:port isn't fully...
2009-08-26 Brian HavardBring back OS/2 support.
2009-06-11 Ruediger Pluem* Remove locking for writing to the rewritelog. There...
2009-05-19 Takashi SatoFix the error string returned by RewriteRule. RewriteRu...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-23 Joe Orton* modules/mappers/mod_rewrite.c (apply_rewrite_rule...
2009-01-27 Paul QuernaAdd IPv6 variable to mod_rewrite.
2008-12-31 Nick KewFix mod_rewrite "B" flag breakage by reverting r589343
2008-12-26 André Maloadd mod_proxy_scgi, as announced a long time ago
2008-12-20 Eric Coveneraxe r->path_info in a more standard way, suggested...
2008-12-19 Eric Covener *) mod_rewrite: Introduce DiscardPathInfo|DPI flag...
2008-12-05 Paul QuernaImport the core parts of the DTrace patch. This is...
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-10-28 Joe Orton* modules/mappers/mod_rewrite.c (do_rewritelog): Add...
2008-10-28 Ruediger Pluem* Supply the per-dir parameter to the rewritelog call...
2008-08-06 Joe Orton* modules/mappers/mod_rewrite.c (cmd_rewritelock):...
2008-08-05 Jim Jagielskipicking nits - de-tab
2008-06-21 Ruediger Pluem* Fix formating. No functional change.
2008-06-21 Thomas J. Donovancorrect r670061 - preserve query string with [noescape...
2008-06-20 Thomas J. DonovanAfter r649840, mod_proxy_http will no longer append...
2008-06-07 Ruediger Pluem* Offer the possibility to create session cookies in...
2008-06-07 Ruediger Pluem* Allow HttpOnly, 1 and true to enable HttpOnly, allow...
2008-05-27 Ruediger Pluem* Make setting of HttpOnly flag more explicit.
2008-05-27 Ruediger Pluem* Handle the case that secure is NULL
2008-04-12 Ruediger Pluem* Allow Cookie option to set secure and HttpOnly flags
2008-03-20 Ruediger Pluem* Initialize hash needed by ap_register_rewrite_mapfunc...
2008-03-05 Ruediger Pluem* Add checkfile2 at the end of the struct and not in...
2008-03-02 Niklas Edmundssonmod_rewrite: Check all files used by DBM maps for fresh...
2008-01-11 Nick Kewmod_rewrite: Don't canonicalise URLs with [P,NE]
2007-10-28 Nick KewUpdate r573831 to avoid duplicating URL-escaping code.
2007-09-14 André Malodon't fall through this case. Just break.
2007-09-11 Ruediger Pluem* Add the novary flag to RewriteCond in order to preven...
2007-09-10 Ruediger Pluem* Also set the Vary header if a rewrite condition is...
2007-09-08 Nick KewAdd option to escape backreferences in RewriteRule.
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2006-10-10 Nick KewFix rewritemap/dbd bug pointed out by Davi Arnaut,...
2006-10-10 Nick KewFix bugs pointed out by rpluem in rewritemap/dbd
2006-10-10 Nick KewRetrieve optional functions in time!
2006-10-10 Nick KewAdd SQL Query capability to RewriteMap
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-27 Mark J. CoxSECURITY: CVE-2006-3747 (cve.mitre.org)
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-10 Garrett RooneyAdd support for fcgi:// proxies to mod_rewrite.
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-04-14 Greg Ameslookup_map_txtfile: used buffered i/o rather than readi...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-23 Sander StrikerMore hardcoded schemes in mod_rewrite... :/
2005-01-07 Sander StrikerMake the combination of mod_proxy_ajp and mod_rewrite...
2005-01-05 William A. Rowe Jr Fix another signedness bug
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-11-01 Joe Orton* modules/mappers/mod_rewrite.c (hook_uri2file): Revert...
2004-10-12 Joe Orton* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
2004-10-10 André Maloremove the RewriteOption MaxRedirects; LimitInternalRec...
2004-09-18 Jeff Trawickmod_rewrite: Handle per-location rules when r->filename...
2004-08-28 André MaloFix query string handling for proxied URLs.
2004-08-28 André MaloFix darn typo.
2004-05-17 André Maloexternal map responses were cut at 2048 bytes (and...
2004-04-10 André Malofix cache confusion which happens if different virtualh...
2004-04-03 André Malomod_rewrite no longer turns forward proxy requests...
2004-03-29 André Maloadd support for rewrite rules in proxy containers
2004-03-09 Madhusudan MathihalliEnable mod_rewrite to recognize SSL variables (using...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-27 André Maloissue a warning if an external rewrite map is used...
2004-01-27 André Malofix error handling during flag parsing
2004-01-25 André MaloEOLs sent by external rewritemaps are now consumed
2004-01-24 André MaloIntroduce the ability to force a content handler via
2004-01-24 André MaloIntroduce the RewriteCond -x check, which returns
2004-01-13 André Maloallow proxying and rules in .htaccess in subrequests
2004-01-13 André Malowith the new general status stuff, F and G are just...
2004-01-13 André Maloallow setting of any valid HTTP response code via R...
2004-01-13 André Malono need to copy the string again
2004-01-13 André Maloweekday and monthnames are locale dependent...
2004-01-12 André Malomake REMOTE_PORT available
2004-01-01 André Maloupdate license to 2004.
2003-11-10 André Malostyle
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-09-30 Martin KraemerMatch type of both arguments (get rid of compiler warni...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-20 André Malostyle
2003-08-20 André Maloallow [T=...] forced types to get expanded.
2003-08-19 André Malocleanup apply_rewrite_rule function.
2003-08-19 André Malorename the exp_ctx to rewrite_ctx and widen its scope...
2003-08-19 André Malostressing the notes table is not necessary.
2003-08-19 André MaloCatch an edge case, where strange subsequent RewriteRules
2003-08-19 André MaloFix LA-U and LA-F lookups in directory context. Previously
2003-08-18 André Malodoh. the permission thing is independent from rewrite log
next