summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* foodcritic fixesRanjib Dey2013-05-152-5/+5
* Merge pull request #31 from chef-azure/masterJoshua Timberman2013-04-221-2/+4
|\
| * Update version.rbYvo2013-04-041-2/+4
* | [COOK-2729] - qualify conditional w/ URI's regexjtimberman2013-04-161-1/+1
* | [COOK-2729] - allow only http, https URI schemesjtimberman2013-04-161-1/+1
* | [COOK-2729] - use stdlib URI classjtimberman2013-04-101-2/+4
|/
* Freeze constants and only defined undefined constantsSeth Vargo2013-02-152-25/+25
* Add missing registry types to windows_registryKristian Vlaardingerbroek2012-08-241-3/+14
* [COOK-1173]: make provider action :remove idempotentTim Green2012-08-181-2/+7
* [COOK-1033] - remove libraries/ruby_19_patches.rbjtimberman2012-07-111-26/+0
* [COOK-1323] - Update for changes in Chef 0.10.10jtimberman2012-05-252-13/+12
* Prevent havoc on non-Windows systemsHolger Just2012-04-251-14/+16
* add future plans for 1.2.10, remove extraneous debugg debug logsjtimberman2011-12-231-3/+1
* COOK-939, COOK-940 - type parameter and fix return logicjtimberman2011-12-231-339/+343
* Support binary types in registry keysJohn Keiser2011-12-231-3/+7
* don't catch specific exception as they differ betweenSeth Chisamore2011-11-011-1/+1
* windows server 2003 compat fixesSeth Chisamore2011-10-281-7/+17
* patch to fix [CHEF-2684], Open4 is named Open3 in Ruby 1.9Seth Chisamore2011-10-231-0/+24
* renamed Chef::Provider::WindowsFeature::Base file to the more descriptive fea...Seth Chisamore2011-09-271-0/+0
* combined numerous helper libarires for easier sharing across libaries/LWRPsSeth Chisamore2011-09-273-71/+25
* new get_values method which returns all values for a particular keySeth Chisamore2011-09-121-18/+30
* refactor windows_feature resource and providers into LWRP filesSeth Chisamore2011-09-095-244/+41
* refactor all resources and providers into LWRPsSeth Chisamore2011-09-011-6/+6
* [COOK-719] resource/provider for managing windows featuresSeth Chisamore2011-08-304-0/+244
* reworked Windows::Helper into a module and added new methodsSeth Chisamore2011-08-301-2/+35
* windows version helper class..makese sense of the craziness that is windows v...Seth Chisamore2011-08-301-0/+194
* add win_friendly_path helperSeth Chisamore2011-08-172-3/+31
* added force_modify action to windows_registry resourceSeth Chisamore2011-08-171-1/+1
* add checksum support for remote packages in windows_packageSeth Chisamore2011-08-121-1/+2
* ensure windows platform specific gems are only loaded on windowsSeth Chisamore2011-08-112-14/+16
* update package helper naming to match other helpersSeth Chisamore2011-08-111-2/+2
* clean up copyright in all filesSeth Chisamore2011-08-112-3/+23
* clean up hard tabs and trailing whitespaceSeth Chisamore2011-08-102-296/+294
* Adding auto run providerPaul Morton2011-08-102-1/+8
* Registry provider to allow remove action + set_value now uses auto creationPaul Morton2011-08-101-2/+25
* Major Refactor of registry providerPaul Morton2011-08-101-1/+1
* Refactor the registry code into a modulePaul Morton2011-08-102-0/+393
* [COOK-612] useful windows primitivesSeth Chisamore2011-07-081-0/+45