Imported Upstream version 1.61.1
[platform/upstream/gobject-introspection.git] / giscanner / cachestore.py
2020-09-18 DongHun KwakImported Upstream version 1.61.1 upstream/1.61.1
2019-01-10 DongHun KwakImported Upstream version 1.59.1 upstream/1.59.1
2019-01-10 DongHun KwakImported Upstream version 1.54.0 upstream/1.54.0
2016-10-27 DongHun KwakImported Upstream version 1.47.1 91/94091/1
2016-10-27 DongHun KwakImported Upstream version 1.45.4 89/94089/1
2016-10-27 DongHun KwakImported Upstream version 1.45.3 88/94088/1
2016-10-27 DongHun KwakImported Upstream version 1.41.91 82/94082/1
2016-10-27 DongHun KwakImported Upstream version 1.41.4 81/94081/1
2016-10-27 DongHun KwakImported Upstream version 1.41.3 80/94080/1
2016-10-27 DongHun KwakImported Upstream version 1.37.1 72/94072/1
2011-05-02 Colin WaltersAdd GI_SCANNER_DISABLE_CACHE environment variable
2011-02-03 Colin Waltersscanner: Don't fail on mkdir if cachedir already exists GOBJECT_INTROSPECTION_0_10_2
2010-08-12 Robert AncellFix giscanner crash with no cache directory
2010-06-22 Danielle MadeleyMerge branch 'gvalue-tests'
2010-06-17 Johan Dahlin[cachestore] Properly clean the cache
2010-06-10 Johan Dahlin[cachestore] Add versioning
2009-12-02 Josselin MouetteIgnore errors caused by permissions in $HOME
2009-02-13 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-11 Johan DahlinAdd missing self parameter
2009-01-13 Johan DahlinCatch AttributeError which seems to be occasionally...
2008-12-09 Johan DahlinUse shutil.move instead of os.rename, since it will...
2008-12-08 Johan DahlinDon't require HOME to be set and if it set, don't requi...
2008-12-08 Johan Dahlinyay for scripts checking number of newlines
2008-12-08 Johan DahlinDump the cache file to a temporary file and rename...
2008-12-01 Johan DahlinRemove tabs, fixes make check
2008-11-30 Johan DahlinBug 562289 – Race when removing invalid cache
2008-11-19 Johan DahlinCatch ValueError exceptions.
2008-11-18 Johan DahlinCatch BadPickleGet exceptions as well.
2008-11-07 Johan DahlinHandle broken cache entries, write only filesystems...
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-30 Johan DahlinRemove arguments from the constructor, move them to...