aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2013-02-19bitbake: Revert "fetch2: Adapt encode/decode url to use URI class"1.4_M4.rc11.4_M4.final1.4_M4Richard Purdie
2013-02-19bitbake: bitbake/fetch2: workaround urlparse in older python not support gitMatthew McClintock
2013-02-19bitbake: wget: Improve mkdir handlingRichard Purdie
2013-02-17bitbake: fetch2: Add SFTP fetcherOlof Johansson
2013-02-17bitbake: fetch2: Adapt encode/decode url to use URI classOlof Johansson
2013-02-17bitbake: fetch2: Add a class representing a generic URIOlof Johansson
2013-02-17bitbake: fetch2: Remove unused code in wget fetcherOlof Johansson
2013-02-15bitbake: fetch2: Ensure directory for stampfile exists before trying to creat...Richard Purdie
2013-02-15bitbake: fetch2: Improve lock/done stamp file paths for local filesRichard Purdie
2013-02-15bitbake: fetch2: Ensure expansions happen in URL parameters in uri_replaceRichard Purdie
2013-02-15bitbake: wget: Only use -O option when not spideringRichard Purdie
2013-02-06bitbake: fetch2: Remove broken git variables from the environmentDarren Hart
2013-02-06bitbake: fetch2: Export upper and lower case environment variablesDarren Hart
2013-02-05bitbake: bitbake: fetch2: Print the complete SRCREV variable name when INVALIDDarren Hart
2013-01-31bitbake: ssh.py: add example SRC_URIMartin Jansa
2013-01-31bitbake: ssh.py: throw ParameterError when someone tries ssh://foo; protocol=gitMartin Jansa
2013-01-31bitbake: ssh: fix fetcherMartin Jansa
2013-01-18bitbake: hg.py: Fixed fetch failure that occurs when SRCREV is a tag.Jon Szymaniak
2013-01-18bitbake: fetch2: Sort file checksums by value, not pathTyler Hall
2012-12-17bitbake: fetch2: remove localcount and use AUTOINC insteadConstantin Musca
2012-12-14bitbake: git.py: A bit of tidying up regarding grammar and supported protocols.Robert P. J. Day
2012-11-26bitbake: fetch2/wget: Fix for mixed-up wget commandsCristian Iorga
2012-11-26bitbake: fetch2/local: Fix bug introduced by expression ambiguityRichard Purdie
2012-11-26bitbake: fetch2: Avoid using FILESDIR in unpackRichard Purdie
2012-11-26bitbake: fetch2/local: Improve handling of wildcard matchesRichard Purdie
2012-10-03bitbake: fetch2: raise an exception if user specifies protocol=git with http://Paul Eggleton
2012-09-27bitbake: fetch2: add "-d" option to cpioRobert Yang
2012-09-25bitbake: fetch2/git: Don't use deprecated API1.3_M5.rc2Richard Purdie
2012-09-24bitbake: fetch2/git: Add missing mkdirRichard Purdie
2012-09-24bitbake: fetch2: improve error output for checksum failuresPaul Eggleton
2012-09-24bitbake: fetch2: make fetch failure errors more readablePaul Eggleton
2012-09-20bitbake: fetch2/cvs: Fix parameter spacingRichard Purdie
2012-09-20bitbake: fetch2/cvs: Clean up various data store referencesRichard Purdie
2012-09-20bitbake: fetch2/cvs: Fix localdata variable referenceRichard Purdie
2012-09-10bitbake: fetch2: fix malformed URL causing a useless tracebackPaul Eggleton
2012-09-07bitbake: fetch2: replace double slashes in paths in encodeurl()Paul Eggleton
2012-09-07bitbake: fetch2: unpack rpm, ipk and deb binary packageRobert Yang
2012-08-18bitbake: fetch2/git: Work around git confusion between foo.git and foo reposi...Richard Purdie
2012-08-02bitbake: fetch2/local: Add search paths to the debug log to improve log usefu...Richard Purdie
2012-08-02bitbake: fetch2/local.py: Provide better debug output when fetch of a local f...Richard Purdie
2012-08-02bitbake: fetch2: print checksums when they are different then expectedMartin Jansa
2012-08-02bitbake: fetch2: handle broken symlinks in local mirror handlingChristopher Larson
2012-08-02bitbake: fetch2/__init__.py: Add NoChecksumError exceptionMark Hatle
2012-07-26bitbake: fetch/local: Allow preservation of path components in relative file:...Richard Purdie
2012-07-24bitbake: bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble
2012-07-24bitbake: Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: N...Martin Ertsaas
2012-07-18bitbake: fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa
2012-07-11bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...Andrei Gherzan
2012-07-11bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan