summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2021-11-21bitbake: fetch: Handle mirror user/password replacements correctlyRichard Purdie
2021-11-21bitbake: fetch2/perforce: Fix typoRichard Purdie
2021-11-11bitbake: fetch/wget: Add timeout for checkstatus calls (30s)Richard Purdie
2021-11-03bitbake: fetch/git: Handle github dropping git:// supportRichard Purdie
2021-10-25bitbake: fetch2: clarify the command-no-found error messageRoss Burton
2021-10-25bitbake: npmsw: Avoid race condition with multiple npm fetchersCaner Altinbasak
2021-10-25bitbake: fetch2/git: Use os.rename instead of mvRichard Purdie
2021-10-25bitbake: fetch2/git: Avoid races over mirror tarball creationRichard Purdie
2021-07-06bitbake: fetch2: add check for empty SRC_URI hash stringScott Weaver
2021-07-06bitbake: fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann
2021-05-20bitbake: fetch2/wget: when checking latest versions, consider all numerical d...Alexander Kanavin
2021-04-27bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
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
2020-06-04bitbake: fetch2: Add the ability to list expanded URL dataPaul Barker
2020-06-04bitbake: git.py: Use the correct branch to check if the repository has LFS ob...Mauro Queirós
2020-06-04bitbake: git.py: LFS bitbake note should not be printed if need_lfs is not set.Mauro Queirós
2020-06-04bitbake: git.py: skip smudging if lfs=0 is setMauro Queirós
2020-05-27bitbake: fetch2/cvs: Fix CVS fetcher clean methodVyacheslav Yurkov
2020-04-24bitbake: fetch2/wget: Set User-Agent when checking status of a URLPaul Barker
2020-03-30bitbake: fetch2: Fix urldata_cache key issuesRichard Purdie
2020-03-24bitbake: Revert "fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is...Khem Raj
2020-03-11bitbake: fetch2/gitsm: Unpack shallow mirror tarballsPaul Barker
2020-03-02bitbake: fetch2: Limit shown checksums to sha256Richard Purdie
2020-02-20bitbake: fetch2/svn: Avoid UnboundLocalError exceptionRichard Purdie
2020-02-19bitbake: fetch2: svn: care for path_specJens Rehsack
2020-02-19bitbake: fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is "cache"Peter Kjellerstedt
2020-02-19bitbake: fetch2: Make fetcher_compare_revisions() workPeter Kjellerstedt