index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
/
mod_expires.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-1
/
+1
*
mod_expires: don't add Expires header to error responses (4xx/5xx),
Yann Ylavic
2014-04-04
1
-0
/
+6
*
Ease logic around 'ap_getword_conf' and drop useless line of code.
Christophe Jaillet
2013-12-15
1
-4
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
fix some dead assignments found by the clang analyzer
Jeff Trawick
2011-04-30
1
-2
/
+1
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Avoid time traveling :)
Jim Jagielski
2008-10-29
1
-0
/
+3
*
mod_expires - don't segfault on bad configuration.
Nick Kew
2007-08-25
1
-0
/
+3
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional change: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-12
/
+12
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-8
/
+8
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
In order for mod_expires to work with mod_cache, mod_expires has to go first.
Justin Erenkrantz
2004-09-22
1
-1
/
+4
*
fix segfault, which occurs if no CT is set and wildcards are used.
André Malo
2004-04-04
1
-1
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-56
/
+13
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
*) Add a hook (insert_error_filter) to allow filters to re-insert
Paul J. Reder
2003-12-12
1
-0
/
+2
*
A better solution than my previous commit as pointed out by Andre Malo.
Paul J. Reder
2003-11-22
1
-4
/
+3
*
mod_expires: Don't report an Internal Server error if ExpiresDefault
Paul J. Reder
2003-11-22
1
-1
/
+2
*
preserve const-ness while searching for a char in a string
Jeff Trawick
2003-06-02
1
-2
/
+2
*
Allow ExpiresByType to accept and understand minor-type wildcards
Ken Coar
2003-06-01
1
-3
/
+40
*
More mod_expires tuning. Replace the fixup hook with an insert filter
Bill Stoddard
2003-06-01
1
-95
/
+32
*
Use apr_table_overlap. Add note about additional brokeness of fast-redirect
Bill Stoddard
2003-05-30
1
-2
/
+8
*
Namespace protect the mod_expires filter
Bill Stoddard
2003-05-18
1
-2
/
+2
*
if there are any ExpiresByType directives for the current
Ken Coar
2003-05-14
1
-50
/
+145
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
use APR_TIME_T_FMT when formatting apr_time_t
Jeff Trawick
2002-07-17
1
-1
/
+1
*
Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macro
Brian Pane
2002-06-30
1
-4
/
+6
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-2
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Fix a typo for documentation consistency.
William A. Rowe Jr
2001-08-28
1
-1
/
+1
*
Fix a bug in mod_expires. Previous to this patch, if you
Ryan Bloom
2001-08-10
1
-2
/
+2
*
Remove many redundant semicolons.
Ben Laurie
2001-05-28
1
-13
/
+13
*
Merging was bollocks.
Ben Laurie
2001-05-28
1
-3
/
+6
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
*) continued header revamping
Greg Stein
2001-02-10
1
-7
/
+7
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-2
/
+2
*
Eliminate all assumptions that finfo.protection reflects the existance
William A. Rowe Jr
2001-01-31
1
-1
/
+1
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
2001-01-09
1
-1
/
+0
*
include <strings.h> for the strcasecmp() and strncasecmp() prototypes;
Jeff Trawick
2000-12-01
1
-0
/
+3
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
Use AP_INIT_* macros for command_rec [] in a few more modules.
Jeff Trawick
2000-08-07
1
-9
/
+15
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-3
/
+3
[next]