summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/bintree.py
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-5/+7
* BinpkgVerifier: use async FileDigesterZac Medico2013-01-051-13/+25
* binarytree: tweak deprecated constructor paramZac Medico2012-12-241-5/+5
* update_dbentry: add parent arg for bug #367215Zac Medico2012-11-131-1/+1
* Remove old binhost protocol for bug #438640.Zac Medico2012-10-171-69/+1
* bintree/portree: fix getslot for EAPI 5 sub-slotZac Medico2012-10-171-4/+2
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-241-5/+7
* _apply_hash_filter: make hash_filter simplerZac Medico2012-08-211-1/+2
* Implement PORTAGE_CHECKSUM_FILTER for bug #432170Zac Medico2012-08-211-1/+5
* emaint binhost: support compress-indexZac Medico2012-08-091-21/+25
* bintree.inject(): write Packages.gz atomicallyZac Medico2012-08-081-3/+6
* Portage writes a compressed copy of 'Packages' index file.W-Mark Kubacki2012-08-081-6/+15
* Fix index file's mtime, which can differ from TIMESTAMP.W-Mark Kubacki2012-08-011-1/+5
* Use If-Modified-Since HTTP-header and avoid downloading a remote index if the...W-Mark Kubacki2012-08-011-3/+21
* portage.update: use isvalidatom for EAPI checkZac Medico2012-07-171-5/+10
* move: respect EAPI wrt dots_in_PN, bug #426476Zac Medico2012-07-171-2/+5
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-171-1/+5
* Fix bugs in binarytree.invalids usage.Zac Medico2012-07-011-1/+3
* Move post_src_install metadata code to one func.Zac Medico2012-06-111-1/+0
* bintree: validate remove cpv morev2.2.0_alpha105Zac Medico2012-05-141-2/+14
* Split out _hide_url_passwd() and use it more.Zac Medico2012-05-131-4/+3
* binhost: http auth for python3 (bug #413983)Zac Medico2012-05-131-3/+2
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...Zac Medico2012-05-131-2/+3
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-121-2/+4
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-011-4/+3
* Replace @returns with @return.Zac Medico2012-03-271-3/+3
* REQUIRED_USE: don't save in built packagesZac Medico2011-11-071-3/+2
* Deprecate unused 'virtual' constructor parametersZac Medico2011-10-281-1/+8
* stacklevel=3 for properties warningsZac Medico2011-10-271-1/+1
* deprecate "root" attributesZac Medico2011-10-241-3/+25
* Add bindbapi.getfetchsizes() like pordbapi has.Zac Medico2011-10-191-0/+28
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-2/+3
* bintree: don't provide default VERSION headerv2.2.0_alpha41Zac Medico2011-06-131-1/+0
* bintree: verify that default REPO is legitZac Medico2011-06-101-1/+1
* bintree: handle pkgindex CHOST header like REPOZac Medico2011-06-101-1/+2
* bintree: always populate pkgindex REPO headerZac Medico2011-06-101-10/+16
* bintree: populate REPO header for empty pkgindexv2.2.0_alpha38Zac Medico2011-06-061-1/+8
* emerge: add --rebuild and --norebuild-atoms optsDavid James2011-05-011-1/+7
* Fix unhandled FileNotFound from previous commit.Zac Medico2011-02-131-1/+1
* Add support for grabbing Packages files using external programs.David James2011-02-131-2/+14
* bintree: cleanup/fix old binhost code moreZac Medico2011-02-021-4/+2
* bintree: clean up dict use in old binhost codeZac Medico2011-02-021-2/+3
* bintree: add missing del from previous commitZac Medico2011-02-021-1/+1
* bintree: remove unused __remotepkgsZac Medico2011-02-021-10/+5
* bintree: warn for missing binhost TIMESTAMPZac Medico2011-01-291-0/+2
* binarytree: fix BASE_URI for old-style binhostZac Medico2011-01-261-0/+1
* binarytree: fix broken BASE_URI initializationZac Medico2011-01-261-2/+3
* Update Portage to support multiple binhosts.David James2011-01-261-15/+19
* Omit user:pass@ from binhost Packages cache path.Zac Medico2010-12-311-2/+11
* bintree: add timeout for closing binhost connv2.2.0_alpha11Zac Medico2010-12-311-2/+13