aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Support PROPERTIES="live".Ulrich Müller2019-07-272-5/+11
* Fix emaint -c binhost support for binpkg-multi-instanceDaniel M. Weeks2019-07-231-5/+10
* repos.conf: default sync-webrsync-verify-signatureZac Medico2019-07-102-0/+5
* emerge: Don't treat empty EPREFIX or PORTAGE_CONFIGROOT as unsetJames Le Cuirot2019-07-071-1/+1
* sync: Split key refresh into explicit WKD/keyserver phasesMichał Górny2019-07-051-2/+8
* SyncBase: fix keyserver None message (bug 688648)Zac Medico2019-06-251-1/+2
* portdbapi.getfetchsizes: use .__download__ suffixZac Medico2019-06-191-0/+12
* ebuild: fix QA_SONAME_NO_SYMLINKMike Gilbert2019-06-181-9/+9
* config: don't swallow IOError for "packages" files (bug 687814)Zac Medico2019-06-101-4/+3
* _raise_exc: handle EISDIRZac Medico2019-06-101-1/+7
* Update default RPMDIR to /var/cache/rpm.Ulrich Müller2019-06-091-1/+12
* metadata.xml: filter empty elements (bug 686886)Zac Medico2019-05-271-5/+5
* Don't modify /etc/mtab from temporary namespacesi.Dark_Templar2019-05-271-1/+1
* Fix ACCEPT_LICENSE="-*" to behave as intended (bug 686406)Zac Medico2019-05-201-1/+3
* get_vm_info: Set C locale for subprocesses.Arfrever Frehtes Taifersar Arahesis2019-05-191-3/+6
* _safe_loop: call global_event_loop() directlyZac Medico2019-05-181-1/+1
* Use _safe_loop where applicableZac Medico2019-05-186-35/+25
* Recognize riscv ABIs (bug 686194)Zac Medico2019-05-182-6/+55
* portdbapi._event_loop: split out _safe_loop functionZac Medico2019-05-122-9/+19
* repoman: check IUSE in _match_use for USE defaults (bug 685482)Zac Medico2019-05-111-2/+2
* really fix some dep API documentationRolf Eike Beer2019-05-111-54/+58
* fix some documentation in the dep APIRolf Eike Beer2019-05-041-71/+69
* fetch: atomic downloads (bug 175612)Zac Medico2019-04-293-36/+303
* Deprecate EAPIs 4-slot-abi, 5-hdepend, and 7_pre1Zac Medico2019-04-279-85/+91
* Format _testing,_deprecated_eapis one per lineZac Medico2019-04-271-2/+15
* emergelog: handle /dev/null symlink (bug 684232)Zac Medico2019-04-241-1/+1
* RepoConfigLoader: fix default_portdir value (bug 478544)Zac Medico2019-04-241-3/+6
* Import OrderedDict directly from collectionsZac Medico2019-04-216-13/+19
* Remove internal OrderedDict implementationZac Medico2019-04-212-35/+3
* emerge --info: show per-package FEATURES (bug 553224)Zac Medico2019-04-201-1/+1
* Update /usr/portage references (bug 378603)Zac Medico2019-04-185-12/+12
* Change /usr/portage council approved locations (bug 378603)Zac Medico2019-04-182-0/+82
* AsyncioEventLoop: enable SIGINT in exception handler (bug 672540)Zac Medico2019-04-151-0/+5
* WakeupFdSigchldTestCase: enable test with python2.7Zac Medico2019-04-151-7/+3
* socks5: use ${PORTAGE_TMPDIR}/portage (bug 683040)Zac Medico2019-04-151-1/+9
* Speed up testing against IUSE by not using regexpDouglas Anderson2019-04-152-6/+21
* PipeReaderTestCase: use asyncio.create_subprocess_execZac Medico2019-04-141-11/+9
* repos.conf: add sync-openpgp-keyserver option (bug 680908)Matthew Thode2019-03-312-3/+9
* lockfile: do not leak file descriptor after _lockfile_was_removed exceptionZac Medico2019-02-191-5/+12
* lockfile: use loop instead of recursionZac Medico2019-02-191-5/+29
* locks: check for removed lockfile only if unlinkfile is TrueZac Medico2019-02-181-1/+1
* locks: handle sshfs hardlink inode numbers (bug 678218)Zac Medico2019-02-171-0/+27
* util: fix whitespace bug introduced in cleanup of get_cpu_count workRobin H. Johnson2019-02-161-1/+1
* util: fix thinko introduced in cleanup of get_cpu_count workRobin H. Johnson2019-02-161-2/+2
* Replace multiprocessing.cpu_count with portage.util.cpuinfo.get_cpu_countRobin H. Johnson2019-02-153-13/+13
* cpuinfo: use better available CPU calculationRobin H. Johnson2019-02-151-2/+31
* Don't define a default for ACCEPT_LICENSEUlrich Müller2019-02-122-4/+3
* locks: handle lock file removal on NFS (bug 636798)Zac Medico2019-02-071-13/+65
* _raise_exc: handle EROFSZac Medico2019-02-061-2/+3
* pid-sandbox: run pid-ns-init as root (bug 675868)Arfrever Frehtes Taifersar Arahesis2019-01-221-2/+10