aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bintree.py: fix str() calls for Python 2 (532784)Zac Medico2014-12-171-9/+12
* portage.dbapi.bintree.binarytree: Delete main-repository-reliant microoptimiz...Arfrever Frehtes Taifersar Arahesis2014-12-151-10/+0
* Log changes between vdb_metadata.pickle updatesZac Medico2014-12-073-11/+206
* Add IndexedVardb class.Zac Medico2014-12-072-7/+110
* Add IndexedPortdb class.Zac Medico2014-12-071-0/+171
* dblink._protect: disable config protect for identical files (531854)Zac Medico2014-12-061-2/+4
* emerge: check for writable PKGDIR (490732)Zac Medico2014-11-231-0/+12
* emerge: check for writable /var/db/pkg (490732)Zac Medico2014-11-191-0/+12
* FEATURES=case-insensitive-fs for bug #524236Zac Medico2014-11-171-25/+46
* dblink: case insensitive support for bug #524236Zac Medico2014-11-172-0/+96
* CONFIG_PROTECT: protect symlinks, bug #485598Zac Medico2014-11-021-113/+142
* If a binhost file sets a TTL header, honor it.David James2014-11-021-0/+16
* package.bashrc: per profile, per-package bashrc mechanismBertrand SIMONNET2014-10-241-11/+9
* dblink.mergeme: implement bug #523684Zac Medico2014-10-191-8/+24
* _quickpkg_dblink: fix bug #523152Zac Medico2014-09-201-0/+10
* Fix read only detection logicBertrand SIMONNET2014-09-111-3/+2
* Enable consistent __future__ behavior for divisionMichał Górny2014-08-111-2/+2
* Follow-up to commit 96ded9cff423d773ee31a696a691dd6610c315b7: Restore "/" cha...Arfrever Frehtes Taifersar Arahesis2014-08-042-4/+4
* Move -MERGING- string to a constant.Pavel Kazakov2014-08-032-5/+7
* dbapi/vartree.py: whitespace cleanupBrian Dolbec2014-04-041-21/+21
* Clean up bad PORTAGE_BINHOST handlingAlexander Berntsen2014-02-241-6/+4
* Handle bad PORTAGE_BINHOST gracefully (bug 502288)Alexander Berntsen2014-02-241-0/+5
* Remove "my" prefix from my{dir,link,file}listChris Reffett2014-02-071-9/+9
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-051-1/+1
* various pylint clean upsMike Frysinger2014-02-033-0/+3
* Test for read-only filesystems, fixes bug 378869Chris Reffett2014-01-261-1/+33
* Deprecate portage.dbapi.porttree.portdbapi.porttree_root and portage.dbapi.po...Arfrever Frehtes Taifersar Arahesis2014-01-191-1/+7
* Don't filter USE for binary packages with IUSE (bug 485920)Sebastian Luther2013-12-051-6/+1
* Handle newline in symlink target for bug #485226.Zac Medico2013-09-171-0/+7
* Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … | fcntl.FD_CLOEXEC) with...Arfrever Frehtes Taifersar Arahesis2013-09-021-7/+9
* Use F_GETFD/F_SETFD for FD_CLOEXEC.Zac Medico2013-09-011-4/+5
* vartree.py: Add link for collisions, bug #449918Alexander Berntsen2013-08-111-1/+3
* Include implicit IUSE vars in binhost Packages.v2.2.0_alpha194Zac Medico2013-08-041-1/+13
* Refer to /etc/portage/make.conf in messages.Zac Medico2013-07-251-1/+1
* Add support for multiple repositories in `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2013-07-231-1/+1
* Use sys.__std* streams for fileno().Zac Medico2013-07-071-1/+1
* MergeProcess: flush stderr for tracebackZac Medico2013-07-061-0/+2
* doebuild: fix fd_pipes support, bug #475812Zac Medico2013-07-062-3/+6
* Disable global spawned_pids (avoid memory leak)Zac Medico2013-07-051-1/+0
* close_portdbapi_caches: portage.db atexit hookZac Medico2013-06-081-4/+33
* porttree._dummy_list: fix infinite recursionZac Medico2013-06-071-1/+1
* _iter_match_use: construct _pkg_str instancesv2.2.0_alpha178Zac Medico2013-06-071-8/+11
* cache/template.py: call self.sync() from __del__Zac Medico2013-06-071-8/+19
* portage.dbapi.dbapi._match_use(): Use _emerge.Package.Package._iuse.get_real_...Arfrever Frehtes Taifersar Arahesis2013-06-071-23/+17
* treewalk: skip CHOST warning for binary packagesZac Medico2013-06-021-1/+4
* fetch: correctly handle file name without schemeZac Medico2013-05-231-1/+10
* Support PORTAGE_SSH_OPTS, bug #470002.Zac Medico2013-05-181-5/+26
* PORTAGE_BINHOST: sftp with FETCHCOMMAND_SFTPZac Medico2013-05-161-14/+4
* PORTAGE_BINHOST: https FETCHCOMMAND, bug #469888Zac Medico2013-05-151-9/+29
* binarytree: evaluate RESTRICT conditionalsZac Medico2013-05-061-1/+1