aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2023-02-01fetch2/git: Prevent git fetcher from fetching gitlab repository metadataMarek Vasut
2022-11-25gitsm: Fix regression in gitsm submodule path parsingyocto-4.0.7yocto-4.0.62022-04.7-kirkstone2022-04.6-kirkstone2.0.72.0.6Pavel Zhukov
2022-09-28gitsm: Error out if submodule refers to parent repoPavel Zhukov
2022-09-28Fix npm to use https rather than httpNeil Horman
2022-09-28bitbake: Add copyright headers where missingRichard Purdie
2022-09-16fetch2: Ensure directory exists before creating symlinkRichard Purdie
2022-09-16fetch2: gitsm: fix incorrect handling of git submodule relative urlsGennaro Iorio
2022-05-25fetch2/osc: Small fixes for osc fetcherGunjan Gupta
2022-05-12fetch/git : Use cat as pageryocto-4.0.12022-04.1-kirkstone2.0.1Richard Purdie
2022-05-12fetch2/ssh.py: decode path back for sshRobert Yang
2022-05-12fetch2/osc: Add missing parameterRichard Purdie
2022-05-12fetch2/crate: Drop unused importRichard Purdie
2022-04-15fetch2/crate: fix logger.debug lineyocto-4.02022-04-kirkstone2.0.0Ricardo Salveti
2022-04-14fetch2: Add GIT_SSH_COMMAND to the list of exportsPavel Zhukov
2022-04-14fetch2/git: canonicalize ids in generated tarballsOlaf Mandel
2022-03-26fetch2/git: stop generated tarballs from leaking infoOlaf Mandel
2022-03-04fetch2: ssh: support checkstatusDaniel Wagenknecht
2022-03-04fetch2: ssh: fix path handlingDaniel Wagenknecht
2022-03-04fetch2: ssh: username and password are optionalDaniel Wagenknecht
2022-02-21lib: Replace remaining "blacklist"/"whitelist" usageScott Murray
2022-02-20fetch2: Abstract fetcher environment to a functionRichard Purdie
2022-02-20wget: Fix grammar "can happen"Zygmunt Krynicki
2022-02-20fetch2/git: Remove duplicate "the"Zygmunt Krynicki
2022-02-20fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki
2022-02-20fetch2/wget: move loop-invariant load of BB_ORIGENVZygmunt Krynicki
2022-02-17fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2022-02-05fetch2: npm: Put all downloaded files in the npm2 directoryPeter Kjellerstedt
2022-02-05fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt
2022-01-19fetch2: Add crate fetcherRichard Purdie
2021-12-14fetch: npm: Use temporary file for empty user configStefan Herbrechtsmeier
2021-12-14fetch: npm: Quote destdir in run chmod commandStefan Herbrechtsmeier
2021-12-08fetch2/wget: do not hardcode tarball compressors in version checkAlexander Kanavin
2021-12-08fetch2/wget: add redirectauth parameterJustin Bronder
2021-11-26fetch2: Add striplevel support to unpackStefan Herbrechtsmeier
2021-11-26fetch2: Unify tar command in unpackStefan Herbrechtsmeier
2021-11-19fetch2: Fix url remap issue and add testcaseRichard Purdie
2021-11-11fetch: Add README on fetcher design constraintsRichard Purdie
2021-11-10fetch/wget: Add timeout for checkstatus calls (30s)Richard Purdie
2021-11-03fetch: Handle mirror user/password replacements correctlyRichard Purdie
2021-11-03lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-11-03lib/bb: Clean up use of len()Richard Purdie
2021-11-03fetch/git: Show warning for invalid github urlsRichard Purdie
2021-11-03fetch/git: Handle github dropping git:// supportRichard Purdie
2021-11-03fetch2/git: Add a warning asking users to set a branch in git urlsRichard Purdie
2021-11-03fetch2/git: Allow git fetcher to support subdir paramRichard Purdie
2021-11-01fetch2: npmsw: Add support for github prefix in npm shrinkwrap versionStefan Herbrechtsmeier
2021-11-01fetch2: npmsw: Add support for duplicate dependencies without urlStefan Herbrechtsmeier
2021-11-01fetch2: fix downloadfilename issue with premirrorChen Qi
2021-10-26fetch2/perforce: Fix typoRichard Purdie
2021-10-14fetch2: Do not attempt to verify donestamp if download is not completeCaner Altinbasak