summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: wget: Improve mkdir handlingRichard Purdie2013-02-191-2/+3
* bitbake: fetch2: Remove unused code in wget fetcherOlof Johansson2013-02-171-5/+0
* bitbake: wget: Only use -O option when not spideringRichard Purdie2013-02-151-1/+2
* bitbake: fetch2/wget: Fix for mixed-up wget commandsCristian Iorga2012-11-261-2/+2
* bitbake: fetch2: raise an exception if user specifies protocol=git with http://Paul Eggleton2012-10-031-0/+3
* bitbake: bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble2012-07-241-1/+8
* bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and optionsRichard Purdie2012-07-101-3/+5
* bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie2012-05-201-0/+3
* bitbake/fetch2/wget: Add fallback/default wget commandsRichard Purdie2012-05-071-4/+4
* bitbake/fetch2/wget: Remove unneeded function indirection and reindentRichard Purdie2012-05-071-26/+23
* bitbake/fetch2/wget: Remove unnecessary use of OVERRIDESRichard Purdie2012-05-071-7/+3
* fetch2/wget: make checkstatus() quieterJoshua Lock2011-09-201-3/+4
* bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie2011-02-111-1/+1
* fetch2: add runfetchcmd to import for fetchersSaul Wold2011-02-071-1/+6
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-3/+3
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-9/+4
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-251-0/+1
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-251-2/+2
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-101-1/+1
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+93