aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2012-07-10bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and optionsRichard Purdie
2012-05-20bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie
2012-05-07bitbake/fetch2/wget: Add fallback/default wget commandsRichard Purdie
2012-05-07bitbake/fetch2/wget: Remove unneeded function indirection and reindentRichard Purdie
2012-05-07bitbake/fetch2/wget: Remove unnecessary use of OVERRIDESRichard Purdie
2011-09-20fetch2/wget: make checkstatus() quieterJoshua Lock
2011-02-11bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie
2011-02-07fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-07bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-07bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke