aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EbuildBinpkg: remove temp file on failureZac Medico2012-04-131-1/+5
* depgraph._complete_graph: fix for --root-depsv2.2.0_alpha100Zac Medico2012-04-051-1/+2
* Limit long slot conflict loop for bug #410801.Zac Medico2012-04-051-3/+15
* Scheduler: optimize action_uninstallZac Medico2012-04-052-2/+6
* depgraph._validate_blockers: optimize --root-depsZac Medico2012-04-051-0/+5
* depgraph._load_vdb: optimize --root-depsZac Medico2012-04-051-0/+4
* unmerge: display progress counter, bug #386901Boris Minev2012-04-031-1/+14
* emerge: suggest dispatch-conf for bug #398843Zac Medico2012-03-271-3/+3
* Close fewer file descriptors for fork / no exec.Zac Medico2012-03-271-10/+4
* Replace @returns with @return.Zac Medico2012-03-2710-20/+20
* Localize config update messages, bug #409835.Greg Turner2012-03-271-7/+9
* unmerge: fix return code for bug #409647Zac Medico2012-03-252-13/+11
* Exit status 128 + SIGINT for --ask 'no' answer.Zac Medico2012-03-253-9/+9
* emerge --sync: use yellow for portage update msgZac Medico2012-03-251-4/+5
* emerge --changelog: show some log entries aboveZac Medico2012-03-221-3/+18
* emerge --changelog: fix split ChangeLog bugsZac Medico2012-03-222-19/+46
* Map emerge --buildpkg=n to FEATURES=-buildpkg.Zac Medico2012-03-214-6/+8
* spawn_nofetch: clone locked config, bug #408817Zac Medico2012-03-191-2/+1
* Revert "depgraph: reset pkgsettings after setcpv"Zac Medico2012-03-191-1/+0
* depgraph: reset pkgsettings after setcpvZac Medico2012-03-191-0/+1
* Display: spawn pkg_nofetch when appropriateMartin von Gagern2012-03-131-1/+12
* install-info: avoid unnecessary shellZac Medico2012-03-081-5/+16
* Exit after killed while waiting on prefetch.Zac Medico2012-03-083-2/+25
* Use Popen to avoid unnecessary shell.Zac Medico2012-03-081-8/+45
* action_build: return 1 for "no" --ask answerZac Medico2012-02-291-1/+1
* autounmask: Avoid unmasking live versions if possibleSebastian Luther2012-02-261-8/+25
* Reorganize how autounmask allows changes to be madeSebastian Luther2012-02-261-52/+57
* autounmask: Fix USE change messages to display the correct parentSebastian Luther2012-02-241-0/+4
* Scheduler: hang in _schedule_tasks, bug 404995v2.2.0_alpha88Zac Medico2012-02-201-1/+2
* Move Poll{Constants,SelectAdapter} to _eventloop.Zac Medico2012-02-172-91/+0
* Move _emerge.SlotObject to portage.util.Zac Medico2012-02-1710-67/+22
* SlotObject: validate __slots__ and keyword argsZac Medico2012-02-171-2/+11
* Remove redundant inherited __slots__ values.Zac Medico2012-02-171-1/+1
* SubProcess._waitpid_cb: fix args for glib compatZac Medico2012-02-171-1/+1
* SubProcess: use child_watch_addZac Medico2012-02-161-29/+7
* EventLoop: implement child_watch_addZac Medico2012-02-161-1/+3
* SubProcess: use non-blocking waitpidZac Medico2012-02-151-12/+27
* Comment about _setup_pipes / PyPy GC interaction.Zac Medico2012-02-151-1/+5
* SpawnProcess: use os.open for /dev/null inputZac Medico2012-02-151-3/+3
* Scheduler: PyPy WeakValueDictionary.pop KeyErrorZac Medico2012-02-141-1/+8
* SpawnProcess: for stdout use os.write, not fdopenZac Medico2012-02-141-6/+5
* SubProcess._wait: add debug code for bug #403697Zac Medico2012-02-141-0/+6
* Assert that fork returns int for bug 403697.Zac Medico2012-02-141-0/+3
* AsynchronousTask: skip cancelled check in _startZac Medico2012-02-142-6/+0
* After python fork, don't close fds for PyPy 1.8.Zac Medico2012-02-141-1/+5
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-138-11/+29
* PollScheduler: use idle_add to check terminationZac Medico2012-02-122-22/+41
* Scheduler: simplify _sched_iface constructionv2.2.0_alpha86Zac Medico2012-02-111-14/+3
* EbuildIpcDaemon: handle POLLHUP, bug #401919Zac Medico2012-02-111-0/+24
* AbstractPollTask: merge _wait from subclassZac Medico2012-02-112-12/+6