summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file
Commit message (Expand)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-053-4/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-024-5/+5
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-027-8/+8
* Use double quotes by defaultThom May2016-01-146-32/+32
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-5/+5
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Merge pull request #3991 from chef/jdm/remote-file-sha2Thom May2015-11-121-4/+37
|\
| * Modify remote_file cache_control_data to use sha256 for its nameJay Mundrawala2015-09-281-4/+37
* | Capitalize sentencesTim Smith2015-10-181-1/+1
|/
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-3/+5
* Allow spaces in files for remote_fileJay Mundrawala2015-05-212-5/+12
* Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-071-1/+1
* remote_file support for windows network sharesJay Mundrawala2015-05-053-9/+75
* 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-292-3/+0
* fixing all the extra blank linesLamont Granquist2014-07-292-2/+0
* remove rest-client gemLamont Granquist2014-07-171-1/+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 #1358 from johntdyer/masterlamont-granquist2014-04-221-1/+1
|\
| * CHEF-5116 - Catch HTTPServerException for 404 in remote_file retryJohn Dyer2014-04-031-1/+1
* | Simplication of source_path assignBastien JOVE2014-04-101-1/+1
* | Correction on call vs log errorBastien JOVE2014-04-101-2/+2
* | Update local_file.rbTensibai2014-04-101-1/+1
* | windows path fix for CHEF-4472Bastien JOVE2014-04-101-1/+7
|/
* Update remote_file to expect nil return for 304 responsedanielsdeleo2013-10-231-11/+4
* Handle nil tempfile, ftp, http casesadamedx2013-10-173-2/+3
* CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-171-0/+1
* Merge pull request #939 from opscode/adamed-11-stable-OC-9173-remote-file-pathAdam Edwards2013-10-171-1/+4
* Convert remote file to use simple httpdanielsdeleo2013-10-081-4/+4
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* Ignore corrupt cache control data; re-download filedanielsdeleo2013-07-091-5/+8
* Remove unused class RemoteFile::Result.sersut2013-06-035-49/+5
* remove unused remote file util classdanielsdeleo2013-05-313-51/+2
* sanitize passwords in URLs when caching metadatadanielsdeleo2013-05-241-0/+2
* remove non-functional conditional fetch from local filedanielsdeleo2013-05-241-20/+4
* remove conditional get from FTPdanielsdeleo2013-05-241-22/+19
* remove obsolete conditional fetch codedanielsdeleo2013-05-241-6/+10
* use method delegation to expose testable behaviordanielsdeleo2013-05-241-25/+69
* remove etag/mtime responsibilites from content classdanielsdeleo2013-05-231-4/+0
* ensure HTTP backend sets cksum on cache control datadanielsdeleo2013-05-231-2/+4
* Add API documentation to CacheControlDatadanielsdeleo2013-05-231-0/+41
* extract cache control data class to its own filedanielsdeleo2013-05-232-86/+117
* Enable conditional GET by defaultdanielsdeleo2013-05-231-2/+2
* move cache control data management out of providerdanielsdeleo2013-05-231-15/+20
* Implement cache control data storagedanielsdeleo2013-05-231-0/+77
* remove provider loading of cache control datadanielsdeleo2013-05-231-25/+4