index
:
~dottedmag/fontconfig
2.3-branch
fc-2_2_branch
fc-2_4-keithp
fc-2_4_branch
fc_2-3
fix-fat-cache-aging
master
ultra-weight
Bugfixes for fontconfig
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fccache.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2006-04-25
Include $(top_srcdir), $(top_srcdir)/src before anything else.
Patrick Lam
1
-1
/
+1
2006-04-19
Dominic Lachowicz <cinamod@hotmail.com>
Patrick Lam
1
-3
/
+20
2006-04-19
Bail gracefully if the cache file does not contain enough data.
Patrick Lam
1
-1
/
+18
2006-04-12
Don't crash if config is null (Coverity defect #984).
Patrick Lam
1
-2
/
+3
2006-04-10
Fix string memory leak (Coverity defect #1823).
Patrick Lam
1
-0
/
+1
2006-04-10
Don't leak header in non-error case (Coverity defect #1825).
Patrick Lam
1
-0
/
+2
2006-04-10
Fix double free (spotted by Coverity, CID #1965).
Patrick Lam
1
-3
/
+7
2006-04-07
Patrick Lam <plam@mit.edu>
Patrick Lam
1
-4
/
+70
2006-04-06
Fix intel compiler warnings: make many variables static, eliminate
Patrick Lam
1
-5
/
+6
2006-03-24
Fix multiarch support (don't destroy multiarch files!)
Patrick Lam
1
-1
/
+2
2006-03-03
Get rid of C++-style comments.
Patrick Lam
1
-2
/
+2
[next]