portage.git
2008-07-20 Zac MedicoFix broken references to the old elog_modules namespace.
2008-07-20 Zac MedicoRedirect some more unmerge() output through writemsg_le...
2008-07-20 Zac MedicoFix Scheduler emergelog() interaction to properly disab...
2008-07-20 Zac Medico* Clean up _schedule_tasks_imp() a bit.
2008-07-20 Zac MedicoMake PollScheduler._poll() add poll events to the stack...
2008-07-19 Zac MedicoMerge tasks currently run synchronously which makes...
2008-07-19 Zac MedicoFix Scheduler._schedule_tasks_imp() so that it never...
2008-07-19 Zac MedicoCalling _schedule() from Scheduler._poll() is unsafe...
2008-07-19 Zac MedicoUse the memoized _choose_pkg() result to return earlier...
2008-07-19 Zac MedicoWhen Scheduler._choose_pkg() is unable to find a packag...
2008-07-19 Zac MedicoBug #231464 - Replace erroneous "return" statement...
2008-07-19 Zac MedicoInstead of calling _background_mode(), use the cached...
2008-07-19 Zac MedicoFix JobStatusDisplay._init_term() to supply default...
2008-07-19 Zac Medico* Call self._schedule() from inside Scheduler._poll...
2008-07-19 Zac MedicoFix typos.
2008-07-19 Zac MedicoAdd a Scheduler._background_mode() method to control...
2008-07-19 Zac MedicoDisplay "Verifying ebuild manifests" and "Starting...
2008-07-19 Zac MedicoAdd a hook in Scheduler._poll() that updates the displa...
2008-07-19 Zac MedicoMake all poll() calls pass through PollScheduler._poll().
2008-07-19 Zac MedicoWhen JobStatusDisplay.displayMessage() is called while...
2008-07-19 Zac MedicoAdd support to JobStatusDisplay() to update the current...
2008-07-19 Zac MedicoAdd a MergeListItem.statusMessage(msg) callback for...
2008-07-18 Zac MedicoBug #199788 - Make repoman parse GLEP 56 USE flag descr...
2008-07-18 Zac MedicoFix typo.
2008-07-18 Zac MedicoSuppress counter initialization warning messages in
2008-07-18 Zac MedicoAdd background output redirection and async ebuild...
2008-07-18 Zac MedicoChange package status messages to give more accurate...
2008-07-18 Zac MedicoIn dblink._dblink_display_merge(), when in background...
2008-07-18 Zac MedicoUse dblink._eerror() to eliminate duplicate code.
2008-07-18 Zac MedicoIf an problem is detected in dblink._security_check...
2008-07-17 Zac MedicoRedirect dblink elog messages from stdout to the log...
2008-07-17 Zac MedicoWhen dblink is looping over files for merge/unmerge...
2008-07-17 Zac MedicoAlso, reset "merges" in JobStatusDisplay.reset().
2008-07-17 Zac MedicoInitialize JobStatusDisplay.merges since it's not initi...
2008-07-17 Zac MedicoAlso, don't count "merges" as changes in the status...
2008-07-17 Zac MedicoSince it's not very interesting, disable the "merges...
2008-07-17 Zac MedicoFix identation (tabnanny complains about this) branches...
2008-07-17 Zac MedicoReformat the status display. Here's an example:
2008-07-17 Zac MedicoDon't show "Merging" and "merged." messages when in...
2008-07-17 Zac MedicoMake Binpkg send "Extracting" messages to the log file...
2008-07-17 Zac MedicoUpdate the status display in _build_exit(), after decre...
2008-07-17 Zac MedicoMake BinpkgVerifier redirect output to the fetch log...
2008-07-17 Zac MedicoDon't show a blank newline before ">>> Emerging" when...
2008-07-17 Zac MedicoHandle the case in dblink.unmerge() when the log file...
2008-07-17 Zac MedicoTweak interaction between Scheduler and status display...
2008-07-17 Zac Medico* Add a new portage.util.writemsg_level() function...
2008-07-17 Zac MedicoDon't increment the "complete" count for uninstall...
2008-07-17 Zac MedicoAdd a JobStatusDisplay class to encapsulate the status...
2008-07-17 Zac MedicoIn SequentialTaskQueue.clear(), remove the exit listene...
2008-07-17 Zac MedicoAdd the new --anon option to the getopt args.
2008-07-17 Zac MedicoWhen SpawnProcess._start() spawns a process in the...
2008-07-17 Zac MedicoEliminate duplicate code by making EbuildProcess inheri...
2008-07-16 Zac MedicoAdd --anon to the usage message.
2008-07-16 Zac MedicoAdd --anon option for anonsvn.gentoo.org users.
2008-07-16 Zac MedicoRemove TODO since it no longer exists.
2008-07-16 Zac MedicoAvoid raising an IndexError from deprecated_profile_che...
2008-07-16 Zac MedicoPass background=True into prefetcher constructors.
2008-07-16 Zac MedicoAdd a progress counter showing "x of y complete" to
2008-07-16 Zac Medico* Add xterm titles support to Scheduler._display_status().
2008-07-16 Zac MedicoAdd async support for calling functions in misc-functio...
2008-07-16 Zac MedicoRemove the config._filter_calling_env attribute since...
2008-07-16 Zac MedicoShow LDFLAGS in emerge --info <pkg> output. Thanks...
2008-07-16 Zac MedicoPass the whole dblink instance into Scheduler._dblink_d...
2008-07-16 Zac MedicoRedirect dblink.merge() output to the log file when...
2008-07-16 Zac MedicoMake dblink._display_merge() detect scheduler presence...
2008-07-16 Zac MedicoAdapt the dblink merge display callback to use log...
2008-07-16 Zac MedicoRedirect dblink.unmerge() output to the log file when...
2008-07-16 Zac MedicoWhen --jobs > 1, display a status message each time...
2008-07-15 Zac MedicoAdd some cross references between emerge's new parallel...
2008-07-15 Zac MedicoMake EbuildFetcher copy FETCHCOMMAND and RESUMECOMMAND...
2008-07-15 Zac MedicoIn Scheduler._restart_if_necessary(), use list.remove...
2008-07-15 Zac MedicoSince lots of packages will have to be fixed before...
2008-07-15 Zac MedicoWhen packages fail with --jobs > 1 and the "echo" elog...
2008-07-15 Zac MedicoWhen there is more than one failure, show a summary...
2008-07-15 Zac Medico* Fix --keep-going breakage that occured when Scheduler...
2008-07-15 Zac MedicoMake AsynchronousTask "registered" attributes private...
2008-07-15 Zac MedicoUse self.registered to return early from SubProcess...
2008-07-15 Zac MedicoAdd a PollScheduler._next_poll_event() method to mainta...
2008-07-15 Zac MedicoSplit out a _main_loop_cleanup() method from Scheduler...
2008-07-14 Zac MedicoSplit out a generic SubProcess._unregister() method...
2008-07-14 Zac MedicoUnregister from poll() objects before closing file...
2008-07-14 Zac MedicoCall prepare_build_dirs() prior to pkg_preinst so that...
2008-07-14 Zac Medico* Fix doebuild so "returnpid" works for preinst and...
2008-07-14 Zac MedicoAdd async execution support for pkg_preinst and pkg_pos...
2008-07-13 Zac MedicoRemove redundant failed_packages check from Scheduler...
2008-07-13 Zac MedicoEnsure that that Scheduler._main_loop() doesn't return...
2008-07-13 Zac MedicoRemove all traces of the "poll" parameter for the PollS...
2008-07-13 Zac Medico* Since can_poll_pty() is unsafe due to he possibility...
2008-07-13 Zac MedicoIn can_poll_tty(), direct bash's stderr into the pty...
2008-07-13 Zac MedicoChanges to pym/_emerge/__init__.py from the previous...
2008-07-13 Zac MedicoFix broken binpkg path comparison in in binarytree...
2008-07-13 Zac MedicoIn order to avoid having BlockerDB instantiate a new...
2008-07-13 Zac MedicoFix Scheduler._schedule_tasks() so that it never schedu...
2008-07-13 Zac MedicoDecrement the job count prior to merging a given packag...
2008-07-12 Zac Medico* Wrap calls to PollScheduler._schedule_tasks() with...
2008-07-12 Zac MedicoRename PollScheduler._schedule() to _schedule_wait().
2008-07-12 Zac MedicoRemember to close file descriptors before returning...
2008-07-12 Zac MedicoAdd missing self.wait() calls when tasks return unsucce...
2008-07-12 Zac MedicoSet self._mergelist inside Scheduler._calc_resume_list...
2008-07-12 Zac MedicoImplement a runtime test that checks whether it's possi...
next