summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
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
2017-03-03bitbake: fetch2: Allow whitespace only mirror entriesRichard Purdie
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-03-01bitbake: wget.py: match .lz tarballs as well when determining latest versionAlexander Kanavin
2017-03-01bitbake: lib/bb/fetch2: rewrite / to - in package namesAnders Darander
2017-03-01bitbake: fetch2/__init__: handle @ in package namesAnders Darander
2017-02-23bitbake: fetch2/svn: change 'rsh' parameter to 'ssh'Markus Lehtonen
2017-02-19bitbake: fetch2: Add NFS Stale file exception handlingKhem Raj
2017-02-19bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2017-02-19bitbake: fetch2: Correct two examples of typo "revsion."Robert P. J. Day