summaryrefslogtreecommitdiff
path: root/src/fcfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Improve the performance issue on rescanning directoriesAkira TAGOH1-0/+22
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-8/+0
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-3/+3
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-99/+34
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2006-04-07Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam1-1/+1
2006-03-03Get rid of C++-style comments.Patrick Lam1-4/+4
2006-02-06Explain apples/oranges comparison and fix compilation error.Patrick Lam1-1/+4
2006-02-06Insert check for integer overflow in # of fonts.Patrick Lam1-1/+1
2006-02-04Gracefully handle the case where a cache asserts that it has a negativePatrick Lam1-14/+15
2005-11-25Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam1-1/+1
2005-11-17Don't add current_arch_start more than once.Patrick Lam1-1/+9
2005-11-16Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam1-0/+10
2005-08-31Only load requested fonts for fc-cache, and cleanup memory handling:Patrick Lam1-3/+0
2005-08-27Replace FcObjectStaticName by FcStrStaticName. Implement serialization ofPatrick Lam1-4/+7
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-96/+58
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam1-0/+95
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam1-0/+36
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2003-03-05Change RCS tagKeith Packard1-2/+2
2002-02-14Initial revisionKeith Packard1-0/+82