summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_alias.c
Commit message (Expand)AuthorAgeFilesLines
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-5/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* emit the config filename when warning about overlapping aliasesAndré Malo2004-03-131-3/+5
* 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-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-4/+3
* When using Redirect in directory context, append requested queryAndré Malo2003-02-251-0/+6
* quiet a gcc warning by adding () around && within ||Jeff Trawick2003-02-201-2/+2
* use a better text for the overlap warning.André Malo2003-02-141-4/+3
* extend the check for Alias overlappings. Now test also previousAndré Malo2003-02-141-3/+5
* people often assume that their Aliases will be found by "best match" ratherAndré Malo2003-02-141-0/+25
* finished that boring job:André Malo2003-02-031-1/+1
* Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.Joshua Slive2002-07-211-1/+2
* Remove some extraneous comparison operationsBrian Pane2002-06-081-2/+4
* The style police have arrested mod_alias on charges of violating law andJustin Erenkrantz2002-06-041-114/+119
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Reverse the hook ordering for mod_userdir and mod_alias soJoshua Slive2002-05-071-2/+2
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-3/+6
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change the 'we turned /foo into http://host/foo' log messageKen Coar2002-02-051-1/+1
* If the RedirectMatch target is an abs_path, make it an absoluteURIKen Coar2002-01-311-1/+11
* Fix RedirectMatch so it won't emit invalid Location fields.Ken Coar2002-01-311-2/+13
* optimized away a strlen call in alias_matches()Brian Pane2001-11-221-2/+1
* Fix RedirectMatch handling to properly handle URLs with host portions.Justin Erenkrantz2001-10-261-5/+9
* Clear out this optimization till we are prepared for it (not now.)William A. Rowe Jr2001-08-231-8/+14
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-2/+2
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-2/+2
* Back out the recent change to ap_get_brigade, to make it use indirectionRyan Bloom2001-05-061-1/+10
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-7/+6
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-3/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-9/+9
* Fix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, weRyan Bloom2001-02-071-0/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-2/+2
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Make handlers use hooks.Ben Laurie2001-01-071-1/+0
* Newer canonicalization code should replace this patch entirely, howeverWilliam A. Rowe Jr2000-11-101-1/+6
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-29/+29
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* Fix warnings.Ben Laurie2000-06-201-15/+27
* Use the new command-handler initializer macros in some more modules.Jeff Trawick2000-06-201-24/+26
* PR:William A. Rowe Jr2000-05-271-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4