summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2023-04-20npmsw fetcher: Avoid instantiating Fetch class if url list is emptySvend Meyland Nicolaisen
2023-04-06fetch2/crate: create versioned 'name' entriesEnrico Scholz
2023-04-03fetch2: Display all missing checksum at onceFrederic Martinsons
2023-03-28fetch2/local: Mention the value of localpath in failure messageRichard Purdie
2023-03-27fetch/git: Fix local clone url to make it work with repoRobert Yang
2023-03-23crate.py: make checksum verification mandatoryFrederic Martinsons
2023-03-23fetch2: Add checksum capability for crate fetcherFrederic Martinsons
2023-03-23fetch2/sftp: Fix fetching URIs with spacesDaniel Ammann
2023-03-21fetch2: Add autorev warning when it is set too lateRichard Purdie
2023-03-21fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-03-17crate.py: authorize crate url with parametersFrederic Martinsons
2023-03-11wget.py: Combine urlopener exceptionsMark Hatle
2023-03-11wget.py: Add catch TimeoutError exceptionMark Hatle
2023-02-25fetch/npmsw: add more short forms for git operationsMark Asselstine
2023-02-25gitsm: Fix path construction for relative submodule URIMike Crowe
2023-02-24fetch2/wget: Drop unused importRichard Purdie
2023-02-24fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak
2023-02-22fetch/git: Replace mkdtemp with TemporaryDirectory and avoid exception maskingPaulo Neves
2023-02-22fetch/git: Removed unused variables in _contains_lfsPaulo Neves
2023-02-17fetch2/wget: clean up netrc usageRoss Burton
2023-02-09fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly
2023-01-26cache/codeparser: Switch to a new BB_CACHEDIR variable for cache locationRichard Purdie
2023-01-18fetch2: kill parameters in uri_find_decodedPavel Zhukov
2022-12-18fetch2/git: Clarify the meaning of namespaceMarek Vasut
2022-12-11fetch2/wget.py: correctly match versioned directoriesAlexander Kanavin
2022-12-09fetch2/git: Prevent git fetcher from fetching gitlab repository metadataMarek Vasut
2022-12-09fetch2/wget: handle username/password in uriKasper Revsbech
2022-11-14gitsm.py: process_submodules(): Set nobranch=1 for urlRobert Yang
2022-11-14gitsm: Fix regression in gitsm submodule path parsingPavel Zhukov
2022-10-29fetch2/git: don't set core.fsyncobjectfiles=0Ross Burton
2022-09-29fetch2/ssh.py: fix checkstatusPascal Bach
2022-09-21fetch2/crate fixup c212b0f3 loglevelJose Quaresma
2022-09-21fetch2: Remove unneeded conditionalPaulo Neves
2022-09-07fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie
2022-09-03wget: Avoid bad checksum race issuesRichard Purdie
2022-09-01Revert "fetch: use BPN instead"Richard Purdie
2022-08-31fetch: use BPN insteadMingli Yu
2022-08-31gitsm: Error out if submodule refers to parent repoPavel Zhukov
2022-08-31Fix npm to use https rather than httpNeil Horman
2022-08-12bitbake: Add copyright headers where missingRichard Purdie
2022-07-15fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie
2022-07-15fetch2: Ensure directory exists before creating symlinkRichard Purdie
2022-07-15fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves
2022-07-08fetch2/git: show SRCREV and git repo in error message about fixed SRCREVMartin Jansa
2022-07-01fetch2: gitsm: fix incorrect handling of git submodule relative urlsGennaro Iorio
2022-06-08fetch/wget: Move files into place atomicallyRichard Purdie
2022-06-07fetch2: Honour BB_FETCH_PREMIRRORONLY optionPavel Zhukov
2022-05-22osc: fix DeprecationWarningMartin Jansa
2022-05-21fetch2/osc: Add support to query latest revisionGunjan Gupta
2022-05-10fetch2/osc: Small fixes for osc fetcherGunjan Gupta