summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fdopen: read from processes in unbuffered modev2.1.9.35Zac Medico2011-01-214-7/+7
* test_pty_eof: separate classes for self.todoZac Medico2011-01-211-1/+2
* Fix a typo in a comment.Zac Medico2011-01-211-1/+1
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-213-6/+8
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-212-4/+27
* dispatch-conf: restrict default archive-dir permsv2.1.9.34Zac Medico2011-01-193-3/+26
* make.globals: initialize FFLAGS and FCFLAGSZac Medico2011-01-191-0/+2
* make.conf.example: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-192-10/+19
* make.conf.5: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-191-1/+11
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
* doebuid: clean up AA handlingZac Medico2011-01-181-9/+0
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
* depgraph: avoid updates moreZac Medico2011-01-182-13/+14
* Fix some poor installed/masked || choices.Zac Medico2011-01-182-15/+20
* Fix breakage from previous commit.Zac Medico2011-01-181-4/+29
* doebuild_environent: handle A/AA initializationZac Medico2011-01-184-62/+40
* Fix broken pkg.use.enabled ref from last commit.v2.1.9.33Zac Medico2011-01-171-1/+1
* EbuildBuild: Ensure $A is defined in pkg_nofetch.Zac Medico2011-01-171-1/+8
* Scheduler: remove uninstall task from pkg_queuev2.1.9.32Zac Medico2011-01-171-0/+4
* Use r'' for regex.Zac Medico2011-01-171-1/+1
* spawn_nofetch: Ensure $A is defined.Zac Medico2011-01-171-1/+7
* spawn_nofetch: fix PORTAGE_BUILDIR_LOCKED stateZac Medico2011-01-171-0/+2
* Update copyright headers for touched files.Zac Medico2011-01-165-5/+5
* Remove redundant portage.listdir(ignorecvs) code.Zac Medico2011-01-161-2/+1
* Make portage.listdir(ignorecvs=1) omit CVS dirs.Zac Medico2011-01-161-1/+2
* Add missing InvalidAtom import from prev commit.Zac Medico2011-01-161-1/+1
* Use Atom for stricter portdb.cp_all() validation.Zac Medico2011-01-162-5/+7
* CONTENTS: handle malformed sym entriesZac Medico2011-01-161-2/+10
* Tweak PollScheduler signal handling.Zac Medico2011-01-163-36/+44
* Remove duplicate Scheduler constructor call.Zac Medico2011-01-161-3/+0
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-166-28/+153
* When killed by signal, return 128 + signum.Zac Medico2011-01-166-21/+23
* emerge-webrsync: update for current gpg keyZac Medico2011-01-161-1/+1
* AsynchronousLock: use process by defaultZac Medico2011-01-161-1/+9
* repoman: fix PORTDIR consistency for herds.xmlZac Medico2011-01-161-0/+2
* docbook: Add missing "of" from last commit.v2.1.9.31Zac Medico2011-01-121-1/+1
* Don't filter QA warning for --disable-dep...Zac Medico2011-01-121-6/+1
* econf: check confgure --help for --disable-dep...Zac Medico2011-01-123-3/+8
* ebuild.sh: skip QA_* init in "depend" phaseZac Medico2011-01-121-20/+21
* Scheduler: free unneeded uninstall task from memv2.1.9.30Zac Medico2011-01-061-1/+5
* Scheduler: handle same cpv with different SLOTZac Medico2011-01-051-0/+3
* Scheduler: fix reposyntax uninstall hash breakageZac Medico2011-01-051-8/+10
* Scheduler: always share FakeVartree pkg_cacheZac Medico2011-01-051-1/+2
* Scheduler: avoid unecessary Package instancesZac Medico2011-01-051-1/+0
* Scheduler: cache more Packages in --nodeps modeZac Medico2011-01-051-0/+2
* Scheduler: cache Package instance moreZac Medico2011-01-051-9/+12
* emerge-webrsync: eat trailing newlinesMike Frysinger2011-01-051-3/+3
* emerge-webrsync: add xz supportMike Frysinger2011-01-051-0/+2
* REQUIRED_USE: when unsatisfied, show current USEZac Medico2011-01-041-3/+5
* Split out pkg_use_display() from action_info().Zac Medico2011-01-042-58/+68