summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/local_file.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-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
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-3/+5
* Allow spaces in files for remote_fileJay Mundrawala2015-05-211-4/+8
* Simplication of source_path assignBastien JOVE2014-04-101-1/+1
* Correction on call vs log errorBastien JOVE2014-04-101-2/+2
* Update local_file.rbTensibai2014-04-101-1/+1
* windows path fix for CHEF-4472Bastien JOVE2014-04-101-1/+7
* Handle nil tempfile, ftp, http casesadamedx2013-10-171-1/+1
* CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-171-0/+1
* Remove unused class RemoteFile::Result.sersut2013-06-031-2/+1
* remove non-functional conditional fetch from local filedanielsdeleo2013-05-241-20/+4
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-1/+1
* add debug loggingLamont Granquist2013-04-101-0/+3
* specs and fixes for local file urisLamont Granquist2013-04-101-10/+15
* tempfiles: moar composition and binmode for windowsLamont Granquist2013-04-081-4/+2
* missed renaming thisLamont Granquist2013-03-261-1/+1
* bugfixinLamont Granquist2013-03-261-1/+2
* peel some resposibilities out of the content objectLamont Granquist2013-03-261-6/+15
* set binmode for tempfiles on windowsJesse Campbell2013-03-011-0/+3
* switch back to chef::restJesse Campbell2013-03-011-1/+1
* strip target_matched, use tempfile=nil insteadJesse Campbell2013-03-011-13/+11
* minor bugsJesse Campbell2013-02-281-5/+0
* break up into separate classes for each supported schemeJesse Campbell2013-02-281-0/+52