portage.git
2011-03-14 Zac MedicoUpdate timestamps in headers of modified files.
2011-03-14 Zac MedicoScheduler: fix AttributeError in _terminate_tasks
2011-03-14 Zac MedicoMake all temp dirs under $PORTAGE_TMPDIR/portage.
2011-03-14 Zac MedicoPollScheduler: tweek termination logic
2011-03-14 Zac MedicoPollScheduler: call _terminate_tasks in _schedule
2011-03-14 Zac MedicoScheduler: avoid infinite loop after CTRL-C
2011-03-14 Zac Medicoebuild-ipc: use plain file read instead of array
2011-03-14 Zac MedicoAbstractPollTask: log exceptional events
2011-03-14 Zac Medicounmerge: use vardbapi._dblink() to simplify
2011-03-14 Arfrever Frehtes... Bug #357009: Disallow uninstallation of currently used...
2011-03-14 Zac Medicoportdbapi: source ebuilds when eclass dir missing
2011-03-14 Zac Medicoeclass_cache: remove deprecated methods
2011-03-14 Zac Medicoconfig: quote overlays containing spaces
2011-03-14 Zac MedicoRemove redundant CONTENTS parent dir generation.
2011-03-14 Zac Medicodblink.getcontents(): generate parent directories
2011-03-14 Zac Medicograblines: allow inline comments
2011-03-14 Theo Chatzimichosgrabdict: allow inline comments
2011-03-14 Zac Medicodepgraph: don't output \b to non-tty
2011-03-02 Zac Medicododoc: update copyright date v2.1.9.42
2011-03-02 Zac Medicoebuild(1): fix ebuild modification check
2011-03-01 Zac Medicoaction_deselect: expand cat against world atoms
2011-03-01 Zac Medicounmerge: log pre/postrm FAILED messages
2011-03-01 Zac Medicoowners_cache: fix EPREFIX miscalculation
2011-03-01 Zac Medicoowners_cache: add parent dirs deeper than EPREFIX
2011-03-01 Zac Medicounmerge: implicitly unmerge parent directories
2011-03-01 Zac Medicoowners_cache: implicitly add parent directories
2011-03-01 Zac Medicorepoman: variable.usedwithhelpers ignore quoted
2011-03-01 Zac Medicoebuild(1): apply package.env earlier
2011-03-01 Zac Medicodepgraph: case insensitive search for unsatisfied
2011-03-01 Zac Medicorepoman: warn about calls to prepall and preplib
2011-03-01 Arfrever Frehtes... Run tests with Python 3.3.
2011-03-01 Zac Medicorepoman: add back portage.internal check
2011-03-01 Zac Medicodoins: fix dodoc directory error handling
2011-03-01 Zac Medicodoins: avoid die when called as dodoc with no arg
2011-03-01 Zac Medicododoc: call doins, to reuse recursion code
2011-03-01 Zac Medicododoc: quote ${0}
2011-03-01 Ulrich Muellerdodoc: Honour exit status of install, bug 356389.
2011-03-01 Zac Medicoaction_sync: handle IPv6 [ip] in SYNC some more
2011-03-01 Zac Medicoaction_sync: handle IPv6 [ip] in SYNC
2011-02-22 Zac Medicoemerge: mention revdep-rebuild in depclean help v2.1.9.41
2011-02-22 Zac Medicoshow_depclean_suggestion: use ewarn, not einfo
2011-02-22 Zac Medicochk_updated_cfg_files: don't display ._cfg0000_
2011-02-22 Zac MedicoUpdate date headers in modified files.
2011-02-22 Zac Medicochk_updated_cfg_files: fix plurality of message
2011-02-22 Zac Medicoemerge.1: fix arg description more for bug 354137
2011-02-22 Zac Medicopost_emerge: suggest depclean after world update
2011-02-22 Zac Medicopost_emerge: pass in more info
2011-02-22 Zac Medicoebuild.sh: remove unused PWORKDIR variable
2011-02-22 Zac MedicoSubProcess: notify exit listeners in _poll
2011-02-22 Zac MedicoScheduler: ensure _prefetchers is cleared
2011-02-20 Zac MedicoUpdate date headers in modified files.
2011-02-20 Zac Medicorepoman: variable.usedwithhelpers tighten regex
2011-02-20 Zac Medico_eapi4_src_install: handle empty DOCS like PMS
2011-02-20 Zac Medicocheck_required_use: improve missing IUSE error
2011-02-20 Ulrich Muellerdocompress, prepcompress: Add missing quotes.
2011-02-20 Zac Medicoemerge: fix --sync cvs error message
2011-02-20 Zac Medicoemerge: warn to stderr if post_* hooks fail
2011-02-20 Gokdeniz Karadagemerge: support post_emerge hook like post_sync
2011-02-20 Zac Medicoegencache: fix cmp_func for python3
2011-02-20 Zac Medicounmerge: don't show null/ cat in unmatched atoms
2011-02-20 Zac MedicoBinpkgVerifier: disable color in background mode
2011-02-20 Zac Medicomail: handle unicode in subject more for python3
2011-02-20 Zac Medicomail: handle unicode in subject for python3
2011-02-20 Zac MedicoResolverDepthTestCase: test --selective more
2011-02-20 Zac Medicoemerge --sync: display message when cvs fails
2011-02-15 Zac MedicoUpdate date headers for modified files. v2.1.9.40
2011-02-14 Zac Medicodepgraph: fix virtual code to handle unsatisfied
2011-02-14 Zac Medicodepgraph: --deep=0 is equivalent to no deep param
2011-02-14 Zac Medicodepgraph: --nodeps overrides --complete-graph
2011-02-14 Zac MedicoRecognize git-2.eclass when reinstalling self.
2011-02-14 Zac MedicoRecognize git-2.eclass as a live eclass.
2011-02-14 Zac Medicodepgraph: fix KeyError in select_atoms
2011-02-14 Zac Medicoget_dep_chain: fix broken parent_arg reference
2011-02-14 Zac Medicodepgraph: normalize indentation
2011-02-14 Zac Medicodepgraph: ignore fewer deps
2011-02-14 Zac Medicodepgraph: remove redundant "empty" param checks
2011-02-14 Zac Medicodepgraph: --nodeps overrides --deep
2011-02-14 Zac Medicoget_dep_chain: fix unsatisfied_dependency logic
2011-02-14 Zac MedicoFix unhandled FileNotFound from previous commit.
2011-02-14 David JamesAdd support for grabbing Packages files using external...
2011-02-14 Zac Medicoget_dep_chain: prefer parents in merge list
2011-02-14 Zac MedicoResolverDepthTestCase: add more cases
2011-02-14 Zac Medicoegencache: --preserve-comments allow missing file
2011-02-14 Zac Medicodepgraph: fix and test depth control for virtuals
2011-02-14 Zac MedicoResolverDepthTestCase: test new-style virtuals
2011-02-14 Zac MedicoResolverDepthTestCase: add more cases
2011-02-14 Zac Medicodepgraph: tweak depth calculation for virtuals
2011-02-14 Zac Medicodepgraph: fix and test --deep control of depth
2011-02-14 Zac Medicodepgraph: make empty param imply deep = True
2011-02-14 Zac Medicoebuild.1: update outdated BUILD_PREFIX docs
2011-02-14 Zac Medicoegencache: don't ignore as much with --tolerant
2011-02-14 Zac Medicorepoman: variable.usedwithhelpers ignore comments
2011-02-14 Zac Medicodepgraph: avoid atom hash collisions in dep_check
2011-02-14 Zac Medicodepgraph: return virtual edges from select_atoms
2011-02-14 Zac Medicoemerge.1: cross-ref --newuse and --changed-use
2011-02-14 Zac Medicodepgraph: don't distort edges for virtuals
2011-02-14 Zac Medicodepgraph: fix distorted display of virtuals
2011-02-14 Zac Medicodepgraph: avoid reinstall of identical binpkg
2011-02-08 Zac Medicoemerge.1: update date in header v2.1.9.39
2011-02-08 Zac Medicoemerge.1: clarify docs for package arguments
next