summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2018-10-18bitbake: fetch2/git: explicitly show the decision logic to select the source ...Urs Fässler
2018-10-18bitbake: fetch2/git: prevent access to non-existing clonedirUrs Fässler
2018-10-18bitbake: fetch2: extract the function which ensures that a valid symlink existsUrs Fässler
2018-10-18bitbake: fetch2: avoid circular recursion with SRCPV in PRPeter Marko
2018-10-04bitbake: gitsm: Allow relative URIs when fetchingMark Hatle
2018-10-04bitbake: fetch2/gitsm: checkout submodules recursivelyLaurent Bonnans
2018-10-04bitbake: fetch2/gitsm: handle submodules nested inside subdirsLaurent Bonnans
2018-10-04bitbake: fetch2/gitsm: fix a typoLaurent Bonnans
2018-10-04bitbake: fetch2/git: use correct check to decide if the shallow tarball shoul...Urs Fässler
2018-10-04bitbake: fetch2/git: prevent access to non-existing fullshallow tarballUrs Fässler
2018-10-04bitbake: fetch2/git: improve readability of method need_updateUrs Fässler
2018-09-26bitbake: fetch2/gitsm.py: Rework the git submodule fetcherMark Hatle
2018-08-28bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-06-21bitbake: fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov
2018-06-15bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2018-06-07bitbake: fetch/gitsm: avoid live submodule fetching during unpack()Matt Hoosier
2018-05-29bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-05-22bitbake: fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski
2018-05-22bitbake: fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy
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