summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* 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-2/+2
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-166-284/+4
* fix comment for rearranged codeLamont Granquist2013-04-181-1/+1
* rearrange file modes to be atomic, clearer(?) commentLamont Granquist2013-04-181-11/+13
* constant no longer usedLamont Granquist2013-04-181-6/+0
* self_relative is internal stateLamont Granquist2013-04-181-5/+0
* use deploy_with :copy or :move as external API in resourcesLamont Granquist2013-04-182-24/+8
* fully implemented windows mv deploymentLamont Granquist2013-04-161-18/+34
* better handling of windows ACLsLamont Granquist2013-04-161-6/+31
* ruby-1.8.7 fixLamont Granquist2013-04-111-9/+7
* update windows strategyLamont Granquist2013-04-091-6/+1
* move the deploy switching stuff out of the resource andLamont Granquist2013-04-092-9/+38
* tempfiles: moar composition and binmode for windowsLamont Granquist2013-04-082-1/+65
* expand and fix selinux functionalityLamont Granquist2013-04-041-8/+0
* fix for non-root users deploying files over files they don't ownLamont Granquist2013-03-261-7/+31
* locate objects closer to their primary concernsLamont Granquist2013-03-205-308/+11
* method is inheritedLamont Granquist2013-03-201-8/+0
* refactoring of file providersLamont Granquist2013-03-158-0/+506