2009-02-14 |
Behdad Esfahbod | Consistently use FcStat() over stat() in all places |
blob | commitdiff | raw |
2009-02-14 |
Behdad Esfahbod | [fccache] Consistently use FcStat() over stat() (bug... |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Tor Lillqvist | Workaround for stat() brokenness in Microsoft's C libra... |
blob | commitdiff | raw | diff to current |
2007-11-03 |
Keith Packard | Make file_stat argument to FcDirCacheLoadFile optional. |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Keith Packard | Must not insert cache into hash table before completely... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Keith Packard | Don't use X_OK bit when checking for writable directori... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Keith Packard | Comment about mmaping cache files was misleading. |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Keith Packard | Store font directory mtime in cache file. |
blob | commitdiff | raw | diff to current |
2007-08-05 |
Keith Packard | Free temporary string in FcDirCacheUnlink (Bug #11758) |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Kean Johnston | Don't use varargs CPP macros in fccache.c. (bug 8733) |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Han-Wen Nienhuys | More fixes for Win32 building (bug 8311) |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Han-Wen Nienhuys | FcStrCanonFileName buggy for mingw. (bug 8311) |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Keith Packard | Detect and use available random number generator (bug... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Keith Packard | Insert newly created caches into reference data structure. |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Keith Packard | Merge branch 'jhcloos' |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Keith Packard | Reference patterns in FcCacheCopySet. |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Keith Packard | Eliminate .so PLT entries for local symbols. (thanks... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Keith Packard | Correct reference count when sharing cache file objects. |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Keith Packard | Make cache reference counting more efficient. |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Keith Packard | Reference count cache objects. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Keith Packard | Leave cache files mapped permanently. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Keith Packard | Hide private functions in shared library. Export functi... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Keith Packard | Merge branch 'fc-2_4_branch' to master |
blob | commitdiff | raw | diff to current |
2006-09-02 |
Keith Packard | Allow font caches to contain newer version numbers |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Keith Packard | Pass directory information around in FcCache structure... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Keith Packard | Revert ABI changes from version 2.3 |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Keith Packard | With no args, fc-cat now dumps all directories. |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Keith Packard | Automatically remove invalid cache files. |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Keith Packard | Fix fc-cat again. Sigh. |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Keith Packard | Skip broken caches. Cache files are auto-written, don... |
blob | commitdiff | raw | diff to current |
2006-08-30 |
Keith Packard | FcCharSetSerialize was using wrong offset for leaves... |
blob | commitdiff | raw | diff to current |
2006-08-30 |
Keith Packard | Rework cache files to use offsets for all data structures. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Keith Packard | Fix up fc-cache and fc-cat for no global cache changes. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Keith Packard | Eliminate global cache. Eliminate multi-arch cache... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Keith Packard | Add architecture to cache filename. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Keith Packard | Eliminate NormalizeDir. Eliminate gratuitous stat/acces... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Keith Packard | Write caches to first directory with permission. Valid... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Patrick Lam | 2006-08-04 Keith Packard (keithp@keithp.com) reviewed... |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Patrick Lam | 2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Keith Packard | Make path names in cache files absolute (NB, cache... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Patrick Lam | Include $(top_srcdir), $(top_srcdir)/src before anythin... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Patrick Lam | Dominic Lachowicz <cinamod@hotmail.com> |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Patrick Lam | Bail gracefully if the cache file does not contain... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Patrick Lam | Don't crash if config is null (Coverity defect #984). |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Patrick Lam | Fix string memory leak (Coverity defect #1823). |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Patrick Lam | Don't leak header in non-error case (Coverity defect... |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Patrick Lam | Fix double free (spotted by Coverity, CID #1965). |
blob | commitdiff | raw | diff to current |
2006-04-07 |
Patrick Lam | Patrick Lam <plam@mit.edu> |
blob | commitdiff | raw | diff to current |
2006-04-06 |
Patrick Lam | Fix intel compiler warnings: make many variables static... |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Patrick Lam | Fix multiarch support (don't destroy multiarch files!) |
blob | commitdiff | raw | diff to current |
2006-03-03 |
Patrick Lam | Get rid of C++-style comments. |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Patrick Lam | Eliminate redundancies. |
blob | commitdiff | raw | diff to current |
2006-02-18 |
Patrick Lam | Fix the underlying cause of the below segfault (must... |
blob | commitdiff | raw | diff to current |
2006-02-18 |
Patrick Lam | Fix segfault (reported by fcrozat) caused by incorrect... |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Patrick Lam | Deal correctly with changing FC_CACHE_MAGIC. |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Patrick Lam | Don't bail if fontconfig can't remove a dir cache file... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Patrick Lam | Try to open /var/cache/fontconfig/[hashed name] before... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Patrick Lam | Define and pass O_BINARY to open if appropriate, for... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Patrick Lam | Fix attempt to close -1. Don't unboundedly grow bad... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Patrick Lam | Fix warning. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Patrick Lam | Don't reject dirs that can't be normalized (fixes lilyp... |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Patrick Lam | Fix hidden variable warning. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Patrick Lam | Remove de-escaping logic because FcCacheWriteString... |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Patrick Lam | Takashi Iwai <tiwai@suse.de> |
blob | commitdiff | raw | diff to current |
2006-02-06 |
Patrick Lam | Skip subdirs when skipping over stale bits of global... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Patrick Lam | src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Patrick Lam | Fix double free in error case. |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Patrick Lam | Toast broken global cache files. |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Patrick Lam | Actually use the directories that I added to the global... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Patrick Lam | Make global cache work again after putting dir names... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Patrick Lam | Update fc-cat to handle subdir lists in global cache... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Patrick Lam | Make fccache more resilient to broken cache files by... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Patrick Lam | Fix global cache reads of subdirectories. |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Patrick Lam | Add documentation for FcConfigNormalizeFontDir. |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Patrick Lam | Move FcConfigNormalizeFontDir call so that it doesn... |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Patrick Lam | Add a couple of missing normalizations to make fc-cache... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Patrick Lam | Don't crash on non-existant directories in global cache. |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Patrick Lam | Stop trampling the directory name when writing out... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Patrick Lam | Fix additional memory leaks reported by Ronny V. Vinden... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Patrick Lam | Fix memory leaks reported by Ronny V. Vindenes. |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Patrick Lam | Fix segfault when consuming zero-length caches in fc... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Patrick Lam | Compare device numbers as well as inodes. Always normal... |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Patrick Lam | Explicitly add font dirs to config.fontDirs even if... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Patrick Lam | Normalize font dirs by using the form, as given in... |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Patrick Lam | Properly skip past dir caches that contain zero fonts... |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Patrick Lam | Add self to AUTHORS list. |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Patrick Lam | Bump version to 2.3.93. fc-2_3_93 |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Patrick Lam | Read and write the original location as a fallback... |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Patrick Lam | Improve error message when fc-cache can't write the... |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Patrick Lam | Migrate cache files from fonts directories to /var... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Patrick Lam | Refactor FcCacheBankToIndex into an inlineable part... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Patrick Lam | Make the perf guys hate me a bit less: hoist the direct... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
Patrick Lam | Pass around FcCache *s to the Unserialize functions... |
blob | commitdiff | raw | diff to current |
2005-11-17 |
Patrick Lam | Don't add current_arch_start more than once. |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Patrick Lam | src/fccache.c (FcDirCacheProduce) |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Patrick Lam | Add *NeededBytesAlign(), which overestimates the paddin... |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Patrick Lam | Fix thinko: actually, the whole global cache is stale... |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Patrick Lam | Declare the global cache of a directory's contents... |
blob | commitdiff | raw | diff to current |
2005-11-01 |
Patrick Lam | Reinstate basename patch, but keep a hash table linking... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
Patrick Lam | Destroy the global cache file if it's terminally broken... |
blob | commitdiff | raw | diff to current |
next |