summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the chef-utils helpers in our resourcesTim Smith2020-02-251-2/+2
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-9/+9
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Fixing specsnimisha2017-09-051-0/+2
* Added define_resource_requirement and some other validationsnimisha2017-09-051-0/+17
* Remove all 11 era deprecationstm/reremove_11_deprecationsThom May2017-03-081-6/+0
* Revert "Remove all 11 era deprecations"Thom May2017-03-081-0/+6
* Remove all 11 era deprecationsThom May2017-03-081-6/+0
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.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-3/+3
* Add `provides` to remaining provider resourcesJohn Keiser2015-05-131-0/+1
* fixing trailing blank lines as wellLamont Granquist2014-07-291-1/+0
* OC-10380: add polymorphismLamont Granquist2013-11-111-0/+8
* move cache control data management out of providerdanielsdeleo2013-05-231-33/+0
* remove provider loading of cache control datadanielsdeleo2013-05-231-14/+0
* Deprecated methods for remote_file provider.sersut2013-05-151-0/+6
* Fix nitpick comments and code typos.sersut2013-05-151-4/+0
* work around inherited specs being brokenLamont Granquist2013-04-021-0/+4
* edge conditions are annoyingLamont Granquist2013-03-271-1/+2
* deal with edge conditions with the metadataLamont Granquist2013-03-271-3/+7
* add checksums to debug outputLamont Granquist2013-03-271-1/+1
* - debugging around etag/last-modified cacheLamont Granquist2013-03-271-7/+15
* correctly move save_fileinfo inside converge_byLamont Granquist2013-03-251-10/+12
* move save_fileinfo work back inside of a converge_by() blockLamont Granquist2013-03-251-7/+9
* locate objects closer to their primary concernsLamont Granquist2013-03-201-1/+1
* refactoring of file providersLamont Granquist2013-03-151-117/+7
* windows fix for drive lettersLamont Granquist2013-03-151-3/+4
* use newer style for calling class methodsJesse Campbell2013-03-111-3/+3
* move proxy config to ftpJesse Campbell2013-03-011-16/+1
* switch back to chef::restJesse Campbell2013-03-011-11/+3
* strip target_matched, use tempfile=nil insteadJesse Campbell2013-03-011-9/+9
* minor bugsJesse Campbell2013-02-281-1/+5
* break up into separate classes for each supported schemeJesse Campbell2013-02-281-48/+26
* refactor http out of fetchJesse Campbell2013-02-261-32/+34
* support etags and last modified times for remote_fileJesse Campbell2013-02-261-10/+81
* move dir parsing out of ftp.initialize, don't overwriteJesse Campbell2013-02-131-5/+5
* e.response can sometimes trash a terminal session.Jesse Campbell2013-02-111-1/+1
* add additional exception details for restclientJesse Campbell2013-02-111-1/+6
* always re-raise on argument exception, refactor into smaller methodsJesse Campbell2013-02-111-35/+51
* correctly display source name in converge descriptionJesse Campbell2013-02-051-1/+1
* Fix remote_file namespacingJesse Campbell2013-02-051-1/+0
* pull ftp functionality out of remote_file.rb, move to remote_file/ftp.rbJesse Campbell2013-02-051-58/+19
* add attribution for ftp methodsJesse Campbell2013-01-221-0/+1
* remote_file: CHEF-1031: FTP URLs; CHEF-3786: authenticated HTTP/SJesse Campbell2013-01-221-32/+55
* [CHEF-3557] fix file security reporting for files on Unixdanielsdeleo2013-01-031-0/+1