aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2019-03-19fetch2/wget: Remove pointless lambda functionRichard Purdie
2019-03-19fetch2/wget: Clean up whitespace/commentsRichard Purdie
2019-03-19fetch2/wget: Fix typo in proxy handlingRichard Purdie
2019-03-19fetch2/wget: Cleanup module importsRichard Purdie
2019-03-19fetch2/wget: Fix authentication in checkstatus() of the wget fetcherStefan Klug
2019-01-14bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-07fetch2/wget: Fix typo in exception nameRichard Purdie
2017-11-21fetch/wget: use with to ensure the response is closedRoss Burton
2017-11-21fetch/wget: improve proxy objectRoss Burton
2017-07-30wget: fix FusionForge workaroundRoss Burton
2017-07-25fetch/wget: mitigate a wget race condition when listing FTP directoriesRoss Burton
2017-07-21fetch2/wget.py: improve error handling during sstate checkPatrick Ohly
2017-03-30wget: Fix handling of urls with user/passwordRichard Purdie
2017-02-28fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-24wget.py: match .lz tarballs as well when determining latest versionAlexander Kanavin
2016-12-21fetch2/wget: fixup case with no useful netrc dataMark Asselstine
2016-12-16fetch2/wget: add Basic Auth from netrc to checkstatus()Matthew McClintock
2016-11-30fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
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