summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* explicitly include EnforceOwnershipAndPermissions where it's useddanielsdeleo2012-12-181-0/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+138
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-80/+0
* Updating the remote_file spec, simplifying remote_file a bitAdam Jacob2008-08-171-18/+12
* Adding remote_file and remote_directory supportAdam Jacob2008-08-161-0/+86