summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/http.rb
Commit message (Expand)AuthorAgeFilesLines
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+5
* RemoteFile: unlink tempfile when using cache control shows unchangedlcg/remote_file_cleanup_tempfilesLamont Granquist2018-02-021-3/+8
* allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-191-2/+3
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-1/+19
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-2/+6
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-1/+15
| |\
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-5/+11
| | * pass resource as an option to allow access to resource eventsBrandon Raabe2015-03-181-2/+1
| | * add progress interval, add ProgressBar classBrandon Raabe2015-03-151-0/+1
| | * add value of show_progress to the http_client_optsBrandon Raabe2015-03-151-0/+8
* | | chefstyle Style/AndOr fixesLamont Granquist2016-03-141-2/+2
|/ /
* | autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* | Use double quotes by defaultThom May2016-01-141-6/+6
* | Capitalize sentencesTim Smith2015-10-181-1/+1
|/
* Update remote_file to expect nil return for 304 responsedanielsdeleo2013-10-231-11/+4
* Handle nil tempfile, ftp, http casesadamedx2013-10-171-1/+1
* Convert remote file to use simple httpdanielsdeleo2013-10-081-4/+4
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* Remove unused class RemoteFile::Result.sersut2013-06-031-2/+2
* ensure HTTP backend sets cksum on cache control datadanielsdeleo2013-05-231-2/+4
* extract cache control data class to its own filedanielsdeleo2013-05-231-86/+1
* 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
* Add cache control data to remote file HTTP backenddanielsdeleo2013-05-231-0/+33
* don't use client time for If-Modified-Sincedanielsdeleo2013-05-231-1/+1
* extract mtime and etag selection to methodsdanielsdeleo2013-05-231-18/+14
* Merge branch 'CHEF-4042' into file-refactorLamont Granquist2013-04-121-1/+1
|\
| * CHEF-4042: add headers argument to remote_file (needs specs)Lamont Granquist2013-04-111-1/+1
* | skeleton of http specsLamont Granquist2013-04-111-3/+6
|/
* more debugging and use new_resource.use_etag instead of current_resourceLamont Granquist2013-03-271-6/+18
* deal with edge conditions with the metadataLamont Granquist2013-03-271-3/+3
* - debugging around etag/last-modified cacheLamont Granquist2013-03-271-0/+9
* bugfixinLamont Granquist2013-03-261-2/+3
* peel some resposibilities out of the content objectLamont Granquist2013-03-261-13/+12
* switch back to chef::restJesse Campbell2013-03-011-21/+39
* strip target_matched, use tempfile=nil insteadJesse Campbell2013-03-011-4/+3
* break up into separate classes for each supported schemeJesse Campbell2013-02-281-0/+76