summaryrefslogtreecommitdiff
path: root/lib/chef/win32/registry.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+5
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* fix Style/HashSyntaxLamont Granquist2018-07-021-8/+8
* mechanical conversion of most debug log statements to traceThom May2018-03-261-15/+15
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-9/+9
* windows fixes for ruby 2.2.4Lamont Granquist2016-03-231-3/+5
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-8/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-7/+7
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* yet more lint copslcg/lint-cops-againLamont Granquist2016-01-131-13/+0
* Implement delete_key with Win32::Registry#delete_keyClaire McQuin2015-09-031-26/+13
* 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-4/+1
* Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-031-0/+4
* Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-011-1/+1
* Fix constantSalim Alam2015-08-311-1/+1
* Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffichefsalim2015-08-301-2/+12
* downcasted registry key names to lowercaseJKerry2015-06-261-2/+10
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-1/+0
* Fixing unit/functional test expectationsPrajaktaPurohit2013-01-281-1/+1
* Ading/Editing commentsPrajaktaPurohit2013-01-281-4/+7
* Fixing formattingPrajaktaPurohit2013-01-281-2/+2
* Adding delete_key_ex function to also be able to delete 64bit keys by a 32bit...PrajaktaPurohit2013-01-281-10/+18
* Fixing code to not continue if hive not foundPrajaktaPurohit2012-12-191-1/+2
* allow using unabbreviated hives as wellLamont Granquist2012-12-191-1/+6
* Deleting unused function and minor permission fixesPrajaktaPurohit2012-12-191-1/+1
* Deleting the create_value function that does not get used elsewherePrajaktaPurohit2012-12-191-13/+0
* Returning true accross all functions when the state wanted by user is attainedPrajaktaPurohit2012-12-191-1/+5
* be consistent with symbols for architectureLamont Granquist2012-12-191-4/+4
* Adding whyrun support to the registry providerPrajaktaPurohit2012-12-191-16/+29
* API fixes after reviewLamont Granquist2012-12-191-36/+48
* more specs and fixes from failing specsLamont Granquist2012-12-191-1/+10
* Making some private functions publicPrajaktaPurohit2012-12-191-29/+29
* 32-bit/64-bit tests, and bugfixes that were uncoveredLamont Granquist2012-12-191-6/+6
* add 32/64 hooks for missed access pointsLamont Granquist2012-12-191-2/+3
* moving value_exists? out of privateLamont Granquist2012-12-191-9/+9
* change arity of create_key and spec fixingLamont Granquist2012-12-191-20/+20
* Setting up the resource and providersPrajaktaPurohit2012-12-191-13/+13
* update copyrightLamont Granquist2012-12-191-8/+3
* adding exceptions for missing recursive optionLamont Granquist2012-12-191-5/+2
* Tweaking create_key function to not create valuePrajaktaPurohit2012-12-191-5/+0
* Creating the registry provider action_create methodPrajaktaPurohit2012-12-191-1/+32
* logs, exception messages and a little rearrangementLamont Granquist2012-12-191-90/+109