summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/cache_control_data.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* 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-4/+4
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
* 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
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
* Use double quotes by defaultThom May2016-01-141-6/+6
* Modify remote_file cache_control_data to use sha256 for its nameJay Mundrawala2015-09-281-4/+37
* remove some uses of from_jsonLamont Granquist2014-08-121-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-1/+1
* fixing trailing blank lines as wellLamont Granquist2014-07-291-2/+0
* we can still emit JSON::ParserErrors in compat modeLamont Granquist2014-06-231-1/+1
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-1/+1
* [CHEF-5309] add exception that happens nowadays when JSON parsing failsStephan Renatus2014-05-161-1/+1
* Merge pull request #939 from opscode/adamed-11-stable-OC-9173-remote-file-pathAdam Edwards2013-10-171-1/+4
* Ignore corrupt cache control data; re-download filedanielsdeleo2013-07-091-5/+8
* sanitize passwords in URLs when caching metadatadanielsdeleo2013-05-241-0/+2
* Add API documentation to CacheControlDatadanielsdeleo2013-05-231-0/+41
* extract cache control data class to its own filedanielsdeleo2013-05-231-0/+116