summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Handle binary package IUSE_IMPLICIT divergence (bug 640318)Zac Medico2017-12-104-0/+63
* BinpkgExtractorAsync: use posix compatible head arguments (bug 640450)Zac Medico2017-12-091-2/+2
* depgraph: eval disjunctive build deps earlier (bug 639346)Zac Medico2017-12-073-6/+98
* [checksum] Do not use secure memory for pygcrypt backendMichał Górny2017-12-061-1/+2
* [checksum] Disable pygcrypt backend due to breakageMichał Górny2017-12-051-1/+5
* xtermTitle: support st (simple terminal)Christoph Böhmwalder2017-12-041-1/+1
* profile_check: detect missing ARCH variable (bug 586214)Zac Medico2017-12-023-38/+5
* Rewrite doins in python (bug 624526)Hidehiko Abe2017-12-021-0/+352
* versions: Drop non-PMS "cvs." prefix in ${PV}Gregory M. Turner2017-11-282-25/+16
* Fix sync_uri parsing for paths beginning with file://Ilya Tumaykin2017-11-213-3/+3
* emaint binhost: use _populate_local return value when appropriateZac Medico2017-11-211-5/+5
* binarytree.populate: avoid unnecessary index re-write (bug 638292)Zac Medico2017-11-211-1/+6
* emaint binhost: use _populate_local instead of _populate (bug 638320)Zac Medico2017-11-212-2/+2
* binarytree.populate: avoid lock when possible (bug 607872)Zac Medico2017-11-201-34/+46
* UseManager: reject atoms with USE flags (bug 607872)Zac Medico2017-11-202-3/+8
* portage.manifest: Fix mis-parsing Manifests with numerical checksumsMichał Górny2017-11-201-1/+1
* dep_check: use DNF to optimize overlapping virtual || deps (bug 632026)Zac Medico2017-11-135-7/+440
* vardbapi.removeFromContents: update NEEDED (bug 637284)Zac Medico2017-11-131-2/+40
* doebuild: record BUILD_ID and BINPKGMD5 for installed packageZac Medico2017-11-091-1/+16
* Quickfix handling manifest-required-hashes = NoneMichał Górny2017-11-081-0/+3
* Make manifest-required-hashes configurableMichał Górny2017-11-076-22/+55
* Remove last traces of Manifest1 codeMichał Górny2017-11-062-6/+2
* Replace static MANIFEST2_HASH_FUNCTIONS with dynamic listMichał Górny2017-11-063-8/+6
* portage.const: Remove obsolete manifest-hashes commentMichał Górny2017-11-061-23/+0
* dep_zapdeps: install new package, avoid downgrade (bug 635540)Zac Medico2017-11-022-1/+107
* RsyncSync: fix PORTAGE_RSYNC_RETRIES (bug 497596)Zac Medico2017-10-271-1/+5
* postinst_qa_check: initialize preinst state (bug 635474)Zac Medico2017-10-271-0/+1
* is_prelinkable_elf: fix for python3 (bug 635116)Zac Medico2017-10-221-1/+1
* portage.checksum: Support pyblake2 fallback for BLAKE2 hashesMichał Górny2017-10-201-2/+13
* portdbapi: factor out _better_cache classDaniel Robbins2017-10-141-53/+71
* portdbapi: cache catpkg to repository mappingsDaniel Robbins2017-10-132-13/+94
* elog mod_echo: fix PORTAGE_LOG_FILE KeyError (bug 633842)Zac Medico2017-10-091-1/+3
* _dynamic_depgraph_config: new digraph docsDaniel Robbins2017-10-042-6/+47
* BinpkgExtractorAsync: fix PIPESTATUS error handlingZac Medico2017-10-041-7/+11
* BinpkgExtractorAsync: remove trailer when decompressing binary packagesMatija Skala2017-10-031-4/+6
* resolver/package_tracker: new docsDaniel Robbins2017-10-031-18/+69
* want_restart_for_use_change: backtrack only if needed (bug 632598)Zac Medico2017-10-022-4/+95
* _solve_..slot_conflicts: handle forced reinstall (bug 632202)Zac Medico2017-09-291-1/+2
* _solve_..slot_conflicts: make "forced" set recursive (bug 632210)Zac Medico2017-09-292-1/+14
* search: only pass Atom instance to dbapi match methodsZac Medico2017-09-241-1/+7
* depgraph: make _minimize_children deterministic (bug 631894)Zac Medico2017-09-241-0/+9
* Fix emerge --info when using webrsync (bug 630538)Nicolas Porcel2017-09-171-4/+4
* AsynchronousLock: allow missing dummy_threading for Python 3.7Zac Medico2017-09-112-2/+12
* config/env_blacklist: add DOCS (bug 627106)Zac Medico2017-09-021-1/+1
* config/env_blacklist: add REQUIRED_USEZac Medico2017-09-021-1/+1
* RepoConfigLoader: Fix compatibility with Python 3.7 (bug #629146).Arfrever Frehtes Taifersar Arahesis2017-08-271-2/+2
* _collision_protect: report progress in work todoFabian Groffen2017-08-271-2/+3
* Support post-postinst QA checksMichał Górny2017-08-261-1/+4
* digraph: search for relevant priority in descending orderZac Medico2017-08-211-4/+4
* digraph.add: sort priorities with bisect.insortZac Medico2017-08-211-2/+2