summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* repoman: fix commit_footer NameErrorv2.2.0_alpha138Zac Medico2012-10-141-1/+1
* emerge: lazy imports, optimize --helpZac Medico2012-10-143-36/+33
* chk_updated_info_files: move to separate fileZac Medico2012-10-142-132/+143
* display_preserved_libs: move to separate fileZac Medico2012-10-142-89/+95
* emerge: handle KeyboardInterrupt, not SIGINTZac Medico2012-10-142-47/+53
* emerge.1: broaden description of "r" merge attrZac Medico2012-10-141-2/+2
* repoman: initial caps for git commit msg footersZac Medico2012-10-141-3/+3
* repoman: special git commit footer, bug #438364Zac Medico2012-10-141-14/+26
* Invert order of arguments in Display._set_non_root_columns() andArfrever Frehtes Taifersar Arahesis2012-10-141-6/+6
* Display.set_pkg_info(): Set cp and ver attributes.Arfrever Frehtes Taifersar Arahesis2012-10-141-3/+2
* repoman: identical Manifest commit messageZac Medico2012-10-141-8/+6
* Revert "repoman: identical Manifest commit message"Zac Medico2012-10-141-1/+8
* match_from_list: rm redundant catpkgsplit(mycpv)Zac Medico2012-10-141-3/+2
* simplify Display.convert_myoldbest().Zac Medico2012-10-131-2/+2
* Simplify Display.get_ver_str().Zac Medico2012-10-131-6/+4
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-145-6/+13
* EAPI="5-progress": Add master_repositories(), repository_path(),Arfrever Frehtes Taifersar Arahesis2012-10-149-40/+402
* MergeListItem: color binary display, bug #438254Zac Medico2012-10-132-5/+10
* Add QA_MULTILIB_PATHS for bug #437910.Zac Medico2012-10-103-9/+38
* PollScheduler: fix _schedule() to return Truev2.2.0_alpha137Zac Medico2012-10-101-2/+4
* Atom: support *_beta* wildcard, bug #437872Zac Medico2012-10-104-5/+15
* _parse_uri_map: preserve order of URIsZac Medico2012-10-081-3/+8
* fetch: preserve SRC_URI order for primaryuriv2.2.0_alpha136Zac Medico2012-10-081-1/+4
* PollScheduler: disable default _loadavg_latencyZac Medico2012-10-083-3/+10
* emerge: handle --load-average with no argZac Medico2012-10-082-1/+16
* dyn_spec: s/Copyright/License/, bug #437588Tim Boudreau2012-10-081-1/+1
* Revert "test_ipc_daemon: handle fork/finally race"Zac Medico2012-10-081-9/+0
* ForkProcess: set _exit finally block before forkZac Medico2012-10-082-102/+126
* spawn: setup _exit finally block before forkZac Medico2012-10-081-17/+26
* test_ipc_daemon: handle fork/finally raceZac Medico2012-10-081-0/+9
* spawn: use finally block for failure os._exit()Zac Medico2012-10-081-2/+5
* repoman: check EXTRA_ECONF/EMAKE, bug #437348Zac Medico2012-10-083-3/+16
* repoman: simplify EbuildAssignment checkZac Medico2012-10-081-9/+1
* ForkProcess: increase scope of try/finally/_exitZac Medico2012-10-081-9/+11
* PollScheduler: rename sched_iface to _sched_ifaceZac Medico2012-10-074-20/+18
* Show slot + repo for colliding packages.Zac Medico2012-10-071-3/+15
* repoman: identical Manifest commit messageZac Medico2012-10-071-8/+1
* Substitute SchedulerInterface for PollScheduler.Zac Medico2012-10-075-18/+24
* PollScheduler: split out SchedulerInterfaceZac Medico2012-10-073-78/+100
* action_uninstall: use PollScheduler not SchedulerZac Medico2012-10-072-19/+16
* best_version() and has_version(): Improve die() messages.Arfrever Frehtes Taifersar Arahesis2012-10-073-6/+20
* Run tests with Python 3.4.Arfrever Frehtes Taifersar Arahesis2012-10-071-1/+1
* PollScheduler: move _main_loop to SchedulerZac Medico2012-10-062-30/+30
* MetadataRegen: inherit AsyncSchedulerZac Medico2012-10-063-53/+23
* ManifestScheduler: tweak _task_exit output orderZac Medico2012-10-061-1/+3
* Substitute EventLoop for PollScheduler.Zac Medico2012-10-057-25/+20
* PollScheduler: remove register/unregister methodsZac Medico2012-10-0510-24/+21
* PollScheduler: remove self._jobsZac Medico2012-10-053-4/+8
* AsyncScheduler: remove useless __slots__Zac Medico2012-10-052-6/+0
* TaskScheduler: inherit AsyncSchedulerZac Medico2012-10-056-162/+68