summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
AgeCommit message (Expand)Author
2024-04-11bitbake: wget: Make wget --passive-ftp option conditional on ftp/ftpsRob Woolley
2024-02-20bitbake: Revert "bitbake: wget.py: always use the custom user agent"Alexander Kanavin
2024-02-10bitbake: wget.py: always use the custom user agentThomas Perrot
2024-01-10bitbake: fetch/wget/checkstatus(): include the URL in debugging output about ...Alexander Kanavin
2023-03-11bitbake: wget.py: Combine urlopener exceptionsMark Hatle
2023-03-11bitbake: wget.py: Add catch TimeoutError exceptionMark Hatle
2023-02-26bitbake: fetch2/wget: Drop unused importRichard Purdie
2023-02-17bitbake: fetch2/wget: clean up netrc usageRoss Burton
2022-12-11bitbake: fetch2/wget.py: correctly match versioned directoriesAlexander Kanavin
2022-12-09bitbake: fetch2/wget: handle username/password in uriKasper Revsbech
2022-09-05bitbake: wget: Avoid bad checksum race issuesRichard Purdie
2022-06-08bitbake: fetch/wget: Move files into place atomicallyRichard Purdie
2022-02-20bitbake: fetch2: Abstract fetcher environment to a functionRichard Purdie
2022-02-20bitbake: wget: Fix grammar "can happen"Zygmunt Krynicki
2022-02-20bitbake: fetch2/wget: move loop-invariant load of BB_ORIGENVZygmunt Krynicki
2021-12-08bitbake: fetch2/wget: do not hardcode tarball compressors in version checkAlexander Kanavin
2021-12-08bitbake: fetch2/wget: add redirectauth parameterJustin Bronder
2021-11-10bitbake: fetch/wget: Add timeout for checkstatus calls (30s)Richard Purdie
2021-09-16bitbake: fetch2/wget: Enable ftpsDaniel Ammann
2021-08-23bitbake: fetch2/wget: fix 'no_proxy' handlingEnrico Scholz
2021-08-12bitbake: fetch2/wget: fetch securely by defaultRoss Burton
2021-08-12bitbake: fetch2/wget: ensure all variables are set when calling urllibRoss Burton
2021-05-14bitbake: fetch2/wget: when checking latest versions, consider all numerical d...Alexander Kanavin
2021-02-26bitbake: fetch2/wget: Avoid crashing when connection drops mid checkstatusAlejandro Hernandez Samaniego
2021-02-10bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-01-23bitbake: fetch2/wget: Update user-agentChristophe Priouzeau
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