summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2021-11-11bitbake: fetch/wget: Add timeout for checkstatus calls (30s)Richard Purdie
2020-08-24bitbake: fetch2/wget: Remove buffering parameterRichard Purdie
2020-04-24bitbake: fetch2/wget: Set User-Agent when checking status of a URLPaul Barker
2020-01-27bitbake: fetch2/wget: fix downloadfilename parameterJean-Marie LEMETAYER
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-07-27bitbake: fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when hand...Chris Laplante via bitbake-devel
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-03-19bitbake: fetch2/wget: Remove pointless lambda functionRichard Purdie
2019-03-19bitbake: fetch2/wget: Clean up whitespace/commentsRichard Purdie
2019-03-19bitbake: fetch2/wget: Fix typo in proxy handlingRichard Purdie
2019-03-19bitbake: fetch2/wget: Cleanup module importsRichard Purdie
2019-03-19bitbake: fetch2/wget: Fix authentication in checkstatus() of the wget fetcherStefan Klug
2019-01-16bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-08bitbake: fetch2/wget: Fix typo in exception nameRichard Purdie
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