summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_cern_meta.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-2/+2
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-2/+2
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* Fix some spurious ident spotted by sparseChristophe Jaillet2015-08-311-2/+2
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-3/+3
* axe unexpected ';' after end of blockJeff Trawick2010-08-061-5/+5
* 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
* 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: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-10/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* :retab + other WS changesAndré Malo2004-04-181-78/+77
* 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 mod_cern_meta to not create empty metafiles when theJeff Trawick2003-02-011-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Commit 1 of 2 to:Bill Stoddard2002-03-201-1/+1
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-1/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Not really an XXX hereWilliam A. Rowe Jr2001-12-131-1/+7
* Get mod_cern_meta to work on Windows. The problem was in theBill Stoddard2001-05-071-4/+5
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-101-1/+1
* *) continued header revampingGreg Stein2001-02-101-7/+10
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-5/+5
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-1/+1
* 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/+3
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-1/+0
* include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick2000-12-011-0/+3
* add the "next filter" parameter to the rest of the ap_sub_req_* calls.Greg Stein2000-11-231-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Completed review for new tests:William A. Rowe Jr2000-10-061-1/+1
* mod_cern_meta: fix broken file reading loop in scan_meta_file().Jeff Trawick2000-08-091-1/+1
* Use AP_INIT_* macros for command_rec [] in a few more modules.Jeff Trawick2000-08-071-12/+18
* 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-19/+19
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-0/+2
* blast the old names for the status codesGreg Stein2000-06-241-2/+2
* Nothing in Apache should be calling stat anymore, so we can removeRyan Bloom2000-06-121-3/+0
* PR:William A. Rowe Jr2000-05-281-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