]> granicus.if.org Git - apache/history - modules/experimental/mod_mem_cache.c
switch to APR 1.0 API (which is still in flux)
[apache] / modules / experimental / mod_mem_cache.c
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-02-03 André Malofinished that boring job:
2002-12-19 Bill StoddardCorrect a warning message.
2002-12-18 Bill StoddardCut an info log entry for each object we cache. Is...
2002-12-18 Bill StoddardRename CacheMaxStreamingBuffer to MCacheMaxStreamingBuf...
2002-11-17 Brian PaneWhen storing the response headers in mod_cache, omit...
2002-10-19 Bill StoddardFix breakage in mod_mem_cache caused by the EnableSendF...
2002-10-12 William A. Rowe Jr Some good casts - mem_cache cannot overflow with...
2002-10-02 Paul J. RederFix a core dump in mod_cache when it attemtped to store...
2002-09-22 Brian PaneRemoved an extra apr_atomic_init() call from the mem_cache
2002-09-06 Brian PaneMore calloc->malloc optimizations
2002-09-06 Brian PaneOptimization: use apr_table_addn instead of apr_table_s...
2002-09-06 Brian PaneOptimize away some strlen and memset calls
2002-08-19 Bill StoddardFix another compile break.
2002-08-03 William A. Rowe Jr We describe body lengths throughout apr in apr_off_t...
2002-07-19 Bill StoddardWay too busy today.. last commit was wrong in two ways...
2002-07-18 Bill StoddardCompare bytes to bytes.
2002-07-18 Bill StoddardDo some sanity checking on the cache config directives.
2002-07-17 Jeff Trawickaxe an unused function
2002-07-06 Bill StoddardFix some Win32 compile breaks caused by Brian Pane...
2002-06-22 Bill StoddardMove the req_hdrs pointer from the cache_object_t to...
2002-06-15 Bill StoddardClose race condition cleaning up cache entry.
2002-06-15 Bill StoddardStyle cleanups
2002-06-10 Greg Amesbe consistant about how a couple of members of mem_cach...
2002-06-10 Greg Amesfix compile breakage on platforms with default atomics
2002-06-06 Ian Holsmanimplement a fixed size cache in mod_mem_cache using...
2002-06-05 Bill StoddardFix segfault at startup when the startup fails before...
2002-06-05 Greg Amesfix a compile failure on platforms where apr_atomic_t...
2002-06-05 Bill StoddardFix a storage leak introduced by my patch last night...
2002-06-05 Bill StoddardAdd content negotiation and expiration policy to mod_ca...
2002-06-04 Bill StoddardThe number of collision chains in cache_hash is MCacheM...
2002-06-04 Bill StoddardSave request_time and response_time in the info struct
2002-05-28 Bill StoddardFix problem where mod_cache/mod_disk_cache was setting...
2002-05-24 Bill StoddardExpose a new cache_hash function to free the hash table.
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-16 Bill StoddardPass sconf into the cleanup...
2002-05-06 Bill StoddardProtect from buffer overflow when populating a HEAP...
2002-05-06 Bill StoddardFix compile break on Netware.
2002-05-06 Bill StoddardFetch the filename to be cached from the file bucket...
2002-05-05 Cliff WoolleyFix compile break:
2002-05-04 Bill StoddardIntroduce a dedicated cache hash adt that does not...
2002-05-03 Bill StoddardSimplify the cleanup logic a bit. Fix a bug that could...
2002-05-03 Bill StoddardDon't open for business before the cache objec is fully...
2002-04-30 Bill StoddardEnable mod_mem_cache to be configured to cache open...
2002-04-30 Bill Stoddardremove_entity should only work on complete cache_objects
2002-04-29 Bill StoddardForget to update the error messages
2002-04-29 Bill StoddardName space protect mod_mem_cache config directives
2002-04-17 Bill StoddardFix seg fault when garbage collecting an expired entry...
2002-04-05 Cliff WoolleySilence an irrelevant gcc warning
2002-04-01 Bill StoddardFix some of the cache size checks.
2002-04-01 Bill StoddardIf this is a subrequest, register the cleanup against
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-18 Bill StoddardFix check for APR feature
2002-03-18 Cliff WoolleyGet mod_mem_cache to compile cleanly again on linux...
2002-03-18 Cliff WoolleyHacks on top of hacks... UNIX needs unistd.h for the...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Bill StoddardRemove incomplete cache_objects from the cache if the...
2002-03-13 Bill StoddardEnable mod_mem_cache to use apr_atomic operators in...
2002-03-13 Bill StoddardA bit more cleanup
2002-03-12 Bill Stoddardcleanup some code paths
2002-03-12 Bill StoddardRemove some deprecated comments. Delete some unused...
2002-03-12 Bill StoddardReference the cache_object directly rather than via...
2002-03-12 Bill StoddardMove refcount and cleanup to the primary cache object...
2002-03-08 Bill StoddardNo this is not a pretty site... close the cached file...
2002-03-08 Bill StoddardAdd file handle caching to mod_mem_cache. This is still...
2002-03-07 Bill StoddardDeconstify...
2002-03-07 Bill StoddardAlignment tweaks. No function change.
2002-03-07 Bill StoddardChange the return type on read_headers, write_headers...
2002-03-07 Bill StoddardDo a better job of cleaning up (plug memory leaks)...
2002-03-07 Bill StoddardTrack cache size as items are added to and removed...
2002-03-07 Bill StoddardPlace some limits on the size of the cache and the...
2002-03-07 Bill StoddardAdd a comment...
2002-03-07 Bill StoddardAdd CacheMinObjectSize and CacheMaxObjectSize directive...
2002-02-15 Bill StoddardAdd a reference counter to the mem_cache_object_t and...
2002-02-12 Ian Holsmananother race condition.
2002-02-12 Ian Holsmanonce more with feeling
2002-02-12 Ian Holsmanfix a race condition.
2002-02-03 Bill Stoddardmod_disk_cache cleanup. Pass request_rec on the open_e...
2002-02-03 Bill StoddardSupport files for mod_disk_cache. Some tweaks to argume...
2002-01-26 Jeff Trawickget mod_mem_cache to compile with compilers that bother...
2002-01-25 Ian HolsmanI haven't created the optional function to specify...
2002-01-04 Ian Holsmancache now can cache things for minutes.
2001-12-05 Jeff Trawickif compilation is doomed due to lack of thread support...
2001-11-20 Aaron BannertIt compiles and looks good. I know not of a good way...
2001-09-11 Bill StoddardMaintain info structure in mod_mem_cache. This fixes...
2001-09-11 Jeff Trawickfix a typo which prevented mod_mem_cache from compiling...
2001-09-10 Bill StoddardIntroduce the notion of a multi part cache object....
2001-09-07 Bill StoddardPass headers on read/write header calls. Update mod_me...
2001-08-30 Bill StoddardThree small changes...
2001-08-24 Bill StoddardEliminate a cache_handle leak. cache_handle is now...
2001-08-24 Jeff Trawickmod_mem_cache
2001-08-24 Bill StoddardCleanup a few compile warnings...
2001-08-23 Bill StoddardExperimental cache based on Graham Leggett's layered...