summaryrefslogtreecommitdiff
path: root/lib/chef/monkey_patches/win32
Commit message (Expand)AuthorAgeFilesLines
* fixes #4897 encode registry enumerated values and keys to utf8 instead of the...Matt Wrock2016-05-061-0/+11
* Better documenting our Registry monkeypatches so we will know in thetyler-ball2016-03-221-9/+12
* 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-4/+4
* Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file.Claire McQuin2015-09-041-3/+28
* Add file header.mcquin/monkeypatch-win32-registry-deleteClaire McQuin2015-09-031-0/+16
* Remove access mask to RegDeleteKeyExW, it's not usefulClaire McQuin2015-09-031-2/+1
* Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_keyClaire McQuin2015-09-031-5/+14
* Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-031-0/+23