summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_expires.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+1
* mod_expires: don't add Expires header to error responses (4xx/5xx),Yann Ylavic2014-04-041-0/+6
* Ease logic around 'ap_getword_conf' and drop useless line of code.Christophe Jaillet2013-12-151-4/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-1/+1
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-2/+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
* Avoid time traveling :)Jim Jagielski2008-10-291-0/+3
* mod_expires - don't segfault on bad configuration.Nick Kew2007-08-251-0/+3
* 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-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-12/+12
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-8/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* In order for mod_expires to work with mod_cache, mod_expires has to go first.Justin Erenkrantz2004-09-221-1/+4
* fix segfault, which occurs if no CT is set and wildcards are used.André Malo2004-04-041-1/+1
* 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-56/+13
* update license to 2004.André Malo2004-01-011-1/+1
* *) Add a hook (insert_error_filter) to allow filters to re-insertPaul J. Reder2003-12-121-0/+2
* A better solution than my previous commit as pointed out by Andre Malo.Paul J. Reder2003-11-221-4/+3
* mod_expires: Don't report an Internal Server error if ExpiresDefaultPaul J. Reder2003-11-221-1/+2
* preserve const-ness while searching for a char in a stringJeff Trawick2003-06-021-2/+2
* Allow ExpiresByType to accept and understand minor-type wildcardsKen Coar2003-06-011-3/+40
* More mod_expires tuning. Replace the fixup hook with an insert filterBill Stoddard2003-06-011-95/+32
* Use apr_table_overlap. Add note about additional brokeness of fast-redirectBill Stoddard2003-05-301-2/+8
* Namespace protect the mod_expires filterBill Stoddard2003-05-181-2/+2
* if there are any ExpiresByType directives for the currentKen Coar2003-05-141-50/+145
* 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