portage.git
2011-05-02 Zac MedicoUpdate timestamps in headers of modified files.
2011-05-02 Zac Medicodepgraph: queue ignored deps for later traversal
2011-05-02 Zac Medicodepgraph: account for new-style virtual/libc
2011-05-01 Zac Medicotrigger_rebuilds: handle circular deps
2011-05-01 Zac Medicodepgraph: traverse bdeps in complete mode
2011-05-01 Zac Medicodepgraph: ignore unwanted virtuals
2011-05-01 David Jamesemerge: add --rebuild and --norebuild-atoms opts
2011-05-01 Zac Medicorepoman: remove most old-style virtual checks
2011-05-01 Ulrich Muellerrepoman: Check for PROVIDE.
2011-05-01 Arfrever Frehtes... Support multiple arguments in set_unless_changed()...
2011-05-01 Zac Medicoruntests.sh: propagate arguments to runTests
2011-05-01 Arfrever Frehtes... Bug #365439: Add set_unless_changed() and unset_unless_...
2011-04-30 Zac Medicodepgraph: migrate implicit libc deps from Sched
2011-04-30 Arfrever Frehtes... install_qa_check(): Simplify code and make 'l' a local...
2011-04-30 David JamesCheck for references to ${ROOT} in install_qa_checks.
2011-04-29 Zac Medicoemergelog: only set permission on creation
2011-04-29 Zac Medicoaction_info: eliminate duplicate info_pkgs match
2011-04-28 Zac Medico_postinst_bsdflags: apply to $ROOT, not $D
2011-04-28 David JamesMove preinst/postinst_bsdflags from bash to py
2011-04-28 Zac Medicodisplay_preserved_libs: load plib_registry
2011-04-28 Zac Medicoemerge: add --misspell-suggestions=n option
2011-04-28 Zac Medicoemerge: fix indent for --binpkg-respect-use help
2011-04-27 Zac Medicoemerge: add --help for 3 new options
2011-04-27 David Jamesemerge: add 3 new options similar to --exclude
2011-04-27 Sebastian Luther--autounmask: Don't change masked/forced flags
2011-04-27 Zac Medicoexpand_new_virt: don't traverse blockers
2011-04-27 Zac Medicoexpand_new_virt: validate EAPI, IUSE and USE
2011-04-27 Zac Medicoexpand_new_virt: eliminate cpv_getkey
2011-04-26 Zac Medicoexpand_new_virt: use stack for recursion
2011-04-26 Ryan HillBug #364467 - handle gcc-4.6-style QA warnings
2011-04-26 Arfrever Frehtes... Fix a typo.
2011-04-26 Zac Medicoemerge --info: support new-style virtuals
2011-04-23 Zac Medicoebuild(1): fix env FEATURES overrides bug #364035
2011-04-20 Tomas Chvatalrepoman: deprecate more eclasses
2011-04-14 Zac Medicorepoman: cleanup gpgsign v2.2.0_alpha30
2011-04-13 Zac MedicoUpdate timestamps in headers of modified files.
2011-04-12 Zac Medicodoins: tweak $DISTDIR symlink handling
2011-04-11 Zac Medicodoins: dereference abs symlinks to files
2011-04-11 Zac Medicoextract_affecting_use: test bug #363073
2011-04-11 Zac Medicoextract_affecting_use: allow parens in atoms
2011-04-11 David JamesRemove unnecessary sync in Scheduler.py.
2011-04-10 Zac MedicoFix a typo in a comment.
2011-04-10 Zac MedicoScheduler: add more info in docstring comments
2011-04-07 David JamesAdd force-mirror FEATURE.
2011-04-04 Zac Medicofilter PORTAGE_GPG_SIGNING_COMMAND for ebuild env
2011-04-03 Arfrever Frehtes... Merge branch 'master' of git+ssh://git.overlays.gentoo...
2011-04-03 Arfrever Frehtes... Support PORTAGE_GPG_SIGNING_COMMAND variable.
2011-04-03 Zac Medicorepoman: fix profiles.desc overlay path
2011-03-31 Zac MedicoDisplay: fix fetch restrict msg for RO_DISTDIRS
2011-03-30 Arfrever Frehtes... Minor improvements in gpgsign().
2011-03-30 Arfrever Frehtes... Simplify calculation of repoman_settings["PORTAGE_GPG_D...
2011-03-30 Zac Medicochk_updated_info_files: handle --quiet
2011-03-30 Arfrever Frehtes... Use os.path.expanduser() to simplify code.
2011-03-27 Zac Medicodisplay_merge: tweak background/logging logic v2.2.0_alpha29
2011-03-27 Zac Medicodblink: rename 'buffer' var in _elog_process
2011-03-27 Zac Medicounmerge: fix lock/UnsupportedAPIException logic
2011-03-27 Zac MedicoUnsupportedAPIException: handle unicode in EAPI
2011-03-27 Zac Medicoemerge-webrsync: drop lzma support
2011-03-27 Zac MedicoMergeProcess: add fallback setcpv call
2011-03-26 Zac MedicoMergeProcess: query blockers in the main process
2011-03-26 Zac Medicodisplay_merge: pass through noiselevel args
2011-03-26 Zac MedicoScheduler: pkg_to_replace beware old-style virt
2011-03-26 Zac MedicoBlockerDB: add SLOT match in discardBlocker
2011-03-26 Zac MedicoMergeListItem: inherit _poll and _wait
2011-03-26 Zac MedicoMergeProcess: relocate portage reinstall code
2011-03-26 Zac Medicounmerge: fix PORTAGE_BACKGROUND logic
2011-03-26 Zac MedicoReoranize PackageMerge/MergeListItem interaction.
2011-03-26 Zac MedicoPackageMerge: call wait() for conformity
2011-03-26 Zac MedicoUpdate header timestamps for modified files.
2011-03-26 Zac MedicoMergeProcess: call elog_process for replaced pkgs
2011-03-26 Zac Medicodblink: use self.mycpv in _elog
2011-03-26 Zac MedicoMergeProcess: toggle vardbapi._pkgs_changed
2011-03-26 Zac Medicoconfig: blacklist PORTAGE_BACKGROUND* vars
2011-03-25 Zac MedicoMergeProcess: handle unicode in elog pipe
2011-03-25 David Jamesenv_update: remove sleep_for_mtime_granularity
2011-03-25 Zac MedicoPollScheduler: tweak _unregister event cleanup
2011-03-25 Zac MedicoPollScheduler: handle missing log directory
2011-03-25 Zac Medicodblink: fix elog bugs for unmerge phases
2011-03-25 Zac Medicovartree: remove broken scheduler reference
2011-03-25 Zac Medicovartree: remove unused scheduler references
2011-03-25 Zac MedicoMergeProcess: separate unmerge output from merge
2011-03-25 Zac Medicoebuild(1): fix AttributeError for merge phase
2011-03-25 Zac MedicoMergeProcess: close elog_writer_fd leak
2011-03-25 Zac MedicoMergeProcess: Fix PORTAGE_BACKGROUND/LOG_FILE use
2011-03-25 Zac MedicoPreserve elog message continuity during updates.
2011-03-25 David JamesMerge packages asynchronously in Portage.
2011-03-25 David JamesUpdate Portage to sync BlockerDB at init.
2011-03-24 Zac Medicoemerge: support [ y | n ] for --ask
2011-03-24 David JamesOptimize ebuild.sh to cache preprocessing output.
2011-03-24 Zac Medicoget_dep_chain: handle InvalidDependString
2011-03-21 Zac Medicochk_updated_cfg_files: fix whitespace in message
2011-03-20 Zac Medicoportageq owners: list orphans via stderr
2011-03-20 Zac Medicoemerge_main: add "args" parameter (sys.argv[1:])
2011-03-18 Zac MedicoTaskSequence: also call CompositeTask._cancel()
2011-03-18 Zac MedicoUpdate timestamps in headers of modified files. v2.2.0_alpha28
2011-03-18 Zac MedicoPackageVirtualDbapi: fix get() for reposyntax
2011-03-18 Zac MedicoCompositeTask: fix _wait for TASK_QUEUED
2011-03-17 Zac Medicoebuild-ipc: import errno
2011-03-17 Zac MedicoEbuildIpcDaemon: use non-blocking write
2011-03-17 Zac Medicoebuild-ipc: use non-blocking read
next