summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2017-11-21bitbake: fetch/wget: use with to ensure the response is closedRoss Burton
2017-11-21bitbake: fetch/wget: improve proxy objectRoss Burton
2017-07-31bitbake: wget: fix FusionForge workaroundRoss Burton
2017-07-25bitbake: fetch/wget: mitigate a wget race condition when listing FTP directoriesRoss Burton
2017-07-21bitbake: fetch2/wget.py: improve error handling during sstate checkPatrick Ohly
2017-03-31bitbake: wget: Fix handling of urls with user/passwordRichard Purdie
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-03-01bitbake: wget.py: match .lz tarballs as well when determining latest versionAlexander Kanavin
2016-12-21bitbake: fetch2/wget: fixup case with no useful netrc dataMark Asselstine
2016-12-20bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()Matthew McClintock
2016-11-30bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-09-02bitbake: wget: allow basic http auth for SSTATE_MIRRORSStephano Cetola
2016-07-19bitbake: fetch2: implement progress supportPaul Eggleton
2016-07-08bitbake: fetch2/wget: attempt checkstatus again if it failsRoss Burton
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-03-28bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detectionAníbal Limón
2016-03-28bitbake: fetch2/wget.py: _check_latest_version_by_dir use group namesAníbal Limón
2016-02-28bitbake: fetch2/wget: Set localfile for directoriesRichard Purdie
2016-02-08bitbake: bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón
2016-01-26bitbake: fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()Ross Burton
2015-12-08bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-12-07bitbake: wget.py: parse only <a> tagsAlexander Kanavin
2015-08-01bitbake: wget.py: fix incorrect regexesAlexander Kanavin
2015-07-22bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-12bitbake: fetch2/wget.py: checkstatus disable SSL cert validation.Aníbal Limón
2015-07-12bitbake: fetch2/wget.py: checkstatus fix using proxy handlerAníbal Limón
2015-07-12bitbake: fetch2/wget.py: Add support of connection cache in checkstatus.Aníbal Limón
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