summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* repoman: cleanup gpgsignv2.1.9.46Zac Medico2011-04-131-12/+23
* Update timestamps in headers of modified files.Zac Medico2011-04-136-6/+6
* doins: tweak $DISTDIR symlink handlingZac Medico2011-04-132-3/+4
* doins: dereference abs symlinks to filesZac Medico2011-04-131-1/+7
* extract_affecting_use: test bug #363073Zac Medico2011-04-131-0/+3
* extract_affecting_use: allow parens in atomsZac Medico2011-04-131-3/+5
* Remove unnecessary sync in Scheduler.py.David James2011-04-131-1/+1
* Fix a typo in a comment.Zac Medico2011-04-131-1/+1
* Scheduler: add more info in docstring commentsZac Medico2011-04-131-1/+7
* Add force-mirror FEATURE.David James2011-04-133-7/+11
* filter PORTAGE_GPG_SIGNING_COMMAND for ebuild envZac Medico2011-04-131-1/+2
* Support PORTAGE_GPG_SIGNING_COMMAND variable.Arfrever Frehtes Taifersar Arahesis2011-04-133-12/+22
* repoman: fix profiles.desc overlay pathZac Medico2011-04-131-1/+1
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-04-132-1/+4
* Minor improvements in gpgsign().Arfrever Frehtes Taifersar Arahesis2011-04-131-5/+4
* Simplify calculation of repoman_settings["PORTAGE_GPG_DIR"] in gpgsign().Arfrever Frehtes Taifersar Arahesis2011-04-131-5/+2
* chk_updated_info_files: handle --quietZac Medico2011-04-131-3/+5
* Use os.path.expanduser() to simplify code.Arfrever Frehtes Taifersar Arahesis2011-04-131-4/+1
* unmerge: fix lock/UnsupportedAPIException logicv2.1.9.45Zac Medico2011-03-271-1/+1
* UnsupportedAPIException: handle unicode in EAPIZac Medico2011-03-272-4/+15
* emerge-webrsync: drop lzma supportZac Medico2011-03-271-4/+2
* Update header timestamps for modified files.Zac Medico2011-03-264-4/+4
* Scheduler: pkg_to_replace beware old-style virtZac Medico2011-03-261-1/+2
* BlockerDB: add SLOT match in discardBlockerZac Medico2011-03-261-1/+3
* MergeListItem: inherit _poll and _waitZac Medico2011-03-261-8/+0
* unmerge: fix PORTAGE_BACKGROUND logicZac Medico2011-03-261-0/+7
* config: blacklist PORTAGE_BACKGROUND* varsZac Medico2011-03-261-1/+5
* env_update: remove sleep_for_mtime_granularityDavid James2011-03-261-11/+7
* PollScheduler: tweak _unregister event cleanupZac Medico2011-03-261-5/+9
* PollScheduler: handle missing log directoryZac Medico2011-03-261-12/+23
* Update Portage to sync BlockerDB at init.David James2011-03-263-30/+25
* emerge: support [ y | n ] for --askZac Medico2011-03-263-4/+19
* Optimize ebuild.sh to cache preprocessing output.David James2011-03-261-8/+8
* get_dep_chain: handle InvalidDependStringZac Medico2011-03-261-2/+6
* chk_updated_cfg_files: fix whitespace in messageZac Medico2011-03-261-1/+2
* portageq owners: list orphans via stderrZac Medico2011-03-261-5/+21
* emerge_main: add "args" parameter (sys.argv[1:])Zac Medico2011-03-261-7/+12
* TaskSequence: also call CompositeTask._cancel()Zac Medico2011-03-261-0/+1
* Update timestamps in headers of modified files.v2.1.9.44Zac Medico2011-03-183-3/+3
* CompositeTask: fix _wait for TASK_QUEUEDZac Medico2011-03-181-3/+19
* ebuild-ipc: import errnoZac Medico2011-03-181-0/+1
* EbuildIpcDaemon: use non-blocking writeZac Medico2011-03-181-5/+24
* ebuild-ipc: use non-blocking readZac Medico2011-03-181-13/+41
* AsynchronousLock: implement _cancelZac Medico2011-03-181-0/+8
* make.conf.5: fix "direcory" spellingZac Medico2011-03-182-2/+2
* dep_check: return errors as unicodeZac Medico2011-03-181-4/+5
* AsynchronousTask: add _cancel template methodZac Medico2011-03-187-17/+21
* Update Scheduler to protect against infinite loopDavid James2011-03-181-4/+2
* Scheduler: tweak prefetcher cancellation logicZac Medico2011-03-184-7/+16
* CompositeTask: handle unstarted terminated tasksZac Medico2011-03-183-6/+24