summaryrefslogtreecommitdiff
path: root/fc-cache
AgeCommit message (Expand)AuthorFilesLines
2007-10-25Distribute man source files for command line programs (bug 9678).Keith Packard1-3/+3
2007-10-18Have fc-cache remove invalid cache files from cache directories.Keith Packard1-16/+18
2007-10-18Don't use X_OK bit when checking for writable directories (bug 12438)Keith Packard1-1/+1
2007-10-18Verbose message about cleaning directories was impreciseKeith Packard1-1/+2
2007-10-18Improve verbose messages from fc-cache.Keith Packard1-2/+2
2007-10-18Remove unneeded call to access(2) in fc-cache.Keith Packard1-15/+3
2006-10-27Do not clean cache files for different architecturesMike FABIAN1-0/+9
2006-09-13Add warning flags to fc-cache build. Clean up warnings in fc-cache.Keith Packard2-24/+9
2006-09-04Hide private functions in shared library. Export functionality for utilities.Keith Packard1-17/+13
2006-09-03Remove all .cvsignore filesKeith Packard1-6/+0
2006-09-02Unify directory canonicalization into FcStrAddFilename.Keith Packard1-1/+1
2006-09-01Fix memory leaks in fc-cache directory cleaning code.Keith Packard1-0/+9
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-63/+46
2006-08-31Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard1-4/+2
2006-08-31Revert ABI changes from version 2.3Keith Packard1-2/+2
2006-08-31Automatically remove invalid cache files.Keith Packard2-2/+130
2006-08-30Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard1-13/+12
2006-08-27Fix up fc-cache and fc-cat for no global cache changes.Keith Packard1-1/+1
2006-08-27Eliminate global cache. Eliminate multi-arch cache code.Keith Packard1-2/+1
2006-08-27Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir.Keith Packard1-5/+2
2006-08-042006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam1-4/+3
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-7/+8
2006-04-07LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam1-1/+1
2006-04-07Patrick Lam <plam@mit.edu>Patrick Lam1-0/+7
2006-04-06Reduce amount of dirty rss by const'ing some data structures.Patrick Lam1-2/+2
2006-02-18Fix the underlying cause of the below segfault (must usually callPatrick Lam1-0/+2
2006-02-16Add -r --really-force option which blows away cache files and thenPatrick Lam1-7/+18
2006-02-16Don't bail if fontconfig can't remove a dir cache file. Skip the ID of aPatrick Lam1-6/+10
2006-02-06Don't loop infinitely on recursive symlinks.Patrick Lam1-0/+18
2006-02-05Make 'make distcheck' work with automake 1.6.3.Patrick Lam1-1/+1
2006-01-31Stephan Kulow <coolo@suse.de> reviewed by: plamPatrick Lam1-10/+3
2006-01-31Don't stop scanning if a directory in fonts.conf doesn't exist, becausePatrick Lam1-6/+14
2006-01-27Move FcConfigNormalizeFontDir call so that it doesn't result in infinitePatrick Lam1-1/+5
2006-01-14Compare device numbers as well as inodes. Always normalize directory namesPatrick Lam1-1/+1
2006-01-10Explicitly add font dirs to config.fontDirs even if they're empty. SetPatrick Lam1-0/+1
2006-01-09Normalize font dirs by using the form, as given in fonts.conf, and recordedPatrick Lam1-1/+1
2005-12-21Bump version to 2.3.93.fc-2_3_93Patrick Lam1-0/+8
2005-12-12Improve error message when fc-cache can't write the cache. Add missingPatrick Lam2-1/+8
2005-12-09Migrate cache files from fonts directories to /var/cache/fontconfig. ThisPatrick Lam1-0/+2
2005-11-02Revert the previous patch and commit the correct patch: I forgot aPatrick Lam1-9/+0
2005-11-02Forcibly rescan a directory before writing a fresh local cache file forPatrick Lam1-0/+9
2005-10-05Add new API which unlinks directory caches and checks dir caches forPatrick Lam1-1/+5
2005-09-23Add new command-line utility, fc-cat, to convert fonts.cache-2 files intoPatrick Lam2-3/+2
2005-09-23Update documentation -- fc-cache's man page now says that you need to runPatrick Lam1-0/+7
2005-09-01:Patrick Lam1-1/+1
2005-08-31Only load requested fonts for fc-cache, and cleanup memory handling:Patrick Lam1-2/+1
2005-08-30src/fcint.cPatrick Lam1-3/+0
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-8/+4
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam1-1/+12
2005-04-27Bump so revision for 2.3.2Keith Packard1-1/+10