| Commit message (Expand) | Author | Age | Files | Lines |
* | use autoloading for many required gems | mwrock | 2020-09-08 | 1 | -4/+4 |
* | Update RuboCop config to Ruby 2.6 | Tim Smith | 2020-08-03 | 1 | -10/+10 |
* | Remove copyright dateslcg/remove-copyright-dates | Lamont Granquist | 2020-04-13 | 1 | -1/+1 |
* | Update HTTPServerException to be HTTPClientExceptionnet_http_deprecations | Tim Smith | 2020-02-19 | 1 | -4/+0 |
* | Remove legacy Net::HTTP not needed in Ruby 2.2+nethttp | Tim Smith | 2019-12-30 | 1 | -38/+0 |
* | Style/SymbolProc | Lamont Granquist | 2019-07-05 | 1 | -1/+1 |
* | fix Layout/EmptyLineAfterGuardClause | Lamont Granquist | 2019-07-02 | 1 | -0/+2 |
* | fix Layout/AlignArgumentslcg/new-chefstyle | Lamont Granquist | 2019-07-02 | 1 | -4/+4 |
* | This hits the ones that are most frequently required.lcg/require-idempotency | Lamont Granquist | 2019-05-20 | 2 | -2/+2 |
* | Convert require to require_relative | Lamont Granquist | 2019-05-08 | 1 | -2/+2 |
* | Remove checks for old versions of Ruby | Tim Smith | 2019-02-28 | 1 | -27/+1 |
* | change HTTPServerException to HTTPClientException for ruby 2.6 | Lamont Granquist | 2019-01-03 | 1 | -1/+5 |
* | rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixes | Lamont Granquist | 2018-03-21 | 1 | -7/+7 |
* | fix specs: RedundantReturn, RedundantSelf, RedundantBegin | Lamont Granquist | 2017-02-13 | 1 | -1/+1 |
* | Require net-ssh-multi 1.2.1 and remove our monkeypatch | Tim Smith | 2017-02-10 | 1 | -141/+0 |
* | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade | Lamont Granquist | 2016-08-17 | 1 | -2/+2 |
* | fixes #4897 encode registry enumerated values and keys to utf8 instead of the... | Matt Wrock | 2016-05-06 | 1 | -0/+11 |
* | Better documenting our Registry monkeypatches so we will know in the | tyler-ball | 2016-03-22 | 1 | -9/+12 |
* | change to break unless | Lamont Granquist | 2016-03-14 | 1 | -1/+2 |
* | chefstyle Style/AndOr fixes | Lamont Granquist | 2016-03-14 | 1 | -1/+1 |
* | auto fixing some rubocops | Lamont Granquist | 2016-02-09 | 1 | -2/+2 |
* | autofixing some missed cops | Lamont Granquist | 2016-02-05 | 1 | -1/+1 |
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 4 | -6/+6 |
* | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
* | Replace all Opscode copyrights with Chef Software. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
* | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 3 | -4/+4 |
* | Use double quotes by default | Thom May | 2016-01-14 | 4 | -8/+8 |
* | Add monkey patch for webrickjdm/webrick-monkey | Jay Mundrawala | 2015-09-08 | 1 | -0/+51 |
* | Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file. | Claire McQuin | 2015-09-04 | 1 | -3/+28 |
* | Add file header.mcquin/monkeypatch-win32-registry-delete | Claire McQuin | 2015-09-03 | 1 | -0/+16 |
* | Remove access mask to RegDeleteKeyExW, it's not useful | Claire McQuin | 2015-09-03 | 1 | -2/+1 |
* | Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_key | Claire McQuin | 2015-09-03 | 1 | -5/+14 |
* | Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value. | Claire McQuin | 2015-09-03 | 1 | -0/+23 |
* | Update Net::HTTP IPv6 monkey patch w/ version info | danielsdeleo | 2014-12-08 | 1 | -0/+4 |
* | Remove 1.8 and 1.9 specific monkey patches | danielsdeleo | 2014-11-26 | 9 | -364/+0 |
* | removed securerandom patch | Anshul Sharma | 2014-11-13 | 1 | -44/+0 |
* | Fix Pathname.each_filename on Ruby 1.8.7 | John Keiser | 2014-04-23 | 1 | -0/+32 |
* | Patch ruby 2.0 Net::HTTP proxy code for IPv6 | danielsdeleo | 2013-11-19 | 1 | -0/+34 |
* | Backport URI::Generic#hostname to Ruby 1.9.2 and older | danielsdeleo | 2013-11-15 | 1 | -0/+70 |
* | Normalize whitespace on all files | Seth Vargo | 2013-09-26 | 4 | -10/+10 |
* | Add File.realpath backport for ruby 1.8 | danielsdeleo | 2013-06-26 | 1 | -0/+26 |
* | Guard against unknown versions of net-ssh-multi in our monkey patch. | sersut | 2013-06-20 | 1 | -79/+85 |
* | Monkey patch for net-ssh-multi that fixes the concurrency issues in net-ssh-m... | sersut | 2013-06-20 | 1 | -0/+134 |
* | monkey patch SecureRandom with uuid method if required | jamesc | 2013-06-18 | 1 | -0/+44 |
* | Removing Dir monkey patch. | Jon Morrow | 2013-06-17 | 1 | -36/+0 |
* | [CHEF-3715] remove caching of sha256 cksums | danielsdeleo | 2012-12-21 | 1 | -50/+0 |
* | CHEF-3660: rename files that didn't play nice with git rebase | sdelano | 2012-12-13 | 1 | -0/+65 |
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 8 | -0/+279 |