summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/_downloadablefilesource.py
Commit message (Expand)AuthorAgeFilesLines
* bst-fmt: Allow greater control over node ordercoldtom/bst-fmtThomas Coldrick2018-12-201-0/+2
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-291-1/+79
* _downloadablefilesource: handle ValueError-sAngelos Evripiotis2018-10-251-1/+3
* _downloadablefilesource.py: Update network errors to be temporaryJosh Smith2018-07-271-2/+2
* buildstream/plugins/sources/_downloadablefilesource.py: Store etag along with...Valentin David2018-05-101-23/+42
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* buildstream/plugins/sources/_downloadablefilesource.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-071-4/+4
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-201-0/+4
* _downloadablefilesource.py: Support None values in ref accessors.Tristan Van Berkom2018-03-201-0/+7
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-141-3/+5
* _downloadablefilesource.py: Add ETag supportjuerg/etagJürg Billeter2018-02-251-7/+24
* plugins/sources/_downloadablefilesource.py: Exclude a line from coverageTristan Van Berkom2018-01-021-1/+6
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-3/+1
* tar: Move most of the code to a new base classMathieu Bridon2017-11-031-0/+107