aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/wget.py
AgeCommit message (Expand)Author
2012-03-03bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-18Allow %20 in a file name in the SRC_URIC Michael Sundius
2010-06-09Change wget fetcher to use the runfetchcmdRyan Phillips
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-02-15unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-16Fix a couple copy-and-paste errors in fetcher comments.Robert P. J. Day
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-05-11fetch/wget.py: Fix wget fetching of urls with parameters specified (from Poky)Richard Purdie
2009-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2008-12-06utils.py: Add clean_environment() function and call where appropriate (from P...Richard Purdie
2008-04-27fetchers: Tweak the new checkstatus code to handle some corner cases betterRichard Purdie
2008-04-27lib/bb/fetch: Add ability to fetchers to check URL validity without downloadingRichard Purdie
2008-01-12wget.py: Change the wget fetcher failure handling to avoid lockfile problemsRichard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-12Fetchers: Add forcefetch method for handling of SRCDATE now or tag=master. Mo...Richard Purdie
2006-11-12fetchers: Only call createCopy and update_data after checking if the download...Richard Purdie
2006-11-12fetchers: Cleanup more variablesRichard Purdie
2006-11-12fetchers: Create a urldata object which is passed between the different url m...Richard Purdie
2006-11-12fetchers: Refactor interating through urls into the fetcher core (preparing f...Richard Purdie
2006-09-09Convert fetchers to use bb.msgRichard Purdie
2006-01-08bitbake/lib/bb/fetch/wget.py:Holger Hans Peter Freyther
2006-01-07bitbake/lib/bb/fetch:Holger Hans Peter Freyther
2005-12-18bitbake/bb/fetch:Holger Hans Peter Freyther