summaryrefslogtreecommitdiff
path: root/src/fccache.c
Commit message (Expand)AuthorAgeFilesLines
* Validate cache more carefullyfc-2-12Akira TAGOH2017-11-141-1/+2
* Fix FcCacheOffsetsValid()Akira TAGOH2016-11-141-5/+12
* Properly validate offsets in cache files.Tobias Stoeckmann2016-08-051-1/+80
* Fix a couple of minor memory leaksErik de Castro Lopo2016-05-301-0/+2
* Fix memory leak in FcDirCacheLockPetr Filipsky2016-05-231-0/+1
* Revert "Workaround another race condition issue"Akira TAGOH2016-04-061-30/+1
* Optimizations in FcStrSetPatrick Haller2016-01-121-1/+1
* Use int64_t instead of long longAkira TAGOH2015-10-151-2/+2
* Fix build issue on MinGWAkira TAGOH2015-10-131-2/+14
* Use long long to see the same size between LP64 and LLP64Akira TAGOH2015-10-131-1/+1
* Fix the broken cache more.Akira TAGOH2015-08-141-1/+97
* Reduce number of places that cache version is specified to 1Behdad Esfahbod2015-05-271-3/+3
* Read the config files and fonts on the sysroot when --sysroot is given to fc-...Akira TAGOH2014-06-171-21/+55
* Workaround another race condition issueAkira TAGOH2014-06-051-1/+23
* Improve the performance issue on rescanning directoriesAkira TAGOH2013-12-201-0/+13
* Simplify to validate the availability of posix_fadviseAkira TAGOH2013-12-021-1/+1
* Fix build issue on Debian/kFreeBSD 7.0Akira TAGOH2013-10-211-1/+2
* avoid reading config.h twiceAkira TAGOH2013-09-261-3/+0
* warn deprecated only when migration failedAkira TAGOH2013-08-071-28/+0
* Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH2013-03-051-31/+68
* Fix mkstemp absence for some platformAkira TAGOH2013-01-221-57/+0
* Fix fc-cache crash caused by looking up NULL object incorrectlyBehdad Esfahbod2013-01-161-2/+5
* missing header file to declare _mkdirAkira TAGOH2013-01-081-0/+1
* Bug 47705 - Using O_CLOEXECAkira TAGOH2013-01-081-3/+3
* Fix build and warnings on win32Behdad Esfahbod2013-01-021-1/+1
* Make FcDirCacheDispose() threadsafeBehdad Esfahbod2013-01-021-7/+9
* Make cache hash threadsafeBehdad Esfahbod2013-01-021-7/+30
* Make random-state initialization threadsafeBehdad Esfahbod2013-01-021-0/+5
* Add a big cache lockBehdad Esfahbod2013-01-021-0/+41
* Make cache refcounting threadsafeBehdad Esfahbod2013-01-021-7/+6
* Make FcCacheIsMmapSafe() threadsafeBehdad Esfahbod2013-01-021-16/+22
* Fix sign-compare warningsBehdad Esfahbod2012-12-291-3/+3
* Fix unused-parameter warningsBehdad Esfahbod2012-12-291-1/+1
* Bug 54138 - X_OK permission is invalid for win32 access(..) callsAkira TAGOH2012-08-311-2/+2
* Fix cache aging for fonts on FAT filesystem under LinuxMikhail Gusarov2012-05-281-7/+7
* Move statfs/statvfs wrapper to fcstat.c and add a test for the mtime broken fsAkira TAGOH2012-05-281-49/+1
* Move FcStat to separate compilation unitMikhail Gusarov2012-05-281-88/+0
* Bug 39278 - make usage of mmap optionalAkira TAGOH2012-04-251-2/+75
* Create CACHEDIR.TAG when fc-cache is run or only when the cache directory is ...Akira TAGOH2012-04-231-0/+85
* Bug 25151 - Move cleanCacheDirectory() from fc-cache.c intoAkira TAGOH2012-04-181-0/+91
* Use posix_fadvise to speed startupKeith Packard2012-04-171-0/+3
* Bug 27526 - Compatibility fix for old windows sytemsAkira TAGOH2012-04-121-3/+0
* Bug 41694 - FcCache functions have random-number-generator side effectsAkira TAGOH2012-02-281-10/+59
* FcStat: change to FcChar8 for first argMike Frysinger2012-02-211-2/+2
* delete unused variablesMike Frysinger2012-02-211-4/+2
* Bug 41171 - Invalid use of memsetBehdad Esfahbod2011-09-241-1/+1
* Always define FcStat as a functionBehdad Esfahbod2011-03-141-2/+11
* Make fc-arch stuff cross-compiling-safeBehdad Esfahbod2010-12-281-1/+2
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-33/+33