Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCHv3 0/6] Add connection cache support in wget checkstatus.
@ 2015-06-30 14:39 Aníbal Limón
  2015-06-30 14:39 ` [PATCHv3 1/6] fetch2/__init__.py: Add FetchConnectionCache class Aníbal Limón
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Aníbal Limón @ 2015-06-30 14:39 UTC (permalink / raw)
  To: bitbake-devel

This v3 fixes proxy setup only use ProxyHandler in urllib when proxies are set
into env.

You can also review the changes at,

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/fetch2-wget-checkstatus

Aníbal Limón (6):
  fetch2/__init__.py: Add FetchConnectionCache class
  fetch2: Add fetch parameter to checkstatus
  fetch2/wget.py: Add support of connection cache in checkstatus.
  tests/fetch.py: Add FetchCheckStatusTest tests.
  fetch2/wget.py: checkstatus fix using proxy handler
  tests/fetch.py: FetchCheckStatusTest add cases for ftp and https.

 lib/bb/fetch2/__init__.py |  59 ++++++++++++++----
 lib/bb/fetch2/git.py      |   2 +-
 lib/bb/fetch2/local.py    |   2 +-
 lib/bb/fetch2/wget.py     | 154 ++++++++++++++++++++++++++++++++++++++++++++--
 lib/bb/tests/fetch.py     |  45 ++++++++++++++
 5 files changed, 244 insertions(+), 18 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-30 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 14:39 [PATCHv3 0/6] Add connection cache support in wget checkstatus Aníbal Limón
2015-06-30 14:39 ` [PATCHv3 1/6] fetch2/__init__.py: Add FetchConnectionCache class Aníbal Limón
2015-06-30 14:39 ` [PATCHv3 2/6] fetch2: Add fetch parameter to checkstatus Aníbal Limón
2015-06-30 14:39 ` [PATCHv3 3/6] fetch2/wget.py: Add support of connection cache in checkstatus Aníbal Limón
2015-06-30 14:39 ` [PATCHv3 4/6] tests/fetch.py: Add FetchCheckStatusTest tests Aníbal Limón
2015-06-30 14:39 ` [PATCHv3 5/6] fetch2/wget.py: checkstatus fix using proxy handler Aníbal Limón
2015-06-30 14:39 ` [PATCHv3 6/6] tests/fetch.py: FetchCheckStatusTest add cases for ftp and https Aníbal Limón

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox