aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cache.fs_template: set 0o644 defaut permsZac Medico2016-09-191-1/+1
* flat_hash: use mkstemp in _setitemZac Medico2016-07-241-25/+24
* portage.cache: write md5 instead of mtime (bug 568934)Zac Medico2016-07-134-10/+38
* refresh many URIs in the code baseMike Frysinger2016-06-282-3/+3
* anydbm: enable md5 validation (bug 568934)Zac Medico2015-12-291-0/+3
* sqlite: enable md5 validation (bug 568934)Zac Medico2015-12-291-2/+7
* template.database.__getitem__: allow missing mtime (bug 568934)Zac Medico2015-12-291-14/+22
* flat_hash: enable md5 validation for /var/cache/edb/dep (bug 568934)Zac Medico2015-12-222-5/+35
* binpkg-multi-instance 1 of 7Zac Medico2015-03-041-0/+1
* Add IndexStreamIterator and MultiIterGroupBy.Zac Medico2014-12-071-0/+27
* Add egencache --update-pkg-desc-index action.Zac Medico2014-12-072-0/+61
* fs_template._ensure_dirs: handle EEXIST (529120)Zac Medico2014-11-141-15/+10
* Enable consistent __future__ behavior for divisionMichał Górny2014-08-111-2/+2
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-055-5/+5
* various pylint clean upsMike Frysinger2014-02-035-0/+5
* Cast uid/gid proxies to int for Python 3.4.Zac Medico2013-08-111-2/+3
* Fix NameError.Arfrever Frehtes Taifersar Arahesis2013-07-261-4/+3
* Remove pysqlite2 support.Zac Medico2013-07-261-4/+1
* cache/template.py: call self.sync() from __del__Zac Medico2013-06-071-3/+10
* cache/flat_hash.py: unicode_literalsZac Medico2013-01-181-7/+7
* cache/sqlite.py: unicode_literalsZac Medico2013-01-181-3/+4
* ebuild_xattr.py: lowercase utf-8 commentZac Medico2013-01-181-1/+1
* Use 'with file' more.Zac Medico2012-12-281-6/+3
* flat_hash.__iter__: validate keysZac Medico2012-11-201-3/+7
* OrderedDict: fix setitem bug #436974Zac Medico2012-10-021-3/+3
* Remove obsolete cache/flat_list.pyZac Medico2012-09-241-135/+0
* cache/sqlite.py: translate None to empty stringZac Medico2012-09-241-2/+7
* cache/metadata.py: add HDEPENDZac Medico2012-09-242-2/+4
* cache/sqlite.py: fix getitem order assumptionZac Medico2012-09-181-11/+5
* egencache: prune empty cache directoriesv2.2.0_alpha114Zac Medico2012-06-271-8/+14
* cache/sqlite.py: dynamically add columns to tableZac Medico2012-06-101-2/+40
* reconstruct_eclasses: unicode hashes for python2v2.2.0_alpha108Zac Medico2012-05-241-2/+5
* validate_entry: handle KeyError for bug #417253Zac Medico2012-05-231-1/+6
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
* cache/template.__getitem__: filter INHERITEDZac Medico2011-10-292-1/+5
* Fix serialize_eclasses = False in cache template.Zac Medico2011-10-172-7/+29
* portdbapi: fix volatile cache handlingZac Medico2011-10-172-107/+3
* layout.conf: add git friendly pregenerated cache formatBrian Harring2011-10-141-2/+7
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-142-17/+53
* cache.util: drop completely dead module/codeBrian Harring2011-10-141-170/+0
* Revert "Use plain ascii encoding for this file"Zac Medico2011-10-141-1/+2
* layout.conf: revert authoritative-cache supportZac Medico2011-10-131-1/+0
* Fix 'authoritative' spelling.Zac Medico2011-09-301-1/+1
* layout.conf: allow a repository to state the cache is authorativeBrian Harring2011-09-301-0/+1
* cache/volatile: fix __iter__ and __contains__Zac Medico2011-09-071-2/+6
* Migrate from codecs.open() to io.open().Zac Medico2011-07-102-12/+25
* cache.sqlite: handle readonly morev2.2.0_alpha33Zac Medico2011-05-121-1/+1
* cache.volatile: discard "perms" paramZac Medico2011-05-121-1/+2
* cache.sqlite: handle readonlyZac Medico2011-05-121-2/+3
* cache.ebuild_xattr: don't import ENODATA globallyZac Medico2011-02-071-6/+7