aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
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
2012-05-20bitbake/fetch: If checksums are available, check them for any file, local or ...Richard Purdie
2012-05-20bitbake/fetch2: Improve visibility of checksum warnings when fetching from mi...Richard Purdie
2012-05-20bitbake/fetch2: Improve stamp creation in mirror codeRichard Purdie
2012-05-20bitbake/fetch2: Remove hardcoded file removal and use clean methodRichard Purdie
2012-05-07bitbake/fetch2: When unpacking, only use PATH variable if its setRichard Purdie
2012-05-07bitbake/fetch2: Remove WORKDIR reference, should use passed parameterRichard Purdie
2012-05-04bitbake/fetch2: Fix spelling error in network access error messageJeff Polk
2012-04-11Hob: add fadeout display effection for recipe view include pageLiming An
2012-03-23bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownlo...Richard Purdie
2012-03-16bitbake/fetch2: Fix typo which broke use of tarballsGary Thomas
2012-03-15bitbake/fetch: Fix uri_replaceRichard Purdie
2012-03-02stderr would previously be appended to stdout, corrupting the result when som...Adrien Bustany
2012-01-20bitbake/fetch2: allow resuming interrupted fetchPaul Eggleton
2012-01-15bitbake/fetch2: reduce output for fetch failuresPaul Eggleton
2012-01-15bitbake/fetch2: correctly decode exit signal/statusPaul Eggleton
2012-01-15bitbake/fetch2: improve error formatting for fetcher errorsPaul Eggleton
2011-12-05fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabledJoshua Lock
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-24fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie
2011-10-24fetch2: enable checksum definition as SRC_URI parameterJoshua Lock
2011-10-24fetch2: improve usability of checksumsJoshua Lock
2011-10-06fetch2: Export additional variables to the fetchersMatthew McClintock
2011-08-10fetcher2: show warning message when checksum is mismatchYu Ke