summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: install man/ru/*v2.2.0_alpha152Zac Medico2013-01-141-4/+10
* ebuild.1: add Russian translation, bug #450372Vladimir Romanov2013-01-141-0/+242
* selinux: python3 unicode paths, bug #430488Arfrever Frehtes Taifersar Arahesis2013-01-142-27/+30
* Tweak init.d qa check for bug #451386.Zac Medico2013-01-111-0/+4
* make.conf.5: tweak escape format for apostrophyv2.2.0_alpha151Zac Medico2013-01-111-1/+1
* DoebuildSpawnTestCase: also call spawn_nofetchZac Medico2013-01-101-12/+27
* spawn_nofetch: import portage, bug #451344Zac Medico2013-01-101-0/+1
* Revert "_ctypes: don't cache library, bug #448858"v2.2.0_alpha150Zac Medico2013-01-101-4/+6
* Use EventLoop, no SchedulerInterface if possible.Zac Medico2013-01-101-2/+2
* emerge/test_simple.py: override PATH moreZac Medico2013-01-102-3/+9
* SpawnProcess: handle fcntl ENOTTY for FreeBSDZac Medico2013-01-101-3/+8
* _emirrordist/main.py: remove extra Config importZac Medico2013-01-101-1/+0
* FetchTask: use umask for copied filesZac Medico2013-01-101-12/+2
* FetchTask: avoid possible duplicate URIZac Medico2013-01-101-2/+4
* FetchTask: randomize thirdpartymirrorsZac Medico2013-01-101-1/+7
* FetchTask: log_failure for distfiles digesterZac Medico2013-01-101-0/+7
* FetchIterator: support PORTAGE_CHECKSUM_FILTERZac Medico2013-01-091-0/+13
* make.conf.5: escape apostropy quote, bug #451118Zac Medico2013-01-091-2/+2
* FetchIterator: use RepoConfig.load_manifest()Zac Medico2013-01-091-3/+5
* _fetch_digester_exit: fix NoneType AttributeErrorZac Medico2013-01-091-2/+2
* Makefile: install emirrordistZac Medico2013-01-091-1/+1
* Add emirrordist, a tool for mirroring distfiles.Zac Medico2013-01-0912-0/+1967
* Manifest: make distdir argument optionalZac Medico2013-01-091-2/+2
* autounmask: tweak --autounmask-write suggestionZac Medico2013-01-081-3/+4
* autounmask: show file names for suggested changesBen Kohler2013-01-081-5/+7
* SpawnProcess: stdout_fd FD_CLOEXECZac Medico2013-01-071-0/+15
* ManifestTask: use PipeLogger for monitoringZac Medico2013-01-071-2/+8
* Declare regex literal as such.Zac Medico2013-01-071-1/+1
* parseManifest2: handle space in name, bug 450736Zac Medico2013-01-071-14/+18
* PipeLogger: handle file object for input_fdZac Medico2013-01-072-9/+14
* If 2 make.conf files found, then warn.Zac Medico2013-01-071-3/+12
* MetadataRegen: simplify _iter_every_cpZac Medico2013-01-062-14/+6
* MetadataRegen: call cp_all for each categoryZac Medico2013-01-062-16/+21
* portdbapi.cp_all(): add reverse sort parameterZac Medico2013-01-061-2/+3
* _keep_scheduling: check _terminated.is_set()Zac Medico2013-01-062-4/+4
* ManifestScheduler: fix signal interrupt handlingZac Medico2013-01-061-3/+5
* MetadataRegen: portdbapi.cp_all() already sortedZac Medico2013-01-061-1/+1
* MetadataRegen: fix signal interrupt handlingZac Medico2013-01-061-3/+4
* Handle os.write() return code with loop.Zac Medico2013-01-052-7/+7
* BinpkgVerifier: use async FileDigesterZac Medico2013-01-052-62/+120
* Add async FileDigester class.Zac Medico2013-01-051-0/+73
* .gitignore: __pycache__/Zac Medico2013-01-051-0/+1
* Add QA_AM_MAINTAINER_MODE for bug #450278.Zac Medico2013-01-043-3/+37
* SchedulerInterface: use loop for proxied attrsZac Medico2013-01-041-16/+9
* runtests.sh summary: add minimum column widthZac Medico2013-01-041-0/+1
* ebuild-ipc: add FifoWriter classZac Medico2013-01-041-58/+21
* ebuild-ipc: fix read timeout msg / daemon checkZac Medico2013-01-031-2/+16
* ebuild-ipc: fix waiting messageZac Medico2013-01-031-2/+2
* ebuild-ipc: use PipeReader in _receive_replyZac Medico2013-01-031-55/+6
* ebuild-ipc: use PipeReader in _waitZac Medico2013-01-031-15/+15