]> git.wh0rd.org - fontconfig.git/history - src/fccache.c
Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.
[fontconfig.git] / src / fccache.c
2006-08-31  Keith PackardSkip broken caches. Cache files are auto-written, don...
2006-08-30  Keith PackardFcCharSetSerialize was using wrong offset for leaves...
2006-08-30  Keith PackardRework cache files to use offsets for all data structures.
2006-08-28  Keith PackardFix up fc-cache and fc-cat for no global cache changes.
2006-08-28  Keith PackardEliminate global cache. Eliminate multi-arch cache...
2006-08-28  Keith PackardAdd architecture to cache filename.
2006-08-28  Keith PackardEliminate NormalizeDir. Eliminate gratuitous stat/acces...
2006-08-28  Keith PackardWrite caches to first directory with permission. Valid...
2006-08-04  Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-07-19  Patrick Lam2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed...
2006-04-27  Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-25  Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-19  Patrick LamDominic Lachowicz <cinamod@hotmail.com>
2006-04-19  Patrick LamBail gracefully if the cache file does not contain...
2006-04-12  Patrick LamDon't crash if config is null (Coverity defect #984).
2006-04-10  Patrick LamFix string memory leak (Coverity defect #1823).
2006-04-10  Patrick LamDon't leak header in non-error case (Coverity defect...
2006-04-10  Patrick LamFix double free (spotted by Coverity, CID #1965).
2006-04-07  Patrick LamPatrick Lam <plam@mit.edu>
2006-04-06  Patrick LamFix intel compiler warnings: make many variables static...
2006-03-24  Patrick LamFix multiarch support (don't destroy multiarch files!)
2006-03-03  Patrick LamGet rid of C++-style comments.
2006-02-21  Patrick LamEliminate redundancies.
2006-02-18  Patrick LamFix the underlying cause of the below segfault (must...
2006-02-18  Patrick LamFix segfault (reported by fcrozat) caused by incorrect...
2006-02-16  Patrick LamDeal correctly with changing FC_CACHE_MAGIC.
2006-02-16  Patrick LamDon't bail if fontconfig can't remove a dir cache file...
2006-02-11  Patrick LamTry to open /var/cache/fontconfig/[hashed name] before...
2006-02-09  Patrick LamDefine and pass O_BINARY to open if appropriate, for...
2006-02-09  Patrick LamFix attempt to close -1. Don't unboundedly grow bad...
2006-02-08  Patrick LamFix warning.
2006-02-07  Patrick LamDon't reject dirs that can't be normalized (fixes lilyp...
2006-02-07  Patrick LamFix hidden variable warning.
2006-02-07  Patrick LamRemove de-escaping logic because FcCacheWriteString...
2006-02-07  Patrick LamTakashi Iwai <tiwai@suse.de>
2006-02-06  Patrick LamSkip subdirs when skipping over stale bits of global...
2006-02-05  Patrick Lamsrc/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave...
2006-02-03  Patrick LamFix double free in error case.
2006-01-31  Patrick LamToast broken global cache files.
2006-01-31  Patrick LamActually use the directories that I added to the global...
2006-01-30  Patrick LamMake global cache work again after putting dir names...
2006-01-30  Patrick LamUpdate fc-cat to handle subdir lists in global cache...
2006-01-30  Patrick LamMake fccache more resilient to broken cache files by...
2006-01-30  Patrick LamFix global cache reads of subdirectories.
2006-01-30  Patrick LamAdd documentation for FcConfigNormalizeFontDir.
2006-01-27  Patrick LamMove FcConfigNormalizeFontDir call so that it doesn...
2006-01-27  Patrick LamAdd a couple of missing normalizations to make fc-cache...
2006-01-26  Patrick LamDon't crash on non-existant directories in global cache.
2006-01-26  Patrick LamStop trampling the directory name when writing out...
2006-01-25  Patrick LamFix additional memory leaks reported by Ronny V. Vinden...
2006-01-25  Patrick LamFix memory leaks reported by Ronny V. Vindenes.
2006-01-15  Patrick LamFix segfault when consuming zero-length caches in fc...
2006-01-14  Patrick LamCompare device numbers as well as inodes. Always normal...
2006-01-10  Patrick LamExplicitly add font dirs to config.fontDirs even if...
2006-01-09  Patrick LamNormalize font dirs by using the form, as given in...
2006-01-08  Patrick LamProperly skip past dir caches that contain zero fonts...
2006-01-05  Patrick LamAdd self to AUTHORS list.
2005-12-21  Patrick LamBump version to 2.3.93. fc-2_3_93
2005-12-12  Patrick LamRead and write the original location as a fallback...
2005-12-12  Patrick LamImprove error message when fc-cache can't write the...
2005-12-09  Patrick LamMigrate cache files from fonts directories to /var...
2005-11-29  Patrick LamRefactor FcCacheBankToIndex into an inlineable part...
2005-11-29  Patrick LamMake the perf guys hate me a bit less: hoist the direct...
2005-11-25  Patrick LamPass around FcCache *s to the Unserialize functions...
2005-11-17  Patrick LamDon't add current_arch_start more than once.
2005-11-16  Patrick Lamsrc/fccache.c (FcDirCacheProduce)
2005-11-16  Patrick LamAdd *NeededBytesAlign(), which overestimates the paddin...
2005-11-02  Patrick LamFix thinko: actually, the whole global cache is stale...
2005-11-02  Patrick LamDeclare the global cache of a directory's contents...
2005-11-01  Patrick LamReinstate basename patch, but keep a hash table linking...
2005-10-21  Patrick LamDestroy the global cache file if it's terminally broken...
2005-10-14  Patrick LamCheck existence of directory cache file before attempti...
2005-10-13  Patrick LamFix flipped return value on unlink. (Reported by Mike...
2005-10-12  Patrick LamWhen fc-cache is run without --force, use directory...
2005-10-05  Patrick LamImplement move-to-front array for banks (perf regressio...
2005-10-05  Patrick LamAdd new API which unlinks directory caches and checks...
2005-10-03  Patrick LamEnsure that a directory cache has the appropriate secti...
2005-09-29  Patrick LamFix multi-arch cache files: compute the position for...
2005-09-28  Patrick LamCast results of sizeof() to unsigned int to get rid...
2005-09-28  Patrick LamUse FcAtomic to rewrite cache files.
2005-09-27  Patrick LamDon't unlink the fonts.cache-2 file even if there's...
2005-09-27  Patrick LamAllocate room for the subdirectory names in each direct...
2005-09-23  Patrick LamUpdate documentation -- fc-cache's man page now says...
2005-09-15  Patrick LamRevert ill-advised addition of FC_RENDER. Add strategy...
2005-09-11  Patrick LamMerge with HEAD and finish the GCC 4 cleanups (no more...
2005-09-07  Patrick LamRobustness fixes: check return values from read and...
2005-09-03  Patrick LamReally fix the global cache: make sure we're reading...
2005-09-02  Patrick LamFix addressing in the global cache file, preventing...
2005-09-01  Patrick LamFix embarassing attempt to free a static buffer.
2005-09-01  Patrick Lam:
2005-08-31  Patrick LamOnly load requested fonts for fc-cache, and cleanup...
2005-08-30  Patrick LamFix compilation error exposed with gcc 2.95.
2005-08-30  Patrick Lamsrc/fcint.c
2005-08-28  Patrick LamEmit and verify machine signature (sizeof (stuff) ...
2005-08-25  Patrick LamReinstate the old global cache code. For the forseeable...
2005-08-24  Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25  Patrick Lam#ifdef out old cache stuff, replace with first version...
2005-06-28  Patrick LamAdd functionality to allow fontconfig data structure...
2005-01-04  Keith PackardVerify that every font pattern loaded from cache has...
2004-12-07  Keith PackardChange files from ISO-Latin-1 to UTF-8
next