aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
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-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-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-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-18bitbake: fetch2: Sort file checksums by value, not pathTyler Hall
2012-12-17bitbake: fetch2: remove localcount and use AUTOINC insteadConstantin Musca
2012-11-26bitbake: fetch2: Avoid using FILESDIR in unpackRichard Purdie
2012-09-27bitbake: fetch2: add "-d" option to cpioRobert Yang
2012-09-24bitbake: fetch2: improve error output for checksum failuresPaul Eggleton
2012-09-24bitbake: fetch2: make fetch failure errors more readablePaul Eggleton
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-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-11bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...Andrei Gherzan
2012-06-28bitbake: fetch2: Revert the regexp removal for the type field and instead anc...Richard Purdie
2012-06-25bitbake: fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25bitbake: fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie
2012-06-25bitbake: fetch2: Handle errors orruring when building mirror urlsRichard Purdie
2012-06-21bitbake: fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() improve mirrortarball handlingRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...Richard Purdie
2012-06-21bitbake: fetch2: Add parameter handling to uri_replace()Richard Purdie
2012-06-21bitbake: fetch2: Remove basestring test and simplify uri_replaceRichard Purdie
2012-06-21bitbake: fetch2: Simplify some looping constructs in uri_replace()Richard Purdie
2012-06-21bitbake: fetch2: Improve mirror looping to consider more casesRichard Purdie
2012-06-21bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie
2012-06-21bitbake: fetch2: Split try_mirrors into two partsRichard Purdie
2012-06-21bitbake: fetch2: Ensure when downloading we are consistently in the same dire...Richard Purdie
2012-06-21bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...Richard Purdie
2012-06-21bitbake: fetch2: Fix error handling in uri_replace()Richard Purdie
2012-06-21bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...Richard Purdie
2012-06-14fetch2: Fix missing output from stderr in fetcher logsJason Wessel
2012-05-30lib/bb/fetch2: ignore remote URIs when doing file checksumsPaul Eggleton
2012-05-25lib/bb/fetch2: fix comments for verify_checksumPaul Eggleton
2012-05-23bitbake: implement checksums for local files in SRC_URIPaul Eggleton
2012-05-22fetch2: quote/unquote url pathsChristopher Larson
2012-05-22fetch2: Also exclude urls containing wildcards from checksumming for nowRichard Purdie
2012-05-21bb/fetch2/__init__.py: Don't try to compute checksums for directoriesAndrei Gherzan
2012-05-20bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie