summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2020-09-08bitbake: fetch2: Change git fetcher not to destroy old referencessumoRichard Purdie
2019-02-25bitbake: fetch: don't use shell=True when listing ar filesRoss Burton
2018-10-10bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-07-02bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-03-28bitbake: fetch2/git: log exception if ls-remote failsRoss Burton
2018-02-14bitbake: fetch2: Handle missing donestamp file when content is validNathan Rossi
2018-02-14bitbake: fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán
2018-02-14bitbake: fetch/git: Use 'git-make-shallow' from bin directoryNathan Rossi
2018-01-29bitbake: fetch/git: Add pack-refs command to mirror handling codeRichard Purdie
2018-01-08bitbake: fetch2/__init__: Disable pseudo in runfetchcmd()Peter Kjellerstedt
2017-11-29bitbake: fetch2: fix unpack of .txz filesAndré Draszik
2017-11-21bitbake: fetch/wget: use with to ensure the response is closedRoss Burton
2017-11-21bitbake: fetch/wget: improve proxy objectRoss Burton
2017-11-07bitbake: fetch2: Fix missing logger import in repo fetcherOleksandr Andrushchenko
2017-09-11bitbake: fetch2: add stub latest_versionstring to FetchMethodRoss Burton
2017-09-11bitbake: Replace deprecated git branch parameter "--set-upstream"Andre Rosa
2017-08-31bitbake: fetch2/npm: add noverify parameter to skip lockdown/shrinkwrapPaul Eggleton
2017-08-23bitbake: fetch2: don't mandate path element in encodeurl()Paul Eggleton
2017-07-31bitbake: wget: fix FusionForge workaroundRoss Burton
2017-07-31bitbake: fetch2: fix checkstatus fallback to MIRRORSRoss Burton
2017-07-27bitbake: lib/fetch2/__init__.py: Fix unpack commentMark Hatle
2017-07-25bitbake: fetch2/__init__.py: replace stray logger.warn() with logger.warning()Andre McCurdy
2017-07-25bitbake: fetch/wget: mitigate a wget race condition when listing FTP directoriesRoss Burton
2017-07-21bitbake: fetch2/wget.py: improve error handling during sstate checkPatrick Ohly
2017-07-21bitbake: fetch2: fire an event when there are missing checksumsPaul Eggleton
2017-07-21bitbake: fetch2: allow hiding checksum warningPaul Eggleton
2017-07-18bitbake: fetch2: fix indentationPaul Eggleton
2017-06-29bitbake: npm fetcher: fix unknown variable name.Ismo Puustinen
2017-06-22bitbake: fetch: fix handling of files with incorrect checksums from a premirrorJoshua Lock
2017-06-02bitbake: fetch/git: add support for removing arbitrary revs for shallowChristopher Larson
2017-06-02bitbake: fetch/gitannex: add support for shallow mirror tarballsChristopher Larson
2017-06-02bitbake: fetch/gitsm: add support for shallow mirror tarballsChristopher Larson
2017-06-02bitbake: fetch/git: add support for keeping extra refs for shallowChristopher Larson
2017-06-02bitbake: fetch/git: support per-branch/per-url depths for shallowChristopher Larson
2017-06-02bitbake: fetch/git: add support for shallow mirror tarballsChristopher Larson
2017-06-02bitbake: fetch: support multiple mirror tarball filenamesChristopher Larson
2017-05-15bitbake: lib/bb/fetch2: fix typo in conflicting revision messagePaul Eggleton
2017-04-05bitbake: fetch/local: Drop FILESDIRRichard Purdie
2017-04-01bitbake: fetch2: Do not fail to create symbolic links if they already existPeter Kjellerstedt
2017-03-31bitbake: wget: Fix handling of urls with user/passwordRichard Purdie
2017-03-30bitbake: s3.py: Remove hardcoded awsElizabeth 'pidge' Flanagan
2017-03-29bitbake: fetch2: Ensure we don't have file downloads overwriting each otherRichard Purdie
2017-03-27bitbake: fetch2/git: prevent recursion on getting latest revisionPaul Eggleton
2017-03-22bitbake: fetch/git: fix FetchError referenceChristopher Larson
2017-03-22bitbake: fetch/git: drop pointless os.path.join, workdir=Christopher Larson
2017-03-22bitbake: fetch/git: kill pointless quotes around single % argsChristopher Larson
2017-03-22bitbake: fetch/git: use enumerate for ud.namesChristopher Larson
2017-03-04bitbake: fetch2: pass --no-same-owner when extracting tar files compressed wi...Andre McCurdy
2017-03-04bitbake: fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy
2017-03-03bitbake: fetch2: add initial Amazon AWS S3 fetcherAndre McCurdy