summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_cern_meta.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+35
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-2/+7
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-101-1/+1
* Fix the rest of the modules to work with the new APR stat structure.Ryan Bloom2000-01-071-2/+2
* A few more tweaks to finish the modules work. Now, all of the modulesRyan Bloom1999-12-311-6/+7
* I am not claiming that the modules work now, but at least the parameter listsMartin Kraemer1999-10-221-3/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-4/+4
* Port a few more modules to use the new hooks style.Bill Stoddard1999-08-301-16/+8
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+395