summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2015-07-09bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1Aníbal Limón
2015-02-16bitbake: fetch2: wget remove scape of - in regexes don't neededAníbal Limón
2015-02-16bitbake: fetch2: wget _modelate_version improvmentsAníbal Limón
2015-02-16bitbake: fetch2: wget latest_versionstring improvments in get version by dirAníbal Limón
2015-02-16bitbake: fetch2: wget add _check_latest_version_by_dirAníbal Limón
2015-02-16bitbake: fetch2: wget latest_versionstring _check_latest_version improvmentsAníbal Limón
2015-02-16bitbake: fetch2: wget latest_versionstring improve _parse_pathAníbal Limón
2015-01-21bitbake: bb/fetch2/wget.py: latest_versionstring escape packagename when buil...Aníbal Limón
2014-12-25bitbake: fetch2/wget: Fix horrible temp file handlingRichard Purdie
2014-12-23bitbake: bb/fetch2/wget.py: latest_versionstring fix multithread and remove d...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring clean improvments minorAníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring remove newuri set because is previo...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring add support for search in RAW html ...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring remove unnecessary usage for name i...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring improvments in searchingAníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring add package_custom_regex_compAníbal Limón
2014-11-28bitbake: fetch/wget: Improve REGEX_URI handlingAníbal Limón
2014-11-28bitbake: fetch/wget: _init_regexes rename variables to be more consistent and...Aníbal Limón
2014-11-28bitbake: fetch/wget: latest_versionstring create _init_regex method for have ...Aníbal Limón
2014-11-12bitbake: fetch/wget: Add latest_versionstring methodAníbal Limón
2014-03-09bitbake: fetch2/wget: Fix downloadfilename functionalityRichard Purdie
2014-03-02bitbake: fetch/wget: Separate out download and checkstatus functionsRichard Purdie
2014-03-02bitbake: fetch/wget: Start to clean up command constructionRichard Purdie
2014-03-02bitbake: wget: Drop usage of old style *COMMAND variablesRichard Purdie
2014-01-27bitbake: fetch2/wget: Check downloaded file isn't zero sizeRichard Purdie
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-02-19bitbake: wget: Improve mkdir handlingRichard Purdie
2013-02-17bitbake: fetch2: Remove unused code in wget fetcherOlof Johansson
2013-02-15bitbake: wget: Only use -O option when not spideringRichard Purdie
2012-11-26bitbake: fetch2/wget: Fix for mixed-up wget commandsCristian Iorga
2012-10-03bitbake: fetch2: raise an exception if user specifies protocol=git with http://Paul Eggleton
2012-07-24bitbake: bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble
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