aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2016-07-19fetch2: implement progress supportPaul Eggleton
2016-07-01fetch2/wget: attempt checkstatus again if it failsRoss Burton
2016-06-16fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford
2016-06-16fetch2: fix unpacking of deb packagesStephano Cetola
2016-06-02fetch2: fix unpacking of deb packagesPaul Eggleton
2016-06-02fetch2/git.py: References must match exactlyPeter Kjellerstedt
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-24bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-12fetch: Use OrderedDict for url parametersRichard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-04-26fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication agentsRoss Burton
2016-04-05fetch2/git.py: remove .indirectiondir workaroundRobert Yang
2016-04-02fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson
2016-03-30fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie
2016-03-26fetch2/wget.py: _check_latest_version_by_dir fix prefix detectionAníbal Limón
2016-03-26fetch2/wget.py: _check_latest_version_by_dir use group namesAníbal Limón
2016-03-24fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie
2016-03-24bitbake: fetch2/gitsm: Fix fetch when the repository contains nested submodulesDerek Straka
2016-03-23cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen
2016-03-12fetch2/npm: fix ud.registry so that alternative registries can be handledBrendan Le Foll
2016-03-09fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their valuesPeter Kjellerstedt
2016-03-09fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton
2016-03-09fetch2/npm: properly handle npm dependenciesPaul Eggleton
2016-03-09fetch2/npm: fix errors with some version specificationsPaul Eggleton
2016-03-07fetch2/npm: ignore unknown headers in tarballsPaul Eggleton
2016-03-07fetch2/npm: handle alternative dependency syntaxPaul Eggleton
2016-03-07fetch2/npm: fix indentationPaul Eggleton
2016-03-02fetch2/npm: Add missing ParameterError importBrendan Le Foll
2016-03-02npm: in cases where shrinkwrap resolved a git URL, ignore it and grab dist.ta...Brendan Le Foll
2016-03-02fetch2: Fix unpack for absolute file urlsRichard Purdie
2016-03-02fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich
2016-02-28fetch2/npm: Enable fetcherRichard Purdie
2016-02-28fetch2: Skip lockfiles and donestamps for local filesRichard Purdie
2016-02-28fetch2/__init__.py: Error if lockfile path invalidRichard Purdie
2016-02-28fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie
2016-02-28fetch2/wget: Set localfile for directoriesRichard Purdie
2016-02-26fetch2/npm: Add mirroring support for npm fetcherRichard Purdie
2016-02-26fetch2/npm: Add npm fetcherBrendan Le Foll
2016-02-18FileChecksumCache: add get_checksums() methodMarkus Lehtonen
2016-02-18bb/cache: drop some unused argumentsMarkus Lehtonen
2016-02-08bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón
2016-02-06fetch2/osc: Clean up old variable syntaxRichard Purdie
2016-02-06fetch2/osc: Remove hardcoded urlRichard Purdie
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-02-04fetch2/gitsm: Fix when repository change submodulesFelipe F. Tonello
2016-01-29fetch2: Simplify logic in verify_checksum()Peter Kjellerstedt
2016-01-26fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()Ross Burton
2016-01-22fetch2: Don't show checksum warnings if a single checksum was suppliedRichard Purdie
2016-01-15Revert "fetch/git: Change to use clearer ssh url syntax for broken servers"Richard Purdie