aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MergeProcess: inherit stdin for use with pdbZac Medico2012-02-151-0/+7
* treewalk: handle EAGAIN from listdir for PyPy 1.8Zac Medico2012-02-151-2/+15
* Assert that fork returns int for bug 403697.Zac Medico2012-02-141-0/+4
* After python fork, don't close fds for PyPy 1.8.Zac Medico2012-02-141-1/+6
* Fix FEATURES=no{doc,info,man} for bug #403181Zac Medico2012-02-111-1/+4
* Use IO_* constants where appropriate.Zac Medico2012-02-091-4/+3
* MergeProcess: handle POLLHUP from elog pipeZac Medico2012-02-081-0/+7
* PollScheduler: glib.io_add_watch() compatibilityZac Medico2012-02-071-0/+2
* Apply INSTALL_MASK prior to reading the treeBrian Harring2012-01-271-9/+9
* Apply INSTALL_MASK prior to collision-protect.Zac Medico2012-01-141-8/+17
* quickpkg: add leading ./ to names for bug 398543Zac Medico2012-01-111-1/+1
* Add FEATURES=config-protect-if-modified support.Zac Medico2011-12-241-1/+14
* _aux_env_search: decode unicode moreZac Medico2011-12-221-0/+3
* vardbapi._aux_get: unicode EAPI keyZac Medico2011-12-211-1/+1
* vardbapi._aux_get: search environment in one passZac Medico2011-12-211-43/+53
* vardbapi._aux_get: account for _aux_cache_keys_reZac Medico2011-12-211-1/+2
* vardbapi.aux_get: search environment, bug 395463Zac Medico2011-12-211-5/+79
* Silently allow missing /var/cache/edb/counter.Zac Medico2011-12-201-8/+4
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-1/+1
* vartree.py: lazy movefile importZac Medico2011-12-101-1/+1
* Make portdbapi.eclassdb a property.Zac Medico2011-12-091-1/+7
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-21/+3
* Add eclass_db attribute in portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2011-12-091-14/+2
* MergeProcess: check if _elog_reader_fd is NoneZac Medico2011-12-011-1/+1
* Revert "dblink.mergeme(): Merge files in alphabetic order."v2.2.0_alpha79Zac Medico2011-11-271-1/+1
* dblink.mergeme(): Merge files in alphabetic order.Arfrever Frehtes Taifersar Arahesis2011-11-261-1/+1
* Skip the "resume after portage update" routine.Zac Medico2011-11-171-58/+0
* REQUIRED_USE: don't save in built packagesZac Medico2011-11-072-4/+3
* portagetree: remove broken depcheck methodZac Medico2011-10-291-4/+1
* Use dbapi._known_keys more.Zac Medico2011-10-291-12/+6
* quickpkg: fix regression in hardlink supportZac Medico2011-10-281-2/+11
* Deprecate unused 'virtual' constructor parametersZac Medico2011-10-283-4/+31
* quickpkg: fix unicode for bug #388773Zac Medico2011-10-281-1/+40
* stacklevel=3 for properties warningsZac Medico2011-10-273-4/+4
* expand_new_virt: fix vardbapi.root referenceZac Medico2011-10-251-1/+2
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-9/+5
* deprecate "root" attributesZac Medico2011-10-242-15/+53
* Add bindbapi.getfetchsizes() like pordbapi has.Zac Medico2011-10-191-0/+28
* python3.2 fixes: "ResourceWarning: unclosed file"Zac Medico2011-10-171-3/+3
* portdbapi: fix volatile cache handlingZac Medico2011-10-171-12/+12
* portdbapi.aux_get: remove redunant EAPI codeZac Medico2011-10-161-11/+8
* hashed_path: convert stat OSError to FileNotFoundZac Medico2011-10-161-1/+1
* EbuildMetadataPhase: avoid redundant EAPI parsingZac Medico2011-10-161-1/+1
* _pull_valid_cache: pass unicode to hashed_pathZac Medico2011-10-151-4/+1
* portdbapi.aux_get: fix broken _metadata_callbackZac Medico2011-10-151-1/+1
* emerge --metadata: fix breakageZac Medico2011-10-141-6/+14
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-141-39/+47
* _pull_valid_cache: fix readonly delete logicZac Medico2011-10-131-1/+1
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-6/+4
* layout.conf: revert authoritative-cache supportZac Medico2011-10-131-6/+4