aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2013-07-31bitbake: fetch2: fix unpack of .xz filesAndré Draszik
2013-06-20bitbake: Correct a typoPeter Kjellerstedt
2013-06-20bitbake: Allow checksums to be used for files retrieved using SFTPPeter Kjellerstedt
2013-06-20bitbake: fetch2: Enhance error message for BB_NO_NETWORKRichard Purdie
2013-06-14bitbake: fetch2: Fix AUTOINC handlingRichard Purdie
2013-05-30bitbake: fetch2: Fix missing function callRichard Purdie
2013-05-24bitbake: fetch2: Fix missing assignmentRichard Purdie
2013-05-22bitbake: fetch2: Shorten long srcrevsRichard Purdie
2013-05-22bitbake: fetch2/git: Clean up sortable_revisionRichard Purdie
2013-05-17bitbake: fetch2/utils: Clean up importsRichard Purdie
2013-05-09bitbake: git: remove symling before updating mirror tarballMartin Jansa
2013-05-03bitbake: fetch2/svn: Do not save authenticationVanveerdeghem, Simon
2013-04-15bitbake: fetch2: rename file with bad checksum instead of removing it completelyMartin Jansa
2013-03-25bitbake: bitbake/fetch: Add git submodules fetcherRichard Purdie
2013-02-25bitbake: perforce.py: fix the perforce fetcherRobert Yang
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