summaryrefslogtreecommitdiff
path: root/src/fccache.c
Commit message (Expand)AuthorAgeFilesLines
* Report more detailed logs instead of assertion.Akira TAGOH2023-01-251-10/+7
* Free local FcCache lock on contentionBen Wagner2021-09-061-0/+1
* Fix a memory leak when trying to open a non-existing fileAkira TAGOH2021-08-251-5/+7
* Add support for C11 stdatomic atomicsAlex Richardson2021-07-201-1/+1
* Fix fc_atomic_ptr_get and use.Ben Wagner2020-11-021-1/+3
* Make more clearer the license termsAkira TAGOH2020-09-031-255/+1
* Fix build issues regarding formatter for Win32Akira TAGOH2020-08-061-3/+3
* Guard dirent.h includesTim-Philipp Müller2020-07-271-0/+2
* Fix empty XDG_CACHE_HOME BehaviorAkira TAGOH2020-07-141-0/+2
* Fix build on Windows some moreTim-Philipp Müller2020-07-011-0/+2
* Some build fixes to support compilation with MSVC on WindowsMathieu Duponchelle2020-07-011-1/+5
* Fix cache conflicts on OSTree based systemAkira TAGOH2020-05-121-3/+25
* Fix assertion in FcCacheFini() againAkira TAGOH2020-03-231-2/+15
* Fix assertion in FcFini()Akira TAGOH2020-02-261-4/+5
* Fix potential race condition in FcConfigSetCurrent and FcConfigReferenceAkira TAGOH2019-11-061-0/+2
* Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrentAkira TAGOH2019-11-011-15/+58
* Fix a memory leak caused by the previous commitAkira TAGOH2019-10-311-0/+4
* Read latest cache in pathsAkira TAGOH2019-10-281-6/+30
* Fix the fail on fc-cacheAkira TAGOH2019-07-231-4/+13
* Fix endianness on generating MD5 cache nameAkira TAGOH2019-06-101-1/+1
* No need to remap for uuid basedAkira TAGOH2019-04-041-19/+17
* Fallback uuid-based name to read a cache if no MD5-based cache availableAkira TAGOH2019-04-041-2/+89
* Oops, Terminate stringAkira TAGOH2019-04-031-0/+1
* Add some debugging outputAkira TAGOH2019-04-031-4/+14
* Add salt attribute to dir and remap-dir elementsAkira TAGOH2019-04-031-1/+14
* Drop a line to include uuid.hAkira TAGOH2019-04-031-2/+0
* Replace UUID file mechanism with per-directory 'map' attribute [v2]Keith Packard2019-04-031-196/+14
* Reset errno to do error handling properlyAkira TAGOH2019-04-031-0/+1
* Ifdef'ed unnecessary code for Win32Akira TAGOH2019-03-221-3/+5
* src/fccache.c: Fix define for HAVE_POSIX_FADVISERobert Yang2019-01-251-1/+1
* Fix a dereference of a null pointerAkira TAGOH2018-11-301-7/+10
* Do not try updating mtime when unlink was failedAkira TAGOH2018-10-051-10/+13
* Do not update mtime when removing .uuid fileAkira TAGOH2018-10-051-5/+27
* Fix array access in a null pointer dereferenceAkira TAGOH2018-07-191-1/+1
* Fix unterminated string issueAkira TAGOH2018-07-191-1/+4
* Fix memory leakAkira TAGOH2018-07-191-1/+1
* Fix the leak of file handleAkira TAGOH2018-07-191-0/+1
* FcCacheFindByStat(): fix checking of nanoseconds field.Matthieu Herrb2018-07-101-1/+1
* Fix heap use-after-freeTom Anderson2018-06-131-1/+1
* Remove .uuid when no font files exists on a directoryAkira TAGOH2018-06-111-0/+22
* Cache: Remove alias_tableAlexander Larsson2018-05-251-12/+3
* Add FcCacheAllocate() helperAlexander Larsson2018-05-251-0/+36
* Ensure cache checksums are deterministicChris Lamb2018-05-161-6/+53
* Bug 106459 - fc-cache doesn't use -y option for .uuid filesAkira TAGOH2018-05-131-11/+37
* Disable uuid related code on Win32Akira TAGOH2017-12-181-1/+18
* Do not update mtime with creating .uuidAkira TAGOH2017-12-181-0/+26
* Replace uuid in the table properly when -rAkira TAGOH2017-12-181-1/+6
* Fix memory leakAkira TAGOH2017-11-201-3/+4
* abstract hash table functionsAkira TAGOH2017-11-201-213/+28
* Destroy the alias and UUID tables when all of caches is unloadedAkira TAGOH2017-11-201-36/+27