summaryrefslogtreecommitdiff
path: root/lib/chef/win32/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-121-2/+2
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* link resource: Remove checks for link support on Windowslink_checkTim Smith2020-03-051-10/+2
* fix 4 copsLamont Granquist2019-07-051-1/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-8/+8
* Tell people what file a link is pointing at.Phil Dibowitz2019-04-291-0/+8
* add option to enable unprivileged symlink creation on windows (#6236)Dan Sedlacek2017-08-081-0/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-6/+4
* Fix Ruby 2.3 `symlink?` when symlink points to nonexistent fileJohn Keiser2016-08-031-4/+4
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-3/+3
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* 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-7/+7
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-071-0/+5
* Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-011-4/+5
* Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-271-0/+7
* Convert SetVolumeMountPoint to use ffiJay Mundrawala2015-08-271-0/+7
* Rewrite DeleteVolumeMountPoint to use FFIJay Mundrawala2015-08-271-0/+10
* Added file_access_check for windowsJay Mundrawala2015-02-171-0/+21
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+167