aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2021-05-20fetch2/wget: when checking latest versions, consider all numerical directoriesAlexander Kanavin
2021-02-21fetch2/wget: Avoid crashing when connection drops mid checkstatusAlejandro Hernandez Samaniego
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-01-21fetch2/wget: Update user-agentChristophe Priouzeau
2020-08-22fetch2/wget: Remove buffering parameterRichard Purdie
2020-04-24fetch2/wget: Set User-Agent when checking status of a URLPaul Barker
2020-01-27fetch2/wget: fix downloadfilename parameterJean-Marie LEMETAYER
2020-01-19lib: remove unused importsFrazer Clews
2019-07-27fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when handling 403 ...Chris Laplante via bitbake-devel
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
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