summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/content.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-5/+5
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Allow spaces in files for remote_fileJay Mundrawala2015-05-211-1/+4
* remote_file support for windows network sharesJay Mundrawala2015-05-051-1/+5
* remove rest-client gemLamont Granquist2014-07-171-1/+0
* CHEF-5116 - Catch HTTPServerException for 404 in remote_file retryJohn Dyer2014-04-031-1/+1
* Remove unused class RemoteFile::Result.sersut2013-06-031-2/+1
* remove unused remote file util classdanielsdeleo2013-05-311-7/+2
* remove etag/mtime responsibilites from content classdanielsdeleo2013-05-231-4/+0
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-2/+2
* extra more password stuff to util, fix for ftp to use utilLamont Granquist2013-03-261-4/+2
* peel some resposibilities out of the content objectLamont Granquist2013-03-261-26/+5
* URI#scheme cleaner and easier to stub than ===Lamont Granquist2013-03-261-6/+4
* @current_resource.source may be nilLamont Granquist2013-03-251-1/+1
* allow disabling using etags and last modified headersLamont Granquist2013-03-251-2/+2
* locate objects closer to their primary concernsLamont Granquist2013-03-201-0/+110