summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2016-09-02wget: allow basic http auth for SSTATE_MIRRORSStephano Cetola
2016-07-19fetch2: implement progress supportPaul Eggleton
2016-07-01fetch2/wget: attempt checkstatus again if it failsRoss Burton
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-03-26fetch2/wget.py: _check_latest_version_by_dir fix prefix detectionAníbal Limón
2016-03-26fetch2/wget.py: _check_latest_version_by_dir use group namesAníbal Limón
2016-02-28fetch2/wget: Set localfile for directoriesRichard Purdie
2016-02-08bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón
2016-01-26fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()Ross Burton
2015-12-08bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-12-07wget.py: parse only <a> tagsAlexander Kanavin
2015-07-31wget.py: fix incorrect regexesAlexander Kanavin
2015-07-22fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-12fetch2/wget.py: checkstatus disable SSL cert validation.Aníbal Limón
2015-07-12fetch2/wget.py: checkstatus fix using proxy handlerAníbal Limón
2015-07-12fetch2/wget.py: Add support of connection cache in checkstatus.Aníbal Limón
2015-07-09fetch2: Add fetch parameter to checkstatusAníbal Limón
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