portage.git
2012-10-14 Zac Medicoemerge: lazy imports, optimize --help
2012-10-14 Zac Medicochk_updated_info_files: move to separate file
2012-10-14 Zac Medicodisplay_preserved_libs: move to separate file
2012-10-14 Zac Medicoemerge: handle KeyboardInterrupt, not SIGINT
2012-10-14 Zac Medicoemerge.1: broaden description of "r" merge attr
2012-10-14 Zac Medicorepoman: initial caps for git commit msg footers
2012-10-14 Zac Medicorepoman: special git commit footer, bug #438364
2012-10-14 Arfrever Frehtes... Invert order of arguments in Display._set_non_root_colu...
2012-10-14 Arfrever Frehtes... Display.set_pkg_info(): Set cp and ver attributes.
2012-10-14 Zac Medicorepoman: identical Manifest commit message
2012-10-14 Zac MedicoRevert "repoman: identical Manifest commit message"
2012-10-14 Zac Medicomatch_from_list: rm redundant catpkgsplit(mycpv)
2012-10-14 Zac Medicosimplify Display.convert_myoldbest().
2012-10-14 Zac MedicoSimplify Display.get_ver_str().
2012-10-14 Arfrever Frehtes... Bug #434970: Disable some warnings during `emerge ...
2012-10-13 Arfrever Frehtes... EAPI="5-progress": Add master_repositories(), repositor...
2012-10-13 Zac MedicoMergeListItem: color binary display, bug #438254
2012-10-11 Zac MedicoAdd QA_MULTILIB_PATHS for bug #437910.
2012-10-10 Zac MedicoPollScheduler: fix _schedule() to return True v2.2.0_alpha137
2012-10-10 Zac MedicoAtom: support *_beta* wildcard, bug #437872
2012-10-09 Zac Medico_parse_uri_map: preserve order of URIs
2012-10-08 Zac Medicofetch: preserve SRC_URI order for primaryuri v2.2.0_alpha136
2012-10-08 Zac MedicoPollScheduler: disable default _loadavg_latency
2012-10-08 Zac Medicoemerge: handle --load-average with no arg
2012-10-08 Tim Boudreaudyn_spec: s/Copyright/License/, bug #437588
2012-10-08 Zac MedicoRevert "test_ipc_daemon: handle fork/finally race"
2012-10-08 Zac MedicoForkProcess: set _exit finally block before fork
2012-10-08 Zac Medicospawn: setup _exit finally block before fork
2012-10-08 Zac Medicotest_ipc_daemon: handle fork/finally race
2012-10-08 Zac Medicospawn: use finally block for failure os._exit()
2012-10-08 Zac Medicorepoman: check EXTRA_ECONF/EMAKE, bug #437348
2012-10-08 Zac Medicorepoman: simplify EbuildAssignment check
2012-10-08 Zac MedicoForkProcess: increase scope of try/finally/_exit
2012-10-08 Zac MedicoPollScheduler: rename sched_iface to _sched_iface
2012-10-07 Zac MedicoShow slot + repo for colliding packages.
2012-10-07 Zac Medicorepoman: identical Manifest commit message
2012-10-07 Zac MedicoSubstitute SchedulerInterface for PollScheduler.
2012-10-07 Zac MedicoPollScheduler: split out SchedulerInterface
2012-10-07 Zac Medicoaction_uninstall: use PollScheduler not Scheduler
2012-10-07 Arfrever Frehtes... best_version() and has_version(): Improve die() messages.
2012-10-07 Arfrever Frehtes... Run tests with Python 3.4.
2012-10-06 Zac MedicoPollScheduler: move _main_loop to Scheduler
2012-10-06 Zac MedicoMetadataRegen: inherit AsyncScheduler
2012-10-06 Zac MedicoManifestScheduler: tweak _task_exit output order
2012-10-06 Zac MedicoSubstitute EventLoop for PollScheduler.
2012-10-06 Zac MedicoPollScheduler: remove register/unregister methods
2012-10-06 Zac MedicoPollScheduler: remove self._jobs
2012-10-06 Zac MedicoAsyncScheduler: remove useless __slots__
2012-10-05 Zac MedicoTaskScheduler: inherit AsyncScheduler
2012-10-05 Zac Medicotest_ipc_daemon: implement internal SleepProcess
2012-10-04 Zac Medicoebuild.sh: comment on noauto behavior
2012-10-03 Zac Medicorepoman: avoid Manifest double signature v2.2.0_alpha135
2012-10-03 Zac MedicoManifestScheduler: handle InvalidDependString
2012-10-03 Zac MedicoManifestTask: add missing signatures
2012-10-03 Zac MedicoAsyncScheduler: poll in _schedule_tasks
2012-10-03 Zac MedicoAsyncScheduler: implement _poll
2012-10-03 Zac MedicoAsyncScheduler: use _termination_check
2012-10-03 Zac MedicoAsyncScheduler: source_remove in _wait
2012-10-03 Zac MedicoEbuildFetcher/MergeProcess: inherit ForkProcess
2012-10-03 Zac Medicoegencache: add --update-manifests, bug #436918
2012-10-03 Zac MedicoFix emerge <tbz2> for python3.
2012-10-02 Zac MedicoOrderedDict: fix setitem bug #436974
2012-09-30 Zac Medicodebug-print: chgrp ${PORTAGE_GRPNAME:-portage}
2012-09-30 Zac Medicophase-functions.sh: chgrp $T/environment
2012-09-30 Zac Medicophase-functions.sh: remove redundant chown/chmod
2012-09-30 Zac MedicoAdd chown and chgrp wrappers for prefix.
2012-09-29 Zac MedicoHandle KeyError when loading pickles.
2012-09-27 Zac MedicoFix indent from last commit. v2.2.0_alpha134
2012-09-27 Zac Medicoebuild.sh: EAPI conditional usex dummy
2012-09-27 Zac Medico_slot_operator: EAPI 5-hdepend DEPEND target only
2012-09-27 Zac Medicoprepalldocs: fix inverted eapi_has_docompress
2012-09-26 Zac Medicododoc: source isolated-functions.sh earlier
2012-09-26 Zac MedicoUseManager: /etc/portage/profile extended syntax
2012-09-26 Arfrever Frehtes... Add eapi.sh with ___eapi_*() functions and use these...
2012-09-26 Zac Medicotest_ipc_daemon: increase sleep for bug #436334
2012-09-26 Zac MedicoUse constants for more hardcoded *DEPEND lists. v2.2.0_alpha133
2012-09-26 Zac Medicoupdate_ents: use Package._dep_keys
2012-09-26 Zac Medicoevaluate_slot_operator_equal_deps: do HDEPEND
2012-09-26 Zac MedicoUse constants for more hardcoded *DEPEND lists.
2012-09-26 Zac MedicoUse constants for hardcoded *DEPEND lists.
2012-09-26 Zac MedicoTest emerge --root-deps more.
2012-09-26 Zac MedicoTest emerge --root-deps.
2012-09-26 Zac MedicoEventLoop: fix busy loop waiting for child pid
2012-09-26 Zac Medico_add_pkg_deps: use _get_eapi_attrs
2012-09-26 Zac MedicoResolverPlayground: check targetroot in mergelist
2012-09-26 Zac MedicoResolverPlayground: support targetroot
2012-09-25 Zac Medicorepoman: rename most *DEPEND.* to dependency.*
2012-09-25 Zac Medicorepoman.1: unify *DEPEND.bad*, *DEPEND.syntax docs
2012-09-25 Dennis SchriddeDocument targetroot useflag in ebuild(5)
2012-09-25 Dennis SchriddeDocument default behaviour without --root-deps for...
2012-09-25 Dennis SchriddePut lengthy install-location documentation into an...
2012-09-25 Zac MedicoAdd EAPI 5-hdepend.docbook
2012-09-25 Zac MedicoRemove obsolete cache/flat_list.py
2012-09-25 Zac MedicoResolverPlayground: simplify vdb/portdb creation
2012-09-25 Zac Medicomake.conf.5: refer to ebuild.5 for cross-compile
2012-09-25 Zac Medicocircular_dependency: handle HDEPEND
2012-09-25 Zac Medicocache/sqlite.py: translate None to empty string
2012-09-25 Zac Medicocache/metadata.py: add HDEPEND
2012-09-24 Arfrever Frehtes... portageq: Automatically do not include imported functio...
2012-09-24 Zac Medicoman/emerge.1: italics for emphasis
next