]> granicus.if.org Git - apache/history - modules/cache
Enable SetEnv to set PATH
[apache] / modules / cache /
2010-07-02 William A. Rowe JrClean iterator call syntax
2010-07-02 William A. Rowe JrFix nasty dbm bug that wasn't expiring records; time...
2010-07-02 William A. Rowe JrClean shmcb iterator call syntax and return value
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-26 William A. Rowe JrIntroduce an socache iterator 'userctx' for the user...
2010-06-25 William A. Rowe JrIterator implementations welcome, although mod_socache_...
2010-06-25 William A. Rowe JrTally replacements seperately from new-stores. Of...
2010-06-23 Nick KewFix return values from socache modules when a key is...
2010-06-22 Brian HavardOS/2: Fix building of more modules that depend on symbo...
2010-06-19 Stefan Fritsch- Add reallyall option to configure to build everything...
2010-06-08 Graham Leggettmod_cache: Explicitly allow cache implementations to...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-04 Graham Leggettmod_disk_cache: Decline the opportunity to cache if...
2010-06-04 Graham LeggettFix a bug where if the cache quick handler is switched...
2010-04-14 Ruediger Pluem* Do NOT cache 206 responses in any case since we don...
2010-04-14 Ruediger Pluem* According to RFC2616 13.2.3 1. negative results of...
2010-03-16 Jim JagielskiAlign "hidden" function names with external... picky...
2010-03-03 Jeff Trawickfix these warnings (and presumably a similar one in...
2010-03-01 William A. Rowe Jrin preparation of fixing 2.2 branch, change again,...
2010-02-18 Ruediger Pluem* Silence compiler warning
2010-02-09 Jeff Trawickfix additional use of "session" terminology, following...
2010-02-09 Jeff Trawickstyle tweaks
2010-02-09 William A. Rowe JrIllustrate an ->iterator() implementation for mod_socac...
2010-02-09 William A. Rowe JrFix inadvertent changes and be more verbose and correct...
2010-02-09 William A. Rowe JrTrack time now for retrieve
2010-02-09 William A. Rowe JrDo not expire an entire subcache on ->retrieve (doh...
2010-02-09 William A. Rowe Jrdistcache already demonstrates sub-second resolutions...
2010-01-10 Stefan FritschAllow several of the configured session identifiers...
2009-12-18 Ruediger Pluem* Do an exact match of the keys defined by CacheIgnoreU...
2009-12-01 Guenter Knaufmore NetWare makefile cleanups.
2009-12-01 William A. Rowe JrRevert nonsense I introduced in r885689; solve cl test...
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-11-02 Jeff Trawickuse ap_strchr_c to protect const-ness of input string
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-24 Stefan FritschOnly allow parens in filename if cachesize is given...
2009-10-23 Stefan FritschOnly parse cache size in parens at the end of the strin...
2009-10-09 Daniel Earl Poiriermod_cache: add Cache-control: s-maxage to cacheability...
2009-10-05 Graham Leggettmod_cache: Teach CacheEnable and CacheDisable to work...
2009-10-05 Daniel Earl PoirierBack out r818492 which prevented all caching of incompl...
2009-10-04 Graham LeggettEnsure that we call ap_meets_conditions() in the mod_ca...
2009-10-04 Graham LeggettStyle fixes.
2009-10-04 Graham LeggettRemove the server_rec wired into uri_meets_conditions...
2009-10-03 Graham Leggettmod_cache: Fix uri_meets_conditions() so that CacheEnab...
2009-10-03 Graham LeggettRemove an unused variable.
2009-10-02 Graham Leggettmod_cache: Introduce the option to run the cache from...
2009-09-27 Ruediger Pluem* Use strcasecmp instead of strncasecmp as we want...
2009-09-24 Daniel Earl Poiriermod_cache: don't cache incomplete responses, per RFC...
2009-08-31 Graham LeggettAdd suggested parentheses around APR_STATUS_IS_ENOENT.
2009-08-31 Guenter Knaufmoved "finfo.mtime = 0;" after var declaration;
2009-08-28 William A. Rowe JrAxe an unused variable.
2009-08-28 William A. Rowe JrAdd parenthesis for legibility and correcting association,
2009-08-27 Graham LeggettMake sure when adding a warning, that we don't duplicat...
2009-08-27 Graham LeggettLog the return code in the debug message to properly...
2009-08-27 Graham LeggettWhen attempting to set the stale lock, we will pass...
2009-08-26 Graham LeggettReintroduce an optimisation lost in some cut and paste...
2009-08-26 Graham Leggettmod_cache: Introduce the thundering herd lock, a mechan...
2009-05-25 Ruediger Pluem* Correctly detect if CacheIgnoreURLSessionIdentifiers...
2009-05-25 Ruediger Pluem* Use the correct constant.
2009-05-21 Ruediger Pluem* Add CacheIgnoreURLSessionIdentifiers directive to...
2009-03-23 Joe Orton* modules/cache/mod_socache_memcache.c,
2009-02-21 Lars Eilebrechtfix mod_disk_cache to support EnableSendfile.
2009-02-12 Roy T. Fieldingap_meets_conditions() should not be called until all of
2008-12-24 Eric Covenerlook for 'no-cache' in subprocess_env to prevent the...
2008-12-22 William A. Rowe Jrditto hack from mpm_default.h
2008-12-15 Ruediger Pluem* Correctly save Content-Encoding of cachable entity.
2008-12-12 Joe Ortonsocache API tweaks based on chrisd's review:
2008-12-12 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_init...
2008-12-12 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_crea...
2008-12-09 Joe Orton* include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVI...
2008-12-09 Joe OrtonReduce config overhead for use of socache interface...
2008-12-07 Paul QuernaWhen an expires or cache-control header are sent, the...
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-05 Ruediger Pluem* mod_mem_cache is dead. So remove all hints on it.
2008-11-04 William A. Rowe JrThe mem_cache is dead, long live disk_cache.
2008-10-27 Paul Querna* modules/cache/mod_socache_dbm.c
2008-10-27 Paul Querna* modules/cache/mod_socache_dbm.c: Fix compile by inclu...
2008-06-07 William A. Rowe JrCatch up with a host of changes to the current module set
2008-06-07 William A. Rowe JrSignedness error
2008-06-07 William A. Rowe Jrap_ namespace, a dead giveaway that this information...
2008-06-06 William A. Rowe JrThe cache_hash, cache_pqueue and cache_cache functions
2008-06-06 William A. Rowe Jrmod_mem_cache consumes mod_cache, linking this in
2008-06-06 William A. Rowe JrRevert prior commit; the flaw is not in exporting all
2008-06-06 William A. Rowe JrThese are declared CACHE_DECLARE and should be consumed
2008-05-23 Bradley NicholesAdd new exports
2008-04-19 Ruediger Pluem* We need to use the headers_out table we merged above...
2008-04-19 Ruediger Pluem* Style fixes. No functional changes.
2008-04-19 Ruediger Pluem* Use the correct headers_out table for overlaying.
2008-04-18 Dirk-Willem van... Centralize the error-header collapsing done when sendin...
2008-04-18 Martin KraemerMake it compile on pre-C99 compilers
2008-04-17 Ruediger Pluem* Style police. No functional changes.
2008-04-17 Dirk-Willem van... Centralize hop-by-hop header handling in the main mod_c...
2008-04-17 Dirk-Willem van... Centralize hop-by-hop header handling in the memory...
2008-04-17 Dirk-Willem van... Centralize hop-by-hop header handling in the disk cachi...
2008-04-17 Dirk-Willem van... Currently each of the caching module includes logic...
2008-04-16 Chris Darrochremove const on socache module declarations to avoid...
2008-04-10 Chris DarrochFix socache modules' APACHE_MODULE() definitions.
2008-04-09 Joe Orton* modules/cache/ap_socache.h: Doxify.
2008-04-09 Guenter Knaufoops - checked in wrong makefile.
2008-04-09 Guenter Knaufadded new chache modules to NetWare build.
2008-04-08 Joe Orton* modules/cache/mod_socache_dbm.c: Fix some dodgy forma...
next