summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_speling.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Retsore 2.4.x default behavior modified in r1557580.Christophe Jaillet2018-10-221-1/+1
* mod_speling/PR 38923: don't embed Referer in link in error page.Nick Kew2017-09-181-4/+4
* mod_speling: make behavior of CheckCaseOnly andRainer Jung2016-02-251-2/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-4/+4
* - Rename variableChristophe Jaillet2014-01-121-21/+16
* Correct the behaviour of CheckCaseOnly in mod_speling, according to the doc.Christophe Jaillet2013-07-211-1/+1
* Remove warningsJim Jagielski2012-11-091-4/+6
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* PR 43562.Jim Jagielski2008-03-111-6/+0
* update license header textRoy T. Fielding2006-07-111-6/+6
* Apply mod_speling enhancement posted by Olivier ThereauxNick Kew2006-06-051-13/+12
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* mod_speling: Stop crashing with certain non-file requests.Jeff Trawick2006-01-301-1/+6
* 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-6/+6
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-88/+88
* 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
* let mod_speling use the current AcceptPathInfo setting.André Malo2003-07-121-0/+6
* finished that boring job:André Malo2003-02-031-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-101-0/+1
* *) continued header revampingGreg Stein2001-02-101-6/+7
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-29/+29
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-1/+1
* Accomodate the change to the apr_read_dir() arguments, and change allWilliam A. Rowe Jr2001-01-231-14/+13
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-1/+0
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom2001-01-051-8/+5
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,Ryan Bloom2000-12-171-1/+1
* include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick2000-12-011-0/+4
* 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-3/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-60/+60
* Use the AP_INIT_FLAG() macro to clean up a maintainer-mode warning.Jeff Trawick2000-08-021-2/+2
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-0/+1
* 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-6/+6