Include implicit IUSE vars in binhost Packages.
[portage.git] / pym / portage / dbapi / bintree.py
2013-08-04 Zac MedicoInclude implicit IUSE vars in binhost Packages. v2.2.0_alpha194
2013-07-22 Arfrever Frehtes... Add support for multiple repositories in `emerge -...
2013-05-18 Zac MedicoSupport PORTAGE_SSH_OPTS, bug #470002.
2013-05-17 Zac MedicoPORTAGE_BINHOST: sftp with FETCHCOMMAND_SFTP
2013-05-15 Zac MedicoPORTAGE_BINHOST: https FETCHCOMMAND, bug #469888
2013-05-07 Zac Medicobinarytree: evaluate RESTRICT conditionals
2013-05-06 Zac Medicobinarytree: index RESTRICT, for ACCEPT_RESTRICT
2013-05-03 Zac MedicoSupport ACCEPT_RESTRICT for bug #467622. v2.2.0_alpha174
2013-04-01 Zac Medicobinarytree: copy g+rw from PKGDIR to files v2.2.0_alpha171
2013-01-18 Zac MedicoUse unicode_literals more.
2013-01-05 Zac MedicoBinpkgVerifier: use async FileDigester
2012-12-24 Zac Medicobinarytree: tweak deprecated constructor param
2012-11-14 Zac Medicoupdate_dbentry: add parent arg for bug #367215
2012-10-18 Zac MedicoRemove old binhost protocol for bug #438640.
2012-10-18 Zac Medicobintree/portree: fix getslot for EAPI 5 sub-slot
2012-09-24 Ambroz BizjakAdd experimental EAPI 5-hdepend support.
2012-08-22 Zac Medico_apply_hash_filter: make hash_filter simpler
2012-08-21 Zac MedicoImplement PORTAGE_CHECKSUM_FILTER for bug #432170
2012-08-09 Zac Medicoemaint binhost: support compress-index
2012-08-08 Zac Medicobintree.inject(): write Packages.gz atomically
2012-08-08 W-Mark KubackiPortage writes a compressed copy of 'Packages' index...
2012-08-02 W-Mark KubackiFix index file's mtime, which can differ from TIMESTAMP.
2012-08-02 W-Mark KubackiUse If-Modified-Since HTTP-header and avoid downloading...
2012-07-18 Zac Medicoportage.update: use isvalidatom for EAPI check
2012-07-17 Zac Medicomove: respect EAPI wrt dots_in_PN, bug #426476
2012-07-17 Zac MedicoPropagate EAPI for update_dbentry (bug #426476).
2012-07-01 Zac MedicoFix bugs in binarytree.invalids usage.
2012-06-11 Zac MedicoMove post_src_install metadata code to one func.
2012-05-14 Zac Medicobintree: validate remove cpv more v2.2.0_alpha105
2012-05-14 Zac MedicoSplit out _hide_url_passwd() and use it more.
2012-05-14 Zac Medicobinhost: http auth for python3 (bug #413983)
2012-05-14 Zac MedicoRevert "Bug #413983: Add portage.util.urlopen(), which...
2012-05-12 Zac MedicoAdd a _pkg_str class to cache catpkgsplit results
2012-05-01 Arfrever Frehtes... Bug #413983: Add portage.util.urlopen(), which transpar...
2012-03-27 Zac MedicoReplace @returns with @return.
2011-11-07 Zac MedicoREQUIRED_USE: don't save in built packages
2011-10-29 Zac MedicoDeprecate unused 'virtual' constructor parameters
2011-10-28 Zac Medicostacklevel=3 for properties warnings
2011-10-24 Zac Medicodeprecate "root" attributes
2011-10-19 Zac MedicoAdd bindbapi.getfetchsizes() like pordbapi has.
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-06-13 Zac Medicobintree: don't provide default VERSION header v2.2.0_alpha41
2011-06-11 Zac Medicobintree: verify that default REPO is legit
2011-06-10 Zac Medicobintree: handle pkgindex CHOST header like REPO
2011-06-10 Zac Medicobintree: always populate pkgindex REPO header
2011-06-06 Zac Medicobintree: populate REPO header for empty pkgindex v2.2.0_alpha38
2011-05-01 David Jamesemerge: add --rebuild and --norebuild-atoms opts
2011-02-14 Zac MedicoFix unhandled FileNotFound from previous commit.
2011-02-14 David JamesAdd support for grabbing Packages files using external...
2011-02-03 Zac Medicobintree: cleanup/fix old binhost code more
2011-02-03 Zac Medicobintree: clean up dict use in old binhost code
2011-02-03 Zac Medicobintree: add missing del from previous commit
2011-02-03 Zac Medicobintree: remove unused __remotepkgs
2011-01-30 Zac Medicobintree: warn for missing binhost TIMESTAMP
2011-01-27 Zac Medicobinarytree: fix BASE_URI for old-style binhost
2011-01-27 Zac Medicobinarytree: fix broken BASE_URI initialization
2011-01-27 David JamesUpdate Portage to support multiple binhosts.
2010-12-31 Zac MedicoOmit user:pass@ from binhost Packages cache path.
2010-12-31 Zac Medicobintree: add timeout for closing binhost conn v2.2.0_alpha11
2010-12-06 Arfrever Frehtes... Use bytes literals.
2010-11-05 Zac Medicocomplete binhost ssh/sftp port support
2010-11-05 Zac Medicobinarytree: handle binhost port for sftp/ssh
2010-09-27 Sebastian Lutherreposyntax: Print cpv from all repos for "masked by...
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-26 Zac MedicoAdd PORTAGE_BINHOST sftp protocol support. v2.2_rc87
2010-09-25 Zac MedicoImplement PORTAGE_BINHOST ssh:// protocol support by...
2010-09-25 Zac MedicoMove all imports in bintree.py to the top.
2010-09-07 Zac MedicoAdd a new package set called @unavailable-binaries...
2010-09-04 Fabian Groffenuse EROOT with CACHE_PATH
2010-08-26 Zac MedicoFix breakage in use_reduce() calls where token_class...
2010-08-26 Zac MedicoMake use_reduce() call Atom.evaluate_conditionals(...
2010-08-22 Zac MedicoFix erroneoud reference to self.aux_get in bintree...
2010-08-16 Zac MedicoHandle OSError from os.path.samefile() (breakage from...
2010-08-16 Zac MedicoBug #332967 - In bintree.inject(), add a sanity check...
2010-08-11 Sebastian Lutherportage/dbapi/{bintree.py,porttree.py}: Remove deprecat...
2010-08-11 Sebastian Lutherportage/dbapi/bintree.py: Remove deprecated parameter
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Work on depstrings instead...
2010-08-11 Sebastian LutherAdd REQUIRED_USE to metadata keys, caches, etc.
2010-07-28 Zac MedicoTweak global updates handling so that updates from...
2010-07-27 Michał GórnySupport repository-wide updates.
2010-06-04 Zac MedicoSplit out a _pkgindex_cpv_map_latest_build() function.
2010-06-04 Zac MedicoFix code from previous commit to handle missing BUILD_T...
2010-06-04 Zac MedicoWhen organizing remote binhost metadata into a cpv...
2010-05-14 Zac MedicoDon't use finally with atomic_ofstream since that preve...
2010-04-28 Zac MedicoFix typo from previous commit.
2010-04-28 Zac MedicoInside bintree.inject(), discard cached metadata to...
2010-04-27 Zac MedicoIn bintree.inject(), ensure that _pkgindex_entry return...
2010-04-09 Zac MedicoHandle IOError when trying to cache the Packages file...
2010-04-09 Zac MedicoWhen caching Packages file from binhost, ignore failure...
2010-03-30 Sebastian LutherAdd DEFINED_PHASES to the dbapi caches and _emerge...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-28 Zac MedicoRemove print() usage.
2010-02-28 Zac MedicoFix broken fakedbapi.cpv_inject/cpv_remove calls.
2010-02-28 Zac MedicoMake bindbapi override cpv_inject and cpv_remove, for...
2010-02-28 Zac MedicoMake _global_updates ensure that the binarytree is...
2010-02-25 Zac MedicoMove dep_expand and cpv_expand into portage.dbapi submo...
2010-02-25 Zac MedicoMove cacheddir and listdir to portage.util.listdir.
2010-02-25 Zac MedicoSplit doebuild and related code to the portage.package...
2010-02-22 Zac MedicoMove portage.fetch() to portage.package.ebuild.fetch...
2010-02-19 Zac MedicoUse a frozenset for use inside binarytree._eval_use_fla... v2.2_rc63
next