summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_expires.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* finished that boring job:André Malo2003-02-031-1/+1
* use APR_TIME_T_FMT when formatting apr_time_tJeff Trawick2002-07-171-1/+1
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-4/+6
* 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 typo for documentation consistency.William A. Rowe Jr2001-08-281-1/+1
* Fix a bug in mod_expires. Previous to this patch, if youRyan Bloom2001-08-101-2/+2
* Remove many redundant semicolons.Ben Laurie2001-05-281-13/+13
* Merging was bollocks.Ben Laurie2001-05-281-3/+6
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) continued header revampingGreg Stein2001-02-101-7/+7
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* 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/+1
* 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
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Use AP_INIT_* macros for command_rec [] in a few more modules.Jeff Trawick2000-08-071-9/+15
* 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-26/+26
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-0/+1
* blast the old names for the status codesGreg Stein2000-06-241-2/+2
* Bring forward a fix from 1.3.Ken Coar2000-06-061-3/+4
* 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-3/+3
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+35
* Backport the CSS security fixes to Apache 2.0a. Or is that forwardJim Jagielski2000-03-131-1/+2
* 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-0/+3
* time overhaul:dgaudet2000-01-091-16/+12
* Fix the rest of the modules to work with the new APR stat structure.Ryan Bloom2000-01-071-3/+3
* Next pass at the time functions. This defines an ap_ansi_time_t which hasRyan Bloom2000-01-061-2/+2
* A few more tweaks to finish the modules work. Now, all of the modulesRyan Bloom1999-12-311-3/+10
* I am not claiming that the modules work now, but at least the parameter listsMartin Kraemer1999-10-221-2/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-5/+5
* Port a few more modules to use the new hooks style.Bill Stoddard1999-08-301-14/+6
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+510