summaryrefslogtreecommitdiffstats
path: root/bin/egencache
Commit message (Expand)AuthorAgeFilesLines
* egencache: unicode_literals for TextIOWrapperZac Medico2013-01-181-16/+14
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* Use run_main_scheduler where possible.Zac Medico2012-12-281-55/+7
* egencache: fix --strict-manifests=nZac Medico2012-12-281-1/+1
* strip trailing whitespaceMike Frysinger2012-11-221-1/+1
* egencache --update-manifests: re-sign when neededZac Medico2012-10-151-0/+4
* MetadataRegen: inherit AsyncSchedulerZac Medico2012-10-061-2/+3
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-031-3/+157
* egencache: skip auxdb write if not metadata-transZac Medico2012-09-151-1/+3
* egencache: encode unicode file paths safelyZac Medico2012-09-111-1/+2
* egencache: tweak metadata-transfer logicv2.2.0_alpha125Zac Medico2012-09-081-10/+4
* egencache: skip metadata-transfer more oftenZac Medico2012-09-081-3/+4
* egencache: skip metadata-transfer if possibleZac Medico2012-09-071-13/+29
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-7/+4
* egencache: add a standard -j flags for --jobsMike Frysinger2012-08-161-1/+1
* egencache: prune empty cache directoriesv2.2.0_alpha114Zac Medico2012-06-271-0/+3
* egencache: use vercmp instead of pkgcmpZac Medico2012-05-131-3/+3
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-101-2/+7
* egencache: escape newline instead of lstripZac Medico2012-01-141-4/+4
* egencache: use textwrap.dedentZac Medico2012-01-141-10/+10
* Remove redundant eprefix in config constructors.Zac Medico2011-12-101-4/+2
* config: make eprefix constructor parameter publicZac Medico2011-12-091-2/+2
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-1/+1
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-1/+1
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2011-10-301-3/+3
* egencache: tweak redundant write check conditionZac Medico2011-10-291-17/+16
* Use dbapi._known_keys more.Zac Medico2011-10-291-1/+1
* egencache: avoid redundant md5-dict writesZac Medico2011-10-291-13/+45
* egencache: ensure correct porttreesZac Medico2011-10-291-0/+2
* egencache: fix StatCollision handling breakageZac Medico2011-10-291-3/+3
* egencache: update ebuild_hash.mtime after utimeZac Medico2011-10-291-0/+1
* egencache: multiple cache-formats supportZac Medico2011-10-291-14/+26
* layout.conf: rename cache_format to cache_formatsZac Medico2011-10-251-1/+2
* egencache: remove unused importZac Medico2011-10-151-1/+0
* egencache: add _mtime_ to metadataZac Medico2011-10-151-2/+1
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-141-4/+10
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-2/+2
* egencache: tweak cache dir write access checkZac Medico2011-09-071-5/+9
* egencache: remove metadata-transfer warningZac Medico2011-09-071-3/+0
* egencache: validate cache dir moreZac Medico2011-09-071-3/+19
* tests/emerge: test egencacheZac Medico2011-09-051-7/+4
* egencache: don't require xml in global scopeZac Medico2011-08-271-8/+8
* egencache: implement XMLParser.doctype()Zac Medico2011-08-271-1/+11
* egencache: add --portdir-overlay optionZac Medico2011-08-131-0/+9
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-18/+23
* egencache: fix cmp_func for python3Zac Medico2011-02-181-0/+8
* egencache: --preserve-comments allow missing fileZac Medico2011-02-131-4/+26
* egencache: don't ignore as much with --tolerantZac Medico2011-02-131-3/+4
* Tweak PollScheduler signal handling.Zac Medico2011-01-151-3/+7
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-151-1/+24