summaryrefslogtreecommitdiff
path: root/giscanner/cachestore.py
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Fix giscanner crash with no cache directoryRobert Ancell1-0/+3
2010-06-17[cachestore] Properly clean the cacheJohan Dahlin1-1/+1
2010-06-10[cachestore] Add versioningJohan Dahlin1-1/+50
2009-12-02Ignore errors caused by permissions in $HOMEJosselin Mouette1-1/+4
2009-02-11Add missing self parameterJohan Dahlin1-1/+1
2009-01-13Catch AttributeError which seems to be occasionally raised for Record.Johan Dahlin1-1/+1
2008-12-09Use shutil.move instead of os.rename, since it will automatically fallJohan Dahlin1-2/+3
2008-12-08Don't require HOME to be set and if it set, don't require the directory toJohan Dahlin1-1/+7
2008-12-08yay for scripts checking number of newlinesJohan Dahlin1-0/+1
2008-12-08Dump the cache file to a temporary file and rename it the expectedJohan Dahlin1-7/+19
2008-12-01Remove tabs, fixes make checkJohan Dahlin1-1/+1
2008-11-30Bug 562289 – Race when removing invalid cacheJohan Dahlin1-1/+4
2008-11-19Catch ValueError exceptions.Johan Dahlin1-1/+1
2008-11-18Catch BadPickleGet exceptions as well.Johan Dahlin1-1/+1
2008-11-07Handle broken cache entries, write only filesystems and running out ofJohan Dahlin1-3/+29
2008-11-04Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin1-11/+11
2008-10-30Remove arguments from the constructor, move them to separate accessors.Johan Dahlin1-0/+87