index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
fetch2
/
wget.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when hand...
Chris Laplante via bitbake-devel
2019-07-27
1
-7
/
+9
*
bitbake: bitbake: Strip old editor directives from file headers
Richard Purdie
2019-05-04
1
-2
/
+0
*
bitbake: bitbake: Drop duplicate license boilerplace text
Richard Purdie
2019-05-04
1
-13
/
+0
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
1
-0
/
+2
*
bitbake: fetch2/wget: Remove pointless lambda function
Richard Purdie
2019-03-19
1
-1
/
+1
*
bitbake: fetch2/wget: Clean up whitespace/comments
Richard Purdie
2019-03-19
1
-19
/
+13
*
bitbake: fetch2/wget: Fix typo in proxy handling
Richard Purdie
2019-03-19
1
-1
/
+1
*
bitbake: fetch2/wget: Cleanup module imports
Richard Purdie
2019-03-19
1
-6
/
+5
*
bitbake: fetch2/wget: Fix authentication in checkstatus() of the wget fetcher
Stefan Klug
2019-03-19
1
-2
/
+2
*
bitbake: bitbake: Fix Deprecated warnings from regexs
Richard Purdie
2019-01-16
1
-12
/
+12
*
bitbake: fetch2/wget: Fix typo in exception name
Richard Purdie
2018-12-08
1
-1
/
+1
*
bitbake: fetch/wget: use with to ensure the response is closed
Ross Burton
2017-11-21
1
-1
/
+2
*
bitbake: fetch/wget: improve proxy object
Ross Burton
2017-11-21
1
-0
/
+1
*
bitbake: wget: fix FusionForge workaround
Ross Burton
2017-07-31
1
-6
/
+3
*
bitbake: fetch/wget: mitigate a wget race condition when listing FTP directories
Ross Burton
2017-07-25
1
-12
/
+11
*
bitbake: fetch2/wget.py: improve error handling during sstate check
Patrick Ohly
2017-07-21
1
-0
/
+14
*
bitbake: wget: Fix handling of urls with user/password
Richard Purdie
2017-03-31
1
-3
/
+2
*
bitbake: fetch2: don't use deprecated bb.data APIs
Andre McCurdy
2017-03-01
1
-3
/
+2
*
bitbake: wget.py: match .lz tarballs as well when determining latest version
Alexander Kanavin
2017-03-01
1
-1
/
+1
*
bitbake: fetch2/wget: fixup case with no useful netrc data
Mark Asselstine
2016-12-21
1
-1
/
+1
*
bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()
Matthew McClintock
2016-12-20
1
-2
/
+14
*
bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network access
Markus Lehtonen
2016-11-30
1
-1
/
+1
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
1
-6
/
+6
*
bitbake: wget: allow basic http auth for SSTATE_MIRRORS
Stephano Cetola
2016-09-02
1
-0
/
+11
*
bitbake: fetch2: implement progress support
Paul Eggleton
2016-07-19
1
-2
/
+26
*
bitbake: fetch2/wget: attempt checkstatus again if it fails
Ross Burton
2016-07-08
1
-4
/
+8
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
1
-24
/
+24
*
bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detection
Aníbal Limón
2016-03-28
1
-2
/
+12
*
bitbake: fetch2/wget.py: _check_latest_version_by_dir use group names
Aníbal Limón
2016-03-28
1
-4
/
+4
*
bitbake: fetch2/wget: Set localfile for directories
Richard Purdie
2016-02-28
1
-0
/
+2
*
bitbake: bb/fetch2: Move export_proxies function from wget to utils.
Aníbal Limón
2016-02-08
1
-16
/
+1
*
bitbake: fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()
Ross Burton
2016-01-26
1
-23
/
+49
*
bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.
Alexander Kanavin
2015-12-08
1
-2
/
+2
*
bitbake: wget.py: parse only <a> tags
Alexander Kanavin
2015-12-07
1
-2
/
+3
*
bitbake: wget.py: fix incorrect regexes
Alexander Kanavin
2015-08-01
1
-2
/
+2
*
bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision)
Aníbal Limón
2015-07-22
1
-6
/
+6
*
bitbake: fetch2/wget.py: checkstatus disable SSL cert validation.
Aníbal Limón
2015-07-12
1
-2
/
+18
*
bitbake: fetch2/wget.py: checkstatus fix using proxy handler
Aníbal Limón
2015-07-12
1
-4
/
+16
*
bitbake: fetch2/wget.py: Add support of connection cache in checkstatus.
Aníbal Limón
2015-07-12
1
-4
/
+136
*
bitbake: fetch2: Add fetch parameter to checkstatus
yocto-1.9_M1
Aníbal Limón
2015-07-09
1
-1
/
+1
*
bitbake: fetch2: wget remove scape of - in regexes don't needed
Aníbal Limón
2015-02-16
1
-9
/
+9
*
bitbake: fetch2: wget _modelate_version improvments
Aníbal Limón
2015-02-16
1
-3
/
+3
*
bitbake: fetch2: wget latest_versionstring improvments in get version by dir
Aníbal Limón
2015-02-16
1
-71
/
+37
*
bitbake: fetch2: wget add _check_latest_version_by_dir
Aníbal Limón
2015-02-16
1
-6
/
+46
*
bitbake: fetch2: wget latest_versionstring _check_latest_version improvments
Aníbal Limón
2015-02-16
1
-26
/
+25
*
bitbake: fetch2: wget latest_versionstring improve _parse_path
Aníbal Limón
2015-02-16
1
-20
/
+24
*
bitbake: bb/fetch2/wget.py: latest_versionstring escape packagename when buil...
Aníbal Limón
2015-01-21
1
-1
/
+1
*
bitbake: fetch2/wget: Fix horrible temp file handling
Richard Purdie
2014-12-25
1
-2
/
+1
*
bitbake: bb/fetch2/wget.py: latest_versionstring fix multithread and remove d...
Aníbal Limón
2014-12-23
1
-17
/
+13
*
bitbake: fetch/wget: latest_versionstring clean improvments minor
Aníbal Limón
2014-11-28
1
-3
/
+2
[next]