]> granicus.if.org Git - apache/history - modules/mappers/mod_alias.c
Add lots of unique tags to error log messages
[apache] / modules / mappers / mod_alias.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-07 Stefan FritschMore error checking for ap_pregsub
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-04-22 Stefan Fritschavoid useless call to apr_pstrdup
2010-12-29 Igor GalićIn comments: s@ XX @ XXX: @ so they can actually be...
2010-12-28 Stefan FritschRename some variables for better readability:
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-06-17 Nick Kewmod_alias: Ensure Redirect issues a valid URL
2009-06-01 Jim JagielskiSimplify... handle this below, even though it's
2009-06-01 Jim Jagielskitypo
2009-06-01 Jim JagielskiMore adjustment for Redirect argument checking...
2009-06-01 Ruediger Pluem* Some custom defined response codes also do not requir...
2009-06-01 Jim JagielskiFix error with arg counting
2009-05-27 Nick Kewmod_alias: Enforce sanity in args to Redirect
2006-12-25 Nick KewPR#35314: Enable path components in Redirect
2006-07-11 Roy T. Fieldingupdate license header text
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-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...
2004-03-13 André Maloemit the config filename when warning about overlapping...
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-01 André Maloupdate license to 2004.
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-02-25 André MaloWhen using Redirect in directory context, append reques...
2003-02-20 Jeff Trawickquiet a gcc warning by adding () around && within ||
2003-02-14 André Malouse a better text for the overlap warning.
2003-02-14 André Maloextend the check for Alias overlappings. Now test also...
2003-02-14 André Malopeople often assume that their Aliases will be found...
2003-02-03 André Malofinished that boring job:
2002-07-21 Joshua SliveFix some hook ordering problems. mod_vhost_alias shoul...
2002-06-08 Brian PaneRemove some extraneous comparison operations
2002-06-04 Justin ErenkrantzThe style police have arrested mod_alias on charges...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-07 Joshua SliveReverse the hook ordering for mod_userdir and mod_alias so
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-05 Ken Coar Change the 'we turned /foo into http://host/foo' log...
2002-01-31 Ken CoarIf the RedirectMatch target is an abs_path, make it...
2002-01-31 Ken Coar Fix RedirectMatch so it won't emit invalid Location...
2001-11-22 Brian Paneoptimized away a strlen call in alias_matches()
2001-10-26 Justin ErenkrantzFix RedirectMatch handling to properly handle URLs...
2001-08-23 William A. Rowe Jr Clear out this optimization till we are prepared...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Ryan BloomFix a bug with AliasMatch. When forward fitting a...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-07 Ben LaurieMake handlers use hooks.
2000-11-10 William A. Rowe Jr Newer canonicalization code should replace this patch...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Jeff TrawickUse the new command-handler initializer macros in some...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-23 Bill StoddardFix compile breaks on Windows.
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.