summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2021-10-08bitbake: fetch2: npmsw: Add support for local tarball and link sourcesStefan Herbrechtsmeier
2021-10-08bitbake: fetch2: npm: Create config npmrc in environment instantiationStefan Herbrechtsmeier
2021-10-08bitbake: fetch2: npm: Support npm archives with missing search directory modeStefan Herbrechtsmeier
2021-10-08bitbake: fetch2/gitsm: remove the 'nugget' SRCREV cachingRoss Burton
2021-10-08bitbake: fetch2: clarify the command-no-found error messageRoss Burton
2021-09-21bitbake: fetch2/svn: Allow peg-revision functionality to be disabledRichard Purdie
2021-09-21bitbake: fetch2/git: Use os.rename instead of mvRichard Purdie
2021-09-17bitbake: fetch2/s3: allow to switch profile from environment variableValentin Danaila
2021-09-17bitbake: fetch2/git: Avoid races over mirror tarball creationRichard Purdie
2021-09-16bitbake: fetch2/wget: Enable ftpsDaniel Ammann
2021-09-11bitbake: fetch2: Add recursion guardRichard Purdie
2021-09-07bitbake: bitbake: fetch2: fix premirror URI when downloadfilename definedScott Weaver
2021-08-23bitbake: fetch2/wget: fix 'no_proxy' handlingEnrico Scholz
2021-08-12bitbake: fetch2/wget: fetch securely by defaultRoss Burton
2021-08-12bitbake: fetch2/wget: ensure all variables are set when calling urllibRoss Burton
2021-08-12bitbake: fetch2: expose environment variable names that need to be exportedRoss Burton
2021-08-06bitbake: fetch/tests/toaster: Override conversion fixupsRichard Purdie
2021-08-02bitbake: doc/lib: Update to use new override syntax containing colonsRichard Purdie
2021-07-11bitbake: fetch2/s3: allow to use credentials from environment variablesAdam Romanek
2021-07-10bitbake: fetch/git: run gc in foreground to avoid race with tarAdam Romanek
2021-06-06bitbake: fetch2: add check for empty SRC_URI hash stringScott Weaver
2021-05-14bitbake: fetch2/wget: when checking latest versions, consider all numerical d...Alexander Kanavin
2021-05-06bitbake: fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann
2021-05-01bitbake: fetch/s3: Add progress handler for S3 cp commandPrzemyslaw Gorszkowski
2021-04-20bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-04-18bitbake: fetch/git: add support for disabling shared clones on unpackHenning Schild
2021-03-11bitbake: bitbake: Add Azure Storage fetcher implementationAlejandro Hernandez Samaniego
2021-02-26bitbake: fetch2/wget: Avoid crashing when connection drops mid checkstatusAlejandro Hernandez Samaniego
2021-02-10bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-01-23bitbake: fetch/git: download LFS content too during do_fetchMatt Hoosier
2021-01-23bitbake: fetch2: handle empty elements in _param_str_splitRoss Burton
2021-01-23bitbake: fetch2/perforce: Fix localfile to include ud.moduleRichard Purdie
2021-01-23bitbake: fetch2/wget: Update user-agentChristophe Priouzeau
2021-01-08bitbake: fetch/git: Fix usehead for non-default namesJoey Degges
2020-12-09bitbake: Revert "fetch2: use relative symlinks for anything pulled from PREMI...Richard Purdie
2020-11-24bitbake: fetch2: use relative symlinks for anything pulled from PREMIRRORSHombourger, Cedric
2020-11-20bitbake: lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsettingAlexander Kanavin
2020-11-03bitbake: fetch2/git: Document that we won't support passwords in git urlsRichard Purdie
2020-11-03bitbake: fetch2: add zstd support to unpackMert Kirpici
2020-10-17bitbake: bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI urlCharlie Davies
2020-09-25bitbake: fetch2: fix handling of `\` in file:// SRC_URILeif Middelschulte
2020-09-23bitbake: bitbake: fetch/git: add support for SRC_URI containing spaces in urlCharlie Davies
2020-08-26bitbake: fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-24bitbake: fetch2/wget: Remove buffering parameterRichard Purdie
2020-07-12bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie
2020-06-25bitbake: perforce: add local path handling SRC_URI optionsAlexandru N. Onea
2020-06-25bitbake: perforce: add basic progress handler for perforceAlexandru N. Onea
2020-06-15bitbake: fetch2/gitsm: Make need_update() process submodulesPaul Barker
2020-06-15bitbake: fetch2/gitsm: Mark srcrev as fetched once all submodules are processedPaul Barker