summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/http.rb
Commit message (Expand)AuthorAgeFilesLines
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* Capitalize sentencesTim Smith2015-10-181-1/+1
* Update remote_file to expect nil return for 304 responsedanielsdeleo2013-10-231-11/+4
* Handle nil tempfile, ftp, http casesadamedx2013-10-171-1/+1
* Convert remote file to use simple httpdanielsdeleo2013-10-081-4/+4
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* Remove unused class RemoteFile::Result.sersut2013-06-031-2/+2
* ensure HTTP backend sets cksum on cache control datadanielsdeleo2013-05-231-2/+4
* extract cache control data class to its own filedanielsdeleo2013-05-231-86/+1
* Enable conditional GET by defaultdanielsdeleo2013-05-231-2/+2
* move cache control data management out of providerdanielsdeleo2013-05-231-15/+20
* Implement cache control data storagedanielsdeleo2013-05-231-0/+77
* remove provider loading of cache control datadanielsdeleo2013-05-231-25/+4
* Add cache control data to remote file HTTP backenddanielsdeleo2013-05-231-0/+33
* don't use client time for If-Modified-Sincedanielsdeleo2013-05-231-1/+1
* extract mtime and etag selection to methodsdanielsdeleo2013-05-231-18/+14
* Merge branch 'CHEF-4042' into file-refactorLamont Granquist2013-04-121-1/+1
|\
| * CHEF-4042: add headers argument to remote_file (needs specs)Lamont Granquist2013-04-111-1/+1
* | skeleton of http specsLamont Granquist2013-04-111-3/+6
|/
* more debugging and use new_resource.use_etag instead of current_resourceLamont Granquist2013-03-271-6/+18
* deal with edge conditions with the metadataLamont Granquist2013-03-271-3/+3
* - debugging around etag/last-modified cacheLamont Granquist2013-03-271-0/+9
* bugfixinLamont Granquist2013-03-261-2/+3
* peel some resposibilities out of the content objectLamont Granquist2013-03-261-13/+12
* switch back to chef::restJesse Campbell2013-03-011-21/+39
* strip target_matched, use tempfile=nil insteadJesse Campbell2013-03-011-4/+3
* break up into separate classes for each supported schemeJesse Campbell2013-02-281-0/+76