summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2019-03-19fetch2/wget: Fix typo in proxy handlingRichard Purdie
2019-03-19fetch2/wget: Cleanup module importsRichard Purdie
2019-03-19fetch2/wget: Fix authentication in checkstatus() of the wget fetcherStefan Klug
2019-02-12bitbake: remove True option to getVar callsAndré Draszik
2019-01-27gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle
2019-01-24gitsmy.py: Fix unpack of submodules of submodulesMark Hatle
2019-01-24gitsm.py: Fix relative URLsMark Hatle
2019-01-15gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-01-15gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-01-15gitsm.py: revise unpackMark Hatle
2019-01-15gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-01-15gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-01-15gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2019-01-14bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-07fetch2: Fix os.errno referencesRichard Purdie
2018-12-07fetch2/wget: Fix typo in exception nameRichard Purdie
2018-12-01fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson
2018-11-27fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-23fetch: don't use shell=True when listing ar filesRoss Burton
2018-11-22fetch/git: fix AttributeError in shallow extraction logicChristopher Larson
2018-11-20fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswith 'http'...Parthiban Nallathambi
2018-11-02fetch: Also export GIT_SSH environment variableMike Crowe
2018-11-01fetch2/gitsm.py: Fix the references when the module and path are differentMark Hatle
2018-11-01fetch2/gitsm.py: Disable branch checking on submodulesMark Hatle
2018-10-17fetch2: Avoid incorrect getVarFlag callRichard Purdie
2018-10-17fetch2/git: provide information about missing sourcesUrs Fässler
2018-10-17fetch2/git: explicitly show the decision logic to select the source in codeUrs Fässler
2018-10-17fetch2/git: prevent access to non-existing clonedirUrs Fässler
2018-10-17fetch2: extract the function which ensures that a valid symlink existsUrs Fässler
2018-10-17fetch2: avoid circular recursion with SRCPV in PRPeter Marko
2018-10-04gitsm: Allow relative URIs when fetchingMark Hatle
2018-10-04fetch2/gitsm: checkout submodules recursivelyLaurent Bonnans
2018-10-04fetch2/gitsm: handle submodules nested inside subdirsLaurent Bonnans
2018-10-04fetch2/gitsm: fix a typoLaurent Bonnans
2018-10-04fetch2/git: use correct check to decide if the shallow tarball should be unpa...Urs Fässler
2018-10-04fetch2/git: prevent access to non-existing fullshallow tarballUrs Fässler
2018-10-04fetch2/git: improve readability of method need_updateUrs Fässler
2018-09-25fetch2/gitsm.py: Rework the git submodule fetcherMark Hatle
2018-08-28fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-06-19fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov
2018-06-15fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2018-06-06fetch/gitsm: avoid live submodule fetching during unpack()Matt Hoosier
2018-05-29fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-05-14fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski
2018-05-11fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy
2018-03-28fetch2/git: log exception if ls-remote failsRoss Burton
2018-02-09fetch2: Handle missing donestamp file when content is validNathan Rossi
2018-02-09fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán
2018-02-09fetch/git: Use 'git-make-shallow' from bin directoryNathan Rossi
2018-01-28fetch/git: Add pack-refs command to mirror handling codeRichard Purdie