aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2015-02-16fetch2: wget remove scape of - in regexes don't neededAníbal Limón
2015-02-16fetch2: wget _modelate_version improvmentsAníbal Limón
2015-02-16fetch2: wget latest_versionstring improvments in get version by dirAníbal Limón
2015-02-16fetch2: wget add _check_latest_version_by_dirAníbal Limón
2015-02-16fetch2: wget latest_versionstring _check_latest_version improvmentsAníbal Limón
2015-02-16fetch2: wget latest_versionstring improve _parse_pathAníbal Limón
2015-01-21bb/fetch2/wget.py: latest_versionstring escape packagename when built regexAníbal Limón
2014-12-23fetch2/wget: Fix horrible temp file handlingRichard Purdie
2014-12-21bb/fetch2/wget.py: latest_versionstring fix multithread and remove deprecated...Aníbal Limón
2014-11-28fetch/wget: latest_versionstring clean improvments minorAníbal Limón
2014-11-28fetch/wget: latest_versionstring remove newuri set because is previous setAníbal Limón
2014-11-28fetch/wget: latest_versionstring add support for search in RAW html linesAníbal Limón
2014-11-28fetch/wget: latest_versionstring remove unnecessary usage for name in version...Aníbal Limón
2014-11-28fetch/wget: latest_versionstring improvments in searchingAníbal Limón
2014-11-28fetch/wget: latest_versionstring add package_custom_regex_compAníbal Limón
2014-11-28fetch/wget: Improve REGEX_URI handlingAníbal Limón
2014-11-28fetch/wget: _init_regexes rename variables to be more consistent and move dir...Aníbal Limón
2014-11-28fetch/wget: latest_versionstring create _init_regex method for have one place...Aníbal Limón
2014-11-12fetch/wget: Add latest_versionstring methodAníbal Limón
2014-03-09fetch2/wget: Fix downloadfilename functionalityRichard Purdie
2014-03-02fetch/wget: Separate out download and checkstatus functionsRichard Purdie
2014-03-02fetch/wget: Start to clean up command constructionRichard Purdie
2014-03-02wget: Drop usage of old style *COMMAND variablesRichard Purdie
2014-01-21fetch2/wget: Check downloaded file isn't zero sizeRichard Purdie
2013-11-21fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-02-19wget: Improve mkdir handlingRichard Purdie
2013-02-17fetch2: Remove unused code in wget fetcherOlof Johansson
2013-02-15wget: Only use -O option when not spideringRichard Purdie
2012-11-26fetch2/wget: Fix for mixed-up wget commandsCristian Iorga
2012-10-03fetch2: raise an exception if user specifies protocol=git with http://Paul Eggleton
2012-07-24bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble
2012-07-10fetch2/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-19fetch2/wget: make checkstatus() quieterJoshua Lock
2011-02-21bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie
2011-02-10fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-10bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-10bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-10bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-10bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-10bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-10bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-02-10bb.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