Add a condition to FcCacheOffsetsValid() for detecting empty data of cache
[platform/upstream/fontconfig.git] / src / fccache.c
2017-10-13 Youngbok ShinAdd a condition to FcCacheOffsetsValid() for detecting... 24/155324/1 accepted/tizen/unified/20171025.075138 submit/tizen/20171020.120936
2017-10-11 Akira TAGOHFix FcCacheOffsetsValid() 86/154686/1
2016-08-22 Youngbok ShinMerge branch 'upstream' into tizen
2016-08-22 Youngbok ShinImported Upstream version 2.12.1 upstream/2.12.1
2015-10-28 Jaeun ChoiMerge branch 'upstream' into tizen 78/50878/1
2015-10-28 Jaeun ChoiImported Upstream version 2.11.93 57/50357/1 upstream/2.11.93
2013-12-20 Akira TAGOHImprove the performance issue on rescanning directories
2013-12-02 Akira TAGOHSimplify to validate the availability of posix_fadvise
2013-10-21 Akira TAGOHFix build issue on Debian/kFreeBSD 7.0
2013-09-26 Akira TAGOHavoid reading config.h twice
2013-08-07 Akira TAGOHwarn deprecated only when migration failed
2013-03-05 Akira TAGOHBug 59456 - Adding a --sysroot like option to fc-cache
2013-01-29 Anas NashifImported Upstream version 2.10.91 upstream/2.10.91
2013-01-29 Anas NashifImported Upstream version 2.10.2 upstream/2.10.2
2013-01-22 Akira TAGOHFix mkstemp absence for some platform
2013-01-16 Behdad EsfahbodFix fc-cache crash caused by looking up NULL object...
2013-01-08 Akira TAGOHmissing header file to declare _mkdir
2013-01-08 Akira TAGOHBug 47705 - Using O_CLOEXEC
2013-01-02 Behdad EsfahbodFix build and warnings on win32
2013-01-02 Behdad EsfahbodMake FcDirCacheDispose() threadsafe
2013-01-02 Behdad EsfahbodMake cache hash threadsafe
2013-01-02 Behdad EsfahbodMake random-state initialization threadsafe
2013-01-02 Behdad EsfahbodAdd a big cache lock
2013-01-02 Behdad EsfahbodMake cache refcounting threadsafe
2013-01-02 Behdad EsfahbodMake FcCacheIsMmapSafe() threadsafe
2012-12-30 Behdad EsfahbodFix sign-compare warnings
2012-12-30 Behdad EsfahbodFix unused-parameter warnings
2012-11-05 Anas NashifImported Upstream version 2.10.0 upstream/2.10.0
2012-08-31 Akira TAGOHBug 54138 - X_OK permission is invalid for win32 access...
2012-05-28 Mikhail GusarovFix cache aging for fonts on FAT filesystem under Linux
2012-05-28 Akira TAGOHMove statfs/statvfs wrapper to fcstat.c and add a test...
2012-05-28 Mikhail GusarovMove FcStat to separate compilation unit
2012-04-25 Akira TAGOHBug 39278 - make usage of mmap optional
2012-04-23 Akira TAGOHCreate CACHEDIR.TAG when fc-cache is run or only when...
2012-04-18 Akira TAGOHBug 25151 - Move cleanCacheDirectory() from fc-cache...
2012-04-17 Keith PackardUse posix_fadvise to speed startup
2012-04-12 Akira TAGOHBug 27526 - Compatibility fix for old windows sytems
2012-02-28 Akira TAGOHBug 41694 - FcCache functions have random-number-genera...
2012-02-21 Mike FrysingerFcStat: change to FcChar8 for first arg
2012-02-21 Mike Frysingerdelete unused variables
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...
next