summaryrefslogtreecommitdiffstats
path: root/bin/egencache
Commit message (Expand)AuthorAgeFilesLines
* 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
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-4/+4
* egencache: handle ImportError for ExpatErrorZac Medico2010-12-311-5/+10
* egencache --update-changelogs: reverse the sort order for headers.Michał Górny2010-10-241-2/+3
* Fix undefined name 'output_mode'.Zac Medico2010-10-041-1/+1
* egencache: Sort file names for ChangeLogSebastian Luther2010-10-041-6/+76
* egencache --update-changelogs: write if neededMichał Górny2010-10-031-9/+18
* egencache --update-changelogs: Filter messagesMichał Górny2010-10-031-4/+15
* egencache --update-changelogs: escape CP regexpMichał Górny2010-10-031-1/+1
* egencache --update-changelogs: don't break change list on hyphens.Michał Górny2010-10-031-2/+6
* egencache --update-changelogs: strip leading CP from the log messages.Michał Górny2010-10-031-1/+4
* Add support for 'egencache --update-changelogs'.Michał Górny2010-10-021-4/+141
* Make egencache --update-use-local-desc use codecs.open() to write toZac Medico2010-08-281-14/+21
* For egencache --preserve-comments, probe comments in binary mode inZac Medico2010-08-281-9/+11
* egencache: Add comment preserving to --update-use-local-desc.Michał Górny2010-08-281-5/+32
* Support specifying an alternate output file for --update-use-local-desc.Michał Górny2010-08-281-16/+31
* Define a cmp work-alike function for use in the egencacheZac Medico2010-08-271-5/+11
* Fix breakage in egencache --update-use-local-desc code.Zac Medico2010-08-271-8/+21
* Use cmp_sort_key() for python3 compatibility.Zac Medico2010-08-271-5/+4
* Support returning multiple flag descriptions when restrict is used.Michał Górny2010-08-271-1/+28
* Make egencache only show a warning about FEATURES=metata-transfer if theZac Medico2010-08-261-1/+1
* Fix up error handling for egencache --update-use-local-desc.Zac Medico2010-08-261-3/+10
* egencache: Introduce the --update-use-local-desc action.Michał Górny2010-08-261-2/+72
* egencache: introduce the preliminary support for multiple actions.Michał Górny2010-08-261-30/+45
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-2/+0