]> granicus.if.org Git - apache/history - modules/metadata/mod_expires.c
mod_expires - don't segfault on bad configuration.
[apache] / modules / metadata / mod_expires.c
2007-08-25 Nick Kewmod_expires - don't segfault on bad configuration.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-09-21 Justin ErenkrantzIn order for mod_expires to work with mod_cache, mod_ex...
2004-04-03 André Malofix segfault, which occurs if no CT is set and wildcard...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-12-12 Paul J. Reder *) Add a hook (insert_error_filter) to allow filters...
2003-11-22 Paul J. RederA better solution than my previous commit as pointed...
2003-11-21 Paul J. Redermod_expires: Don't report an Internal Server error...
2003-06-02 Jeff Trawickpreserve const-ness while searching for a char in a...
2003-06-01 Ken Coar Allow ExpiresByType to accept and understand minor...
2003-05-31 Bill StoddardMore mod_expires tuning. Replace the fixup hook with...
2003-05-30 Bill StoddardUse apr_table_overlap. Add note about additional broken...
2003-05-18 Bill StoddardNamespace protect the mod_expires filter
2003-05-14 Ken Coar if there are any ExpiresByType directives for the...
2003-02-03 André Malofinished that boring job:
2002-07-17 Jeff Trawickuse APR_TIME_T_FMT when formatting apr_time_t
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2001-08-28 William A. Rowe Jr Fix a typo for documentation consistency.
2001-08-10 Ryan BloomFix a bug in mod_expires. Previous to this patch,...
2001-05-28 Ben LaurieRemove many redundant semicolons.
2001-05-28 Ben LaurieMerging was bollocks.
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-01 Jeff Trawickinclude <strings.h> for the strcasecmp() and strncasecm...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-06 Jeff TrawickUse AP_INIT_* macros for command_rec [] in a few more...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-06 Ken Coar Bring forward a fix from 1.3.
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-09 dgaudettime overhaul:
2000-01-07 Ryan BloomFix the rest of the modules to work with the new APR...
2000-01-06 Ryan BloomNext pass at the time functions. This defines an ap_an...
1999-12-31 Ryan BloomA few more tweaks to finish the modules work. Now...
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-30 Bill StoddardPort a few more modules to use the new hooks style.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.