]> git.wh0rd.org - fontconfig.git/history - src/fccache.c
Bug 44826 - <alias> must contain only a single <family>
[fontconfig.git] / src / fccache.c
2011-09-24  Behdad EsfahbodBug 41171 - Invalid use of memset
2011-03-14  Behdad EsfahbodAlways define FcStat as a function
2010-12-28  Behdad EsfahbodAllow editing charset and lang in target="scan"
2010-12-28  Behdad EsfahbodMake fc-arch stuff cross-compiling-safe
2010-11-10  Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12  Behdad EsfahbodRemove all training whitespaces
2009-06-24  Serge van den BoomCorrectly handle mmap() failure (#21062)
2009-03-13  Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-15  Behdad Esfahbod[cache] After writing cache to file, update the interna...
2009-02-15  Behdad Esfahbod[fccache] Make sure the cache is current when reusing...
2009-02-14  Behdad EsfahbodExplicitly chmod() directories (bug #18934)
2009-02-14  Behdad EsfahbodConsistently use FcStat() over stat() in all places
2009-02-14  Behdad Esfahbod[fccache] Consistently use FcStat() over stat() (bug...
2007-11-14  Tor LillqvistWorkaround for stat() brokenness in Microsoft's C libra...
2007-11-03  Keith PackardMake file_stat argument to FcDirCacheLoadFile optional.
2007-10-18  Keith PackardMust not insert cache into hash table before completely...
2007-10-18  Keith PackardDon't use X_OK bit when checking for writable directori...
2007-10-18  Keith PackardComment about mmaping cache files was misleading.
2007-10-18  Keith PackardStore font directory mtime in cache file.
2007-08-05  Keith PackardFree temporary string in FcDirCacheUnlink (Bug #11758)
2006-12-02  Kean JohnstonDon't use varargs CPP macros in fccache.c. (bug 8733)
2006-09-18  Han-Wen NienhuysMore fixes for Win32 building (bug 8311)
2006-09-17  Han-Wen NienhuysFcStrCanonFileName buggy for mingw. (bug 8311)
2006-09-17  Keith PackardDetect and use available random number generator (bug...
2006-09-09  Keith PackardInsert newly created caches into reference data structure.
2006-09-09  Keith PackardMerge branch 'jhcloos'
2006-09-07  Keith PackardReference patterns in FcCacheCopySet.
2006-09-05  Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-05  Keith PackardCorrect reference count when sharing cache file objects.
2006-09-05  Keith PackardMake cache reference counting more efficient.
2006-09-05  Keith PackardReference count cache objects.
2006-09-04  Keith PackardLeave cache files mapped permanently.
2006-09-04  Keith PackardHide private functions in shared library. Export functi...
2006-09-03  Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-02  Keith PackardAllow font caches to contain newer version numbers
2006-09-01  Keith PackardPass directory information around in FcCache structure...
2006-08-31  Keith PackardRevert ABI changes from version 2.3
2006-08-31  Keith PackardWith no args, fc-cat now dumps all directories.
2006-08-31  Keith PackardAutomatically remove invalid cache files.
2006-08-31  Keith PackardFix fc-cat again. Sigh.
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...
next