portage.git
2008-07-09 Zac MedicoFix _prune_digraph() to correctly distinguish "nomerge...
2008-07-08 Zac Medico* Fix _choose_pkg() to pop the first node if there...
2008-07-08 Zac MedicoMake the "tight loop" assertion trigger whenever there...
2008-07-08 Zac MedicoIn scheduler._schedule_main(), only consider a poll...
2008-07-08 Zac MedicoFix Scheduler._dependent_on_scheduled_merges() to prope...
2008-07-08 Zac MedicoRemove redundant call to _schedule_main().
2008-07-08 Zac Medico* Call self._wait() when unregistering output handlers...
2008-07-08 Zac MedicoDerive PackageMerge from AsynchronousTask instead of...
2008-07-08 Zac MedicoRaise an AssertionError in CompositeTask._wait() if...
2008-07-08 Zac MedicoFix infinite loop in CompositeTask._wait().
2008-07-08 Zac MedicoFix ValueError triggered when Scheduler._choose_pkg...
2008-07-08 Zac MedicoUse a normal list instead of a deque for Scheduler...
2008-07-08 Zac MedicoImplement parallel build support by adding new --jobs...
2008-07-08 Zac Medico* Add background support to the SpawProcess class.
2008-07-08 Zac MedicoAdd AsynchronousTask.background attribute and add suppo...
2008-07-08 Zac MedicoAlso add "background" attributes to the EbuildBuild...
2008-07-08 Zac MedicoAdd a MergeListItem.background attribute for putting...
2008-07-08 Zac MedicoAdd a missing check in Scheduler._main_loop() to ensure...
2008-07-08 Zac MedicoUse plain sequential search for the SRC_URI.mirror...
2008-07-07 Zac MedicoAdd a Scheduler._digraph attribute for use in parallel...
2008-07-07 Zac MedicoRename SubProcess.reg_id to _reg_id since it no longer...
2008-07-07 Zac Medico* Add new CompositeTask._default_final_exit() method...
2008-07-07 Zac MedicoAdd a new "SRC_URI.mirror" check which checks to if...
2008-07-07 Zac MedicoMove the "registered" attribute to the SubProcess class...
2008-07-07 Zac MedicoMake SubProcess._wait() call scheduler.schedule(self...
2008-07-07 Marius Mauchremove TODO list as it's not maintained anyway
2008-07-07 Zac Medico* Implement CompositeTask._poll().
2008-07-07 Zac MedicoFix broken code in AsynchronousTask.poll().
2008-07-07 Zac MedicoFix EbuildPhase._set_returncode() so that it correctly...
2008-07-07 Zac MedicoFix typo in Binpkg.start() which prevents --genbinpkg...
2008-07-06 Zac Medico* Implement MergeListItem._poll() and _wait().
2008-07-06 Zac MedicoAdd a PackageMerge class to serve as an asynchronous...
2008-07-06 Zac MedicoAdd async support to MergeListItem.
2008-07-06 Zac MedicoAdd async support to the Binpkg class.
2008-07-06 Zac MedicoMake BinpkgFetcher send output directly to stdout when...
2008-07-06 Zac MedicoFix parent class constructor call in the BinpkgFetcher...
2008-07-06 Zac MedicoMake AsynchronousTask subclasses override _wait() and...
2008-07-06 Zac MedicoFix --getbinpkg to inject downloaded packages into...
2008-07-06 Zac Medico* Fix broke return code handling from previous commit, in
2008-07-06 Zac MedicoAdd async support to EbuildBuild, and an synchronous...
2008-07-06 Zac MedicoSplit out a CompositeTask._start_task() for subclasses...
2008-07-06 Zac MedicoAdd CompositeTask._final_exit() method and use it to...
2008-07-06 Zac MedicoSplit out a reusable CompositeTask._default_exit()...
2008-07-06 Zac MedicoAdd a CompositeTask._assert_current() method that async...
2008-07-06 Zac MedicoFix typo in xterm titles total package count which...
2008-07-05 Zac Medico* Fix AsynchronousTask.poll() to call _wait_hook()...
2008-07-05 Zac MedicoCall _wait_hook() from poll() if the wait call occurs...
2008-07-05 Zac MedicoCorrect TaskSequence docstring to refer to the addExitL...
2008-07-05 Zac MedicoThanks to Ali Polatel <hawking@g.o> for this patch...
2008-07-05 Zac MedicoSplit out common code from CompositeTask and EbuildExec...
2008-07-05 Zac MedicoMake EbuildExecuter inherit from AsynchronousTask.
2008-07-05 Zac MedicoFix CompositeTask.cancel() so that it's safe to call...
2008-07-05 Zac MedicoAdd a new CompositeTask class which can be used to...
2008-07-05 Zac MedicoAdd async support to EbuildBinpkg by making it inherit...
2008-07-05 Zac MedicoUse the EbuildPhase class to execute the "clean" phase...
2008-07-05 Zac MedicoRemove unused variable.
2008-07-05 Zac MedicoRename BinpkgFetcherAsync class to BinpkgFetcher and...
2008-07-05 Zac Medico* Implement a new binarytree.digestCheck() method and...
2008-07-04 Zac MedicoMake Binpkg inherit from EbuildBuildDir since it's...
2008-07-04 Zac MedicoMake EbuildBuild inherit from EbuildBuildDir since...
2008-07-04 Zac MedicoConvert EbuildFetcher to an asynchronous interface:
2008-07-04 Zac MedicoTODO: For parallel scheduling, everything in MergeListI...
2008-07-04 Zac MedicoAdd a PollConstants class to serve as a layer of indire...
2008-07-04 Zac MedicoBug #230525 - Work around ObjectProxy breakage in ...
2008-07-04 Zac MedicoIn --keep-going mode, display the new merge list when...
2008-07-04 Zac MedicoSplit a _main_loop() method out of Scheduler._merge().
2008-07-04 Zac MedicoSplit out a Scheduler._execute_pkg() method from _merge().
2008-07-04 Zac MedicoRename PollSelectFallback to PollSelectAdapter.
2008-07-04 Zac Medico* Split out a MergeListItem class from Scheduler._execu...
2008-07-04 Zac MedicoFix broken references to portage.exception.
2008-07-04 Zac MedicoCreate a Scheduler._task_queues attribute which has...
2008-07-04 Zac MedicoChange the way the way things that have to call the...
2008-07-04 Zac MedicoWhen logging is disabled, make the EbuildPhase create...
2008-07-04 Zac MedicoImport portage before trying to access portage.exceptio...
2008-07-04 Zac Medico* Split out a SequentialTaskQueue class to encapsulate...
2008-07-03 Zac MedicoBug #230469 - Implement non-blocking distlocks for...
2008-07-03 Zac MedicoFix typo.
2008-07-03 Zac MedicoBug #230579 - Handle EOFError raised from cPickle.load...
2008-07-03 Zac MedicoSplit out a _create_prefetcher() method from _add_prefe...
2008-07-03 Zac MedicoRemove old unused vars inside _execute_task() and fix...
2008-07-03 Zac MedicoSplit logging and world atom code out of Scheduler...
2008-07-03 Zac MedicoClean up Scheduler.merge() and split out a _save_resume...
2008-07-03 Zac MedicoAdd a portage._disable_legacy_globals() function. This...
2008-07-03 Zac MedicoSplit out a _restart_if_necessary() method from Schedul...
2008-07-03 Zac MedicoRemove unused BinpkgMerge class.
2008-07-03 Zac MedicoRemove the Scheduler._post_merge() method, and create...
2008-07-03 Zac MedicoSplit out a new _add_prefetchers() method from Schedule...
2008-07-03 Zac MedicoSplit out a new _check_manifests() method from Schedule...
2008-07-03 Zac MedicoImplement asynchronous binary package extraction, so...
2008-07-03 Zac MedicoMake BinpkgFetcherAsync inherit from SpawnProcess.
2008-07-03 Zac MedicoAdd missing BinpkgFetcherAsync.registered attribute.
2008-07-03 Zac MedicoMove post ebuild phase code (originally from spawnebuil...
2008-07-03 Zac MedicoSplit out a SpawnProcess base class out of EbuildFetch...
2008-07-03 Zac MedicoUse stdout.write() instead of "print", for py3k compat.
2008-07-02 Zac MedicoFix broken except statement. Thanks to hawking.
2008-07-02 Zac MedicoFix EbuildBuildDir so that it works properly with binar...
2008-07-02 Zac MedicoHandle missing select.poll on interix by using select...
2008-07-02 Zac MedicoRemove $PORTAGE_BUILDDIR locking from portage.pkgmerge...
2008-07-02 Zac MedicoSplit out a SubProcess base class for EbuildFetcherAsyn...
2008-07-02 Zac MedicoPy3k compatibility patch by Ali Polatel <hawking@g.o>.
next