2008-07-10 |
Zac Medico | * Handle errno.ECHILD and errno.ESRCH from waitpid... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | Fix Scheduler._is_restart_necessary() to return False... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Like in Binpkg, cancel or wait for the prefetcher in... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Bug #231358 - Fix 'NameError: global name 'p' is not... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | For parallel-fetch prefetchers, pass fetchonly=1 into... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Use the EbuildFetcher class to implement async fetch... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | * Unify the scheduler's "build" and "extract" queues... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Fix SubProcess._poll to handle a missing pid gracefully. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Fix Scheduler._choose_pkg() to perform uninstallation... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Fix _prune_digraph() to correctly distinguish "nomerge... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | * Fix _choose_pkg() to pop the first node if there... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Make the "tight loop" assertion trigger whenever there... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | In scheduler._schedule_main(), only consider a poll... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Fix Scheduler._dependent_on_scheduled_merges() to prope... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Remove redundant call to _schedule_main(). |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | * Call self._wait() when unregistering output handlers... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Derive PackageMerge from AsynchronousTask instead of... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Raise an AssertionError in CompositeTask._wait() if... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Fix infinite loop in CompositeTask._wait(). |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Fix ValueError triggered when Scheduler._choose_pkg... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Use a normal list instead of a deque for Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Implement parallel build support by adding new --jobs... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | * Add background support to the SpawProcess class. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Add AsynchronousTask.background attribute and add suppo... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Also add "background" attributes to the EbuildBuild... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Add a MergeListItem.background attribute for putting... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Add a missing check in Scheduler._main_loop() to ensure... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Use plain sequential search for the SRC_URI.mirror... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Add a Scheduler._digraph attribute for use in parallel... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Rename SubProcess.reg_id to _reg_id since it no longer... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | * Add new CompositeTask._default_final_exit() method... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Add a new "SRC_URI.mirror" check which checks to if... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Move the "registered" attribute to the SubProcess class... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Make SubProcess._wait() call scheduler.schedule(self... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Marius Mauch | remove TODO list as it's not maintained anyway |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | * Implement CompositeTask._poll(). |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Fix broken code in AsynchronousTask.poll(). |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Fix EbuildPhase._set_returncode() so that it correctly... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Fix typo in Binpkg.start() which prevents --genbinpkg... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | * Implement MergeListItem._poll() and _wait(). |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add a PackageMerge class to serve as an asynchronous... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add async support to MergeListItem. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add async support to the Binpkg class. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Make BinpkgFetcher send output directly to stdout when... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Fix parent class constructor call in the BinpkgFetcher... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Make AsynchronousTask subclasses override _wait() and... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Fix --getbinpkg to inject downloaded packages into... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | * Fix broke return code handling from previous commit, in |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add async support to EbuildBuild, and an synchronous... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Split out a CompositeTask._start_task() for subclasses... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add CompositeTask._final_exit() method and use it to... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Split out a reusable CompositeTask._default_exit()... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add a CompositeTask._assert_current() method that async... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Fix typo in xterm titles total package count which... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | * Fix AsynchronousTask.poll() to call _wait_hook()... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Call _wait_hook() from poll() if the wait call occurs... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Correct TaskSequence docstring to refer to the addExitL... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Thanks to Ali Polatel <hawking@g.o> for this patch... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Split out common code from CompositeTask and EbuildExec... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Make EbuildExecuter inherit from AsynchronousTask. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Fix CompositeTask.cancel() so that it's safe to call... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Add a new CompositeTask class which can be used to... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Add async support to EbuildBinpkg by making it inherit... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Use the EbuildPhase class to execute the "clean" phase... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Rename BinpkgFetcherAsync class to BinpkgFetcher and... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | * Implement a new binarytree.digestCheck() method and... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Make Binpkg inherit from EbuildBuildDir since it's... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Make EbuildBuild inherit from EbuildBuildDir since... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Convert EbuildFetcher to an asynchronous interface: |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | TODO: For parallel scheduling, everything in MergeListI... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Add a PollConstants class to serve as a layer of indire... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Bug #230525 - Work around ObjectProxy breakage in ... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | In --keep-going mode, display the new merge list when... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Split a _main_loop() method out of Scheduler._merge(). |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Split out a Scheduler._execute_pkg() method from _merge(). |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Rename PollSelectFallback to PollSelectAdapter. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | * Split out a MergeListItem class from Scheduler._execu... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Fix broken references to portage.exception. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Create a Scheduler._task_queues attribute which has... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Change the way the way things that have to call the... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | When logging is disabled, make the EbuildPhase create... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Import portage before trying to access portage.exceptio... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | * Split out a SequentialTaskQueue class to encapsulate... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Bug #230469 - Implement non-blocking distlocks for... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Bug #230579 - Handle EOFError raised from cPickle.load... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a _create_prefetcher() method from _add_prefe... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Remove old unused vars inside _execute_task() and fix... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split logging and world atom code out of Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Clean up Scheduler.merge() and split out a _save_resume... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Add a portage._disable_legacy_globals() function. This... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a _restart_if_necessary() method from Schedul... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Remove unused BinpkgMerge class. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Remove the Scheduler._post_merge() method, and create... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a new _add_prefetchers() method from Schedule... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a new _check_manifests() method from Schedule... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Implement asynchronous binary package extraction, so... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Make BinpkgFetcherAsync inherit from SpawnProcess. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Add missing BinpkgFetcherAsync.registered attribute. |
commit | commitdiff | tree | snapshot |
next |