ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / pym / portage / package / ebuild / fetch.py
2014-01-24 W. Trevor Kingebuild: fetch: Flatten conditionals in _get_fetch_resum... fetch-refactor
2014-01-24 W. Trevor Kingebuild: fetch: Factor out _get_uris
2014-01-24 W. Trevor Kingebuild: fetch: Factor out _get_fetch_resume_size
2014-01-24 W. Trevor Kingebuild: fetch: Factor out _get_checksum_failure_max_tries
2013-07-25 Zac MedicoRefer to /etc/portage/make.conf in messages.
2013-06-18 Ruud KoolenAdd cross-prefix support
2013-05-24 Zac Medicofetch: correctly handle file name without scheme
2013-05-18 Zac MedicoSupport PORTAGE_SSH_OPTS, bug #470002.
2012-12-15 Zac MedicoHandle closed sys.__stdin__, for multiprocessing
2012-10-08 Zac Medicofetch: preserve SRC_URI order for primaryuri v2.2.0_alpha136
2012-09-21 Zac Medicoprimaryuri: prefer thirdpartymirrors in SRC_URI
2012-08-22 Zac MedicoUse sys.__std*.fileno() in case of overrides.
2012-08-22 Zac Medico_apply_hash_filter: make hash_filter simpler
2012-08-21 Zac MedicoImplement PORTAGE_CHECKSUM_FILTER for bug #432170
2012-07-12 Zac MedicoSkip whirlpool digest check when unaccelerated.
2012-05-14 Zac MedicoSplit out _hide_url_passwd() and use it more.
2012-02-17 Arfrever Frehtes... portage.package.ebuild.fetch.fetch(): Fix ResourceWarni...
2012-02-13 Zac MedicoHandle missing os.setgroups for PyPy.
2011-12-22 Zac Medicofetch: don't apply permissions to symlinks
2011-12-10 Zac MedicoUse portage.shutil for safer unicode handling.
2011-10-11 Zac Medicofetch: tweak space msg for bug #386797
2011-09-23 Zac Medicofetch: remove stray print for bug 383859
2011-09-15 Zac MedicoRemove unused Manifest imports. v2.2.0_alpha58
2011-09-12 Brian HarringBind all manifest access through repoconfigs
2011-08-07 Zac Medicofetch: handle non-essential statvfs failure
2011-07-14 Zac Medicodebuild: pass dist digests to fetch()
2011-07-13 Zac Medicofetch: fix ebuild --skip-manifest behavior
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-04-13 Zac MedicoUpdate timestamps in headers of modified files.
2011-04-07 David JamesAdd force-mirror FEATURE.
2011-02-01 Zac Medicoemerge: spawn nofetch for --pretend --fetch
2010-12-29 Zac Medicofetch: don't require g+s mode on $DISTDIR
2010-12-28 Zac Medicofetch: fix listonly/allow_missing_digests logic
2010-12-28 Zac MedicoEbuildFetcher: bail out if missing digest
2010-12-28 Zac MedicoEbuildFetcher: pass digests to fetch()
2010-12-20 Zac MedicoSubstitute bash builtin >> for touch command.
2010-11-25 Zac Medicofetch: pass full env to fetcher (for proxy vars)
2010-09-11 Zac MedicoRemove pkg_nofetch code from the fetch() function since...
2010-09-05 Fabian Groffenalways apply EPREFIX prepending to GLOBAL_CONFIG_PATH
2010-08-29 Arfrever Frehtes... Remove unused imports found by pylint.
2010-08-17 Zac MedicoUnify ebuild spawing some more. All proper ebuild phase...
2010-08-15 Zac MedicoDispose of lock object after calling unlockfile(),...
2010-08-03 Zac MedicoRemove code related to $DISTDIR/.locks since that direc...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-04 Zac MedicoFix imports doebuild_environment and prepare_build_dirs...
2010-03-04 Zac MedicoBug #307707 - Fix fetch() to use the correct spawn...
2010-03-02 Zac MedicoMove imports to top.
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...