2006-04-19 |
Patrick Lam | Bail gracefully if the cache file does not contain... |
blob | commitdiff |
2006-04-12 |
Patrick Lam | Don't crash if config is null (Coverity defect #984). |
blob | commitdiff | diff to current |
2006-04-10 |
Patrick Lam | Fix string memory leak (Coverity defect #1823). |
blob | commitdiff | diff to current |
2006-04-10 |
Patrick Lam | Don't leak header in non-error case (Coverity defect... |
blob | commitdiff | diff to current |
2006-04-10 |
Patrick Lam | Fix double free (spotted by Coverity, CID #1965). |
blob | commitdiff | diff to current |
2006-04-07 |
Patrick Lam | Patrick Lam <plam@mit.edu> |
blob | commitdiff | diff to current |
2006-04-06 |
Patrick Lam | Fix intel compiler warnings: make many variables static... |
blob | commitdiff | diff to current |
2006-03-24 |
Patrick Lam | Fix multiarch support (don't destroy multiarch files!) |
blob | commitdiff | diff to current |
2006-03-03 |
Patrick Lam | Get rid of C++-style comments. |
blob | commitdiff | diff to current |
2006-02-21 |
Patrick Lam | Eliminate redundancies. |
blob | commitdiff | diff to current |
2006-02-18 |
Patrick Lam | Fix the underlying cause of the below segfault (must... |
blob | commitdiff | diff to current |
2006-02-18 |
Patrick Lam | Fix segfault (reported by fcrozat) caused by incorrect... |
blob | commitdiff | diff to current |
2006-02-16 |
Patrick Lam | Deal correctly with changing FC_CACHE_MAGIC. |
blob | commitdiff | diff to current |
2006-02-16 |
Patrick Lam | Don't bail if fontconfig can't remove a dir cache file... |
blob | commitdiff | diff to current |
2006-02-11 |
Patrick Lam | Try to open /var/cache/fontconfig/[hashed name] before... |
blob | commitdiff | diff to current |
2006-02-09 |
Patrick Lam | Define and pass O_BINARY to open if appropriate, for... |
blob | commitdiff | diff to current |
2006-02-09 |
Patrick Lam | Fix attempt to close -1. Don't unboundedly grow bad... |
blob | commitdiff | diff to current |
2006-02-08 |
Patrick Lam | Fix warning. |
blob | commitdiff | diff to current |
2006-02-07 |
Patrick Lam | Don't reject dirs that can't be normalized (fixes lilyp... |
blob | commitdiff | diff to current |
2006-02-07 |
Patrick Lam | Fix hidden variable warning. |
blob | commitdiff | diff to current |
2006-02-07 |
Patrick Lam | Remove de-escaping logic because FcCacheWriteString... |
blob | commitdiff | diff to current |
2006-02-07 |
Patrick Lam | Takashi Iwai <tiwai@suse.de> |
blob | commitdiff | diff to current |
2006-02-06 |
Patrick Lam | Skip subdirs when skipping over stale bits of global... |
blob | commitdiff | diff to current |
2006-02-05 |
Patrick Lam | src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave... |
blob | commitdiff | diff to current |
2006-02-03 |
Patrick Lam | Fix double free in error case. |
blob | commitdiff | diff to current |
2006-01-31 |
Patrick Lam | Toast broken global cache files. |
blob | commitdiff | diff to current |
2006-01-31 |
Patrick Lam | Actually use the directories that I added to the global... |
blob | commitdiff | diff to current |
2006-01-30 |
Patrick Lam | Make global cache work again after putting dir names... |
blob | commitdiff | diff to current |
2006-01-30 |
Patrick Lam | Update fc-cat to handle subdir lists in global cache... |
blob | commitdiff | diff to current |
2006-01-30 |
Patrick Lam | Make fccache more resilient to broken cache files by... |
blob | commitdiff | diff to current |
2006-01-30 |
Patrick Lam | Fix global cache reads of subdirectories. |
blob | commitdiff | diff to current |
2006-01-30 |
Patrick Lam | Add documentation for FcConfigNormalizeFontDir. |
blob | commitdiff | diff to current |
2006-01-27 |
Patrick Lam | Move FcConfigNormalizeFontDir call so that it doesn... |
blob | commitdiff | diff to current |
2006-01-27 |
Patrick Lam | Add a couple of missing normalizations to make fc-cache... |
blob | commitdiff | diff to current |
2006-01-26 |
Patrick Lam | Don't crash on non-existant directories in global cache. |
blob | commitdiff | diff to current |
2006-01-26 |
Patrick Lam | Stop trampling the directory name when writing out... |
blob | commitdiff | diff to current |
2006-01-25 |
Patrick Lam | Fix additional memory leaks reported by Ronny V. Vinden... |
blob | commitdiff | diff to current |
2006-01-25 |
Patrick Lam | Fix memory leaks reported by Ronny V. Vindenes. |
blob | commitdiff | diff to current |
2006-01-15 |
Patrick Lam | Fix segfault when consuming zero-length caches in fc... |
blob | commitdiff | diff to current |
2006-01-14 |
Patrick Lam | Compare device numbers as well as inodes. Always normal... |
blob | commitdiff | diff to current |
2006-01-10 |
Patrick Lam | Explicitly add font dirs to config.fontDirs even if... |
blob | commitdiff | diff to current |
2006-01-09 |
Patrick Lam | Normalize font dirs by using the form, as given in... |
blob | commitdiff | diff to current |
2006-01-08 |
Patrick Lam | Properly skip past dir caches that contain zero fonts... |
blob | commitdiff | diff to current |
2006-01-05 |
Patrick Lam | Add self to AUTHORS list. |
blob | commitdiff | diff to current |
2005-12-21 |
Patrick Lam | Bump version to 2.3.93. fc-2_3_93 |
blob | commitdiff | diff to current |
2005-12-12 |
Patrick Lam | Read and write the original location as a fallback... |
blob | commitdiff | diff to current |
2005-12-12 |
Patrick Lam | Improve error message when fc-cache can't write the... |
blob | commitdiff | diff to current |
2005-12-09 |
Patrick Lam | Migrate cache files from fonts directories to /var... |
blob | commitdiff | diff to current |
2005-11-29 |
Patrick Lam | Refactor FcCacheBankToIndex into an inlineable part... |
blob | commitdiff | diff to current |
2005-11-29 |
Patrick Lam | Make the perf guys hate me a bit less: hoist the direct... |
blob | commitdiff | diff to current |
2005-11-25 |
Patrick Lam | Pass around FcCache *s to the Unserialize functions... |
blob | commitdiff | diff to current |
2005-11-17 |
Patrick Lam | Don't add current_arch_start more than once. |
blob | commitdiff | diff to current |
2005-11-16 |
Patrick Lam | src/fccache.c (FcDirCacheProduce) |
blob | commitdiff | diff to current |
2005-11-16 |
Patrick Lam | Add *NeededBytesAlign(), which overestimates the paddin... |
blob | commitdiff | diff to current |
2005-11-02 |
Patrick Lam | Fix thinko: actually, the whole global cache is stale... |
blob | commitdiff | diff to current |
2005-11-02 |
Patrick Lam | Declare the global cache of a directory's contents... |
blob | commitdiff | diff to current |
2005-11-01 |
Patrick Lam | Reinstate basename patch, but keep a hash table linking... |
blob | commitdiff | diff to current |
2005-10-21 |
Patrick Lam | Destroy the global cache file if it's terminally broken... |
blob | commitdiff | diff to current |
2005-10-14 |
Patrick Lam | Check existence of directory cache file before attempti... |
blob | commitdiff | diff to current |
2005-10-13 |
Patrick Lam | Fix flipped return value on unlink. (Reported by Mike... |
blob | commitdiff | diff to current |
2005-10-12 |
Patrick Lam | When fc-cache is run without --force, use directory... |
blob | commitdiff | diff to current |
2005-10-05 |
Patrick Lam | Implement move-to-front array for banks (perf regressio... |
blob | commitdiff | diff to current |
2005-10-05 |
Patrick Lam | Add new API which unlinks directory caches and checks... |
blob | commitdiff | diff to current |
2005-10-03 |
Patrick Lam | Ensure that a directory cache has the appropriate secti... |
blob | commitdiff | diff to current |
2005-09-29 |
Patrick Lam | Fix multi-arch cache files: compute the position for... |
blob | commitdiff | diff to current |
2005-09-28 |
Patrick Lam | Cast results of sizeof() to unsigned int to get rid... |
blob | commitdiff | diff to current |
2005-09-28 |
Patrick Lam | Use FcAtomic to rewrite cache files. |
blob | commitdiff | diff to current |
2005-09-27 |
Patrick Lam | Don't unlink the fonts.cache-2 file even if there's... |
blob | commitdiff | diff to current |
2005-09-27 |
Patrick Lam | Allocate room for the subdirectory names in each direct... |
blob | commitdiff | diff to current |
2005-09-23 |
Patrick Lam | Update documentation -- fc-cache's man page now says... |
blob | commitdiff | diff to current |
2005-09-15 |
Patrick Lam | Revert ill-advised addition of FC_RENDER. Add strategy... |
blob | commitdiff | diff to current |
2005-09-11 |
Patrick Lam | Merge ... HEAD and finish the GCC 4 cleanups (no more... |
blob | commitdiff | diff to current |
2005-09-07 |
Patrick Lam | Robustness fixes: check return values from read and... |
blob | commitdiff | diff to current |
2005-09-03 |
Patrick Lam | Really fix the global cache: make sure we're reading... |
blob | commitdiff | diff to current |
2005-09-02 |
Patrick Lam | Fix addressing in the global cache file, preventing... |
blob | commitdiff | diff to current |
2005-09-01 |
Patrick Lam | Fix embarassing attempt to free a static buffer. |
blob | commitdiff | diff to current |
2005-09-01 |
Patrick Lam | : |
blob | commitdiff | diff to current |
2005-08-31 |
Patrick Lam | Only load requested fonts for fc-cache, and cleanup... |
blob | commitdiff | diff to current |
2005-08-30 |
Patrick Lam | Fix compilation error exposed with gcc 2.95. |
blob | commitdiff | diff to current |
2005-08-30 |
Patrick Lam | src/fcint.c |
blob | commitdiff | diff to current |
2005-08-28 |
Patrick Lam | Emit and verify machine signature (sizeof (stuff) ... |
blob | commitdiff | diff to current |
2005-08-25 |
Patrick Lam | Reinstate the old global cache code. For the forseeable... |
blob | commitdiff | diff to current |
2005-08-24 |
Patrick Lam | Overhaul the serialization system to create one mmapabl... |
blob | commitdiff | diff to current |
2005-07-25 |
Patrick Lam | #ifdef out old cache stuff, replace with first version... |
blob | commitdiff | diff to current |
2005-06-28 |
Patrick Lam | Add functionality to allow fontconfig data structure... |
blob | commitdiff | diff to current |
2005-01-04 |
Keith Packard | Verify that every font pattern loaded from cache has... |
blob | commitdiff | diff to current |
2004-12-07 |
Keith Packard | Change files from ISO-Latin-1 to UTF-8 |
blob | commitdiff | diff to current |
2004-12-04 |
Keith Packard | Move existing fonts.conf to fonts.conf.bak |
blob | commitdiff | diff to current |
2003-05-07 |
Keith Packard | Add filename-based accept/reject to ammend available... |
blob | commitdiff | diff to current |
2003-03-22 |
Tor Lillqvist | Changes for Windows: |
blob | commitdiff | diff to current |
2003-03-12 |
Keith Packard | Global cache time checking was using wrong file name... |
blob | commitdiff | diff to current |
2003-03-05 |
Keith Packard | Change RCS tag |
blob | commitdiff | diff to current |
2003-02-13 |
Keith Packard | Track dirs containing fonts.cache files referenced... |
blob | commitdiff | diff to current |
2003-02-12 |
Keith Packard | Dont cache directorys until theyve been scanned. Avoids... |
blob | commitdiff | diff to current |
2002-09-26 |
Keith Packard | Was losing local cached dirs in global cache list |
blob | commitdiff | diff to current |
2002-08-31 |
Keith Packard | More complete memory tracking. Install always overwrite... |
blob | commitdiff | diff to current |
2002-08-22 |
Keith Packard | Reimplement FC_LANG as FcTypeLang, freeze patterns... |
blob | commitdiff | diff to current |
2002-08-19 |
Keith Packard | Various config changes plus a couple of optimizations... |
blob | commitdiff | diff to current |
2002-08-06 |
Keith Packard | Uninitialized member of cache structure could lead... |
blob | commitdiff | diff to current |
2002-07-28 |
Keith Packard | Rewrite global cache handling code in fontconfig to... fcpackage_rc1 |
blob | commitdiff | diff to current |
next |