index
:
~tagoh/fontconfig
bz24613
bz40648
bz59438
charset-from-string
disable-auto-update
langtag-support
master
panose-sfamilyclass-support
Font customization and configuration library
tagoh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fccache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
FcStat: change to FcChar8 for first arg
Mike Frysinger
1
-2
/
+2
2012-02-21
delete unused variables
Mike Frysinger
1
-4
/
+2
2011-09-24
Bug 41171 - Invalid use of memset
Behdad Esfahbod
1
-1
/
+1
2011-03-14
Always define FcStat as a function
Behdad Esfahbod
1
-2
/
+11
2010-12-28
Make fc-arch stuff cross-compiling-safe
Behdad Esfahbod
1
-1
/
+2
2010-11-10
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
Behdad Esfahbod
1
-2
/
+2
2010-04-12
Remove all training whitespaces
Behdad Esfahbod
1
-33
/
+33
2009-06-24
Correctly handle mmap() failure (#21062)
Serge van den Boom
1
-0
/
+2
2009-03-13
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
Behdad Esfahbod
1
-2
/
+2
2009-02-15
[cache] After writing cache to file, update the internal copy to reflect this
Behdad Esfahbod
1
-0
/
+16
2009-02-15
[fccache] Make sure the cache is current when reusing from open caches
Behdad Esfahbod
1
-1
/
+7
2009-02-13
Explicitly chmod() directories (bug #18934)
Behdad Esfahbod
1
-3
/
+11
2009-02-13
Consistently use FcStat() over stat() in all places
Behdad Esfahbod
1
-6
/
+1
2009-02-13
[fccache] Consistently use FcStat() over stat() (bug #18195)
Behdad Esfahbod
1
-1
/
+1
2007-11-13
Workaround for stat() brokenness in Microsoft's C library (bug 8526)
Tor Lillqvist
1
-1
/
+92
2007-11-03
Make file_stat argument to FcDirCacheLoadFile optional.
Keith Packard
1
-0
/
+3
2007-10-18
Must not insert cache into hash table before completely validating.
Keith Packard
1
-2
/
+2
2007-10-18
Don't use X_OK bit when checking for writable directories (bug 12438)
Keith Packard
1
-2
/
+2
2007-10-18
Comment about mmaping cache files was misleading.
Keith Packard
1
-1
/
+2
2007-10-18
Store font directory mtime in cache file.
Keith Packard
1
-23
/
+41
2007-08-05
Free temporary string in FcDirCacheUnlink (Bug #11758)
Keith Packard
1
-0
/
+1
2006-12-02
Don't use varargs CPP macros in fccache.c. (bug 8733)
Kean Johnston
1
-6
/
+7
2006-09-17
More fixes for Win32 building (bug 8311)
Han-Wen Nienhuys
1
-1
/
+2
2006-09-17
FcStrCanonFileName buggy for mingw. (bug 8311)
Han-Wen Nienhuys
1
-0
/
+5
2006-09-17
Detect and use available random number generator (bug 8308)
Keith Packard
1
-1
/
+12
2006-09-09
Insert newly created caches into reference data structure.
Keith Packard
1
-3
/
+14
2006-09-07
Reference patterns in FcCacheCopySet.
Keith Packard
1
-1
/
+6
2006-09-05
Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)
Keith Packard
1
-0
/
+3
2006-09-04
Correct reference count when sharing cache file objects.
Keith Packard
1
-1
/
+3
2006-09-04
Make cache reference counting more efficient.
Keith Packard
1
-0
/
+9
2006-09-04
Reference count cache objects.
Keith Packard
1
-64
/
+191
2006-09-04
Leave cache files mapped permanently.
Keith Packard
1
-31
/
+112
2006-09-04
Hide private functions in shared library. Export functionality for utilities.
Keith Packard
1
-0
/
+48
2006-09-02
Allow font caches to contain newer version numbers
Keith Packard
1
-2
/
+2
2006-09-01
Pass directory information around in FcCache structure. Freeze charsets.
Keith Packard
1
-178
/
+122
2006-08-31
Revert ABI changes from version 2.3
Keith Packard
1
-2
/
+14
2006-08-31
With no args, fc-cat now dumps all directories.
Keith Packard
1
-6
/
+10
2006-08-31
Automatically remove invalid cache files.
Keith Packard
1
-3
/
+3
2006-08-30
Fix fc-cat again. Sigh.
Keith Packard
1
-9
/
+10
2006-08-30
Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.
Keith Packard
1
-70
/
+78
2006-08-30
FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.
Keith Packard
1
-4
/
+2
2006-08-30
Rework cache files to use offsets for all data structures.
Keith Packard
1
-350
/
+231
2006-08-27
Fix up fc-cache and fc-cat for no global cache changes.
Keith Packard
1
-24
/
+53
2006-08-27
Eliminate global cache. Eliminate multi-arch cache code.
Keith Packard
1
-943
/
+108
2006-08-27
Add architecture to cache filename.
Keith Packard
1
-2
/
+3
2006-08-27
Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir.
Keith Packard
1
-53
/
+2
2006-08-27
Write caches to first directory with permission. Valid cache in FcDirCacheOpen.
Keith Packard
1
-48
/
+42
2006-08-04
2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam
Patrick Lam
1
-158
/
+165
2006-07-19
2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed by: plam
Patrick Lam
1
-0
/
+2
2006-04-27
Make path names in cache files absolute (NB, cache format change) Stop
Keith Packard
1
-79
/
+25
[next]