]> granicus.if.org Git - apache/history - modules/cache/mod_cache_socache.c
Fix a corner case where automatic APLOGNO number generation generates invalid code...
[apache] / modules / cache / mod_cache_socache.c
2019-02-19 Yann Ylavicmod_cache_socache: avoid pool to heap reallocation.
2018-02-19 Christophe JailletSave a few cycles.
2018-02-15 Yann Ylavicmod_cache_socache: Fix caching of empty headers up...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-03-27 Christophe JailletGroup bit field values in order to save some memory.
2017-03-27 Christophe JailletImprove indentation
2017-03-27 Christophe JailletSave a few cycles.
2015-12-28 Yann Ylavicmod_cache_socache: Fix a possible cached entity body...
2015-08-31 Christophe JailletRemove useless line
2015-04-05 Rainer JungAdd output for "?auto" version of server-status
2014-10-06 Rainer JungSilence build warning about missing prototype.
2014-10-05 Rainer Jungmod_cache_socache: Change average object size
2014-10-05 Rainer Jungmod_cache_socache: Add cache status to server-status.
2013-10-23 Jeff Trawickdon't pass uninitialized rv passed to ap_log_rerror()
2013-06-19 Rainer JungFix "variable 'rv' may be used uninitialized
2013-06-13 Graham Leggettmod_cache_socache: Make sure the CacheSocacheMaxSize...
2013-06-10 Graham Leggettmod_cache_socache: Use the name of the socache implemen...
2013-06-07 Guenter KnaufFixed signed<->unsigned compiler warning.
2013-05-05 Graham Leggettmod_cache: Ensure that updated responses to HEAD reques...
2013-05-01 Graham Leggettmod_cache: Invalidate cached entities in response to...
2012-12-08 Graham Leggettmod_cache_socache: Don't clean up too soon. If we do...
2012-11-07 Ruediger Pluem* Ensure that nkey is initialized.
2012-09-28 Graham LeggettApply proper APLOGNO codes for mod_cache_socache.
2012-09-28 Graham LeggettFix the return values on mod_cache_socache's store_head...
2012-09-21 Graham Leggettmod_cache_socache: New cache implementation backed...