summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_vhost_alias.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-14/+14
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+1
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-5/+5
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-14/+14
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-190/+190
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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
* 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/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Already committed in similar form to Apache 1.3.22-dev, this patch allowsWilliam A. Rowe Jr2001-10-161-2/+9
* Legibility counts for something, so does eliminating bogus ssize_tWilliam A. Rowe Jr2001-10-061-1/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* clean up more warnings and link problems after the header fileJeff Trawick2001-02-111-0/+1
* *) continued header revampingGreg Stein2001-02-101-3/+5
* 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
* fix some handler brokennessJeff Trawick2001-01-091-1/+0
* include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick2000-12-011-0/+3
* Make cgi-bin work as a regular directory when using mod_vhost_aliasTony Finch2000-11-151-3/+6
* Get rid of warning on Tru64:Jeff Trawick2000-11-141-1/+1
* 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-4/+4
* Use new AP_INIT_xxx macros & include apr_strings.h to get rid of warnings.Jeff Trawick2000-08-061-13/+18
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-11/+11
* Prevent the source code for CGIs from being revealed when usingTony Finch2000-06-151-9/+7
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+2
* 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-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-11/+11
* Update these modules to Apache 2.0. Not tested, but they compile again.Ryan Bloom1999-12-311-13/+7
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-3/+3
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+482