aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Binpkg: use fetch queue to cap fetch threadsZac Medico2011-07-161-1/+6
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-6/+9
* Binpkg: cleanup PORTAGE_BINPKG_FILE codeZac Medico2011-06-031-16/+6
* EbuildMerge: inherit from CompositeTaskZac Medico2011-05-151-2/+1
* Reoranize PackageMerge/MergeListItem interaction.Zac Medico2011-03-261-7/+4
* MergeProcess: call elog_process for replaced pkgsZac Medico2011-03-251-2/+0
* Preserve elog message continuity during updates.Zac Medico2011-03-241-0/+2
* Merge packages asynchronously in Portage.David James2011-03-241-10/+11
* Scheduler: tweak prefetcher cancellation logicZac Medico2011-03-161-3/+2
* CompositeTask: handle unstarted terminated tasksZac Medico2011-03-161-2/+2
* Binpkg: implement REPLACING_VERSIONSZac Medico2010-12-301-0/+8
* Sync EMERGE_FROM code with MERGE_TYPE code.Zac Medico2010-12-051-1/+1
* EAPI 4: Support MERGE_TYPE (bug #347351)Zac Medico2010-12-031-0/+1
* Add support for FEATURES=binpkg-logs which is similar to unmerge-logs,Zac Medico2010-09-221-0/+8
* Fix a typo in a comment.Zac Medico2010-09-211-1/+1
* Bug #338267 - Fix broken PORTAGE_BUILDDIR assertion in Binpkg whenZac Medico2010-09-211-1/+3
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-2/+2
* Make Binpkg call doebuild_environment() before constructingZac Medico2010-09-141-5/+7
* Make EbuildBuild call doebuild_environment() so that EbuildBuildDirZac Medico2010-09-131-1/+1
* Bug #336142 - Add support for using a thread to wait for locks insideZac Medico2010-09-131-1/+1
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-0/+1
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* Make Binpkg call prepare_build_dirs() before trying to clean the oldZac Medico2010-08-221-2/+2
* Add missing scheduler attribute to BinpkgVerifier (broken since theZac Medico2010-08-221-1/+1
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-17/+3
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-8/+10
* Use _prepare_env_file() to extract the binary package environment.bz2Zac Medico2010-08-181-1/+10
* Remove unused attributes from classes.Zac Medico2010-08-161-4/+4
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Remove fetch log after successful fetch.Zac Medico2010-03-021-0/+8
* Logg errors that occur during binpkg extraction.Zac Medico2010-02-121-3/+6
* Handle encoding/decoding of unicode when using the xpak api.Zac Medico2009-09-291-1/+2
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Use _encodings where appropriate.Zac Medico2009-08-191-5/+11
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+3
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-051-2/+5
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+301