| Commit message (Expand) | Author | Age | Files | Lines |
* | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade | Lamont Granquist | 2016-08-17 | 1 | -2/+2 |
* | - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanup | Chris Doherty | 2016-03-17 | 1 | -1/+1 |
* | Make handling of proxies more consistent | Nathan L Smith | 2016-03-17 | 1 | -12/+1 |
* | chefstyle Style/AndOr fixes | Lamont Granquist | 2016-03-14 | 1 | -1/+1 |
* | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
* | Use double quotes by default | Thom May | 2016-01-14 | 1 | -10/+10 |
* | fixing all the extra blank lines | Lamont Granquist | 2014-07-29 | 1 | -1/+0 |
* | Handle nil tempfile, ftp, http cases | adamedx | 2013-10-17 | 1 | -0/+1 |
* | Remove unused class RemoteFile::Result. | sersut | 2013-06-03 | 1 | -4/+1 |
* | remove unused remote file util class | danielsdeleo | 2013-05-31 | 1 | -1/+0 |
* | remove conditional get from FTP | danielsdeleo | 2013-05-24 | 1 | -22/+19 |
* | remove obsolete conditional fetch code | danielsdeleo | 2013-05-24 | 1 | -6/+10 |
* | use method delegation to expose testable behavior | danielsdeleo | 2013-05-24 | 1 | -25/+69 |
* | remove unused indirection for ftp proxy config | danielsdeleo | 2013-05-23 | 1 | -5/+5 |
* | Move file content management logic outside of providers under Chef::FileConte... | sersut | 2013-05-16 | 1 | -2/+2 |
* | tempfiles: moar composition and binmode for windows | Lamont Granquist | 2013-04-08 | 1 | -4/+3 |
* | make existing specs work for ftp_spec | Lamont Granquist | 2013-04-02 | 1 | -0/+2 |
* | bugfixin | Lamont Granquist | 2013-03-26 | 1 | -4/+5 |
* | extra more password stuff to util, fix for ftp to use util | Lamont Granquist | 2013-03-26 | 1 | -1/+2 |
* | peel some resposibilities out of the content object | Lamont Granquist | 2013-03-26 | 1 | -35/+44 |
* | set binmode for tempfiles on windows | Jesse Campbell | 2013-03-01 | 1 | -0/+3 |
* | move proxy config to ftp | Jesse Campbell | 2013-03-01 | 1 | -4/+19 |
* | Merge branch 'master' into rest_client | Jesse Campbell | 2013-03-01 | 1 | -1/+1 |
|\ |
|
| * | CHEF-1031: Switch to URI#host for 1.8 compat | Bryan McLellan | 2013-02-27 | 1 | -1/+1 |
| * | some cleanup utilizing the refactored RemoteFile::FTP | Jesse Campbell | 2013-02-26 | 1 | -15/+17 |
| * | incorrect refs to inaccessible 'uri' | Jesse Campbell | 2013-02-26 | 1 | -2/+2 |
| * | move dir parsing out of ftp.initialize, don't overwrite | Jesse Campbell | 2013-02-26 | 1 | -11/+16 |
| * | always re-raise on argument exception, refactor into smaller methods | Jesse Campbell | 2013-02-26 | 1 | -25/+36 |
| * | add new tests | Jesse Campbell | 2013-02-26 | 1 | -56/+50 |
| * | Fix remote_file namespacing | Jesse Campbell | 2013-02-26 | 1 | -1/+2 |
| * | pull ftp functionality out of remote_file.rb, move to remote_file/ftp.rb | Jesse Campbell | 2013-02-26 | 1 | -0/+82 |
* | strip target_matched, use tempfile=nil instead | Jesse Campbell | 2013-03-01 | 1 | -3/+1 |
* | minor bugs | Jesse Campbell | 2013-02-28 | 1 | -1/+1 |
* | break up into separate classes for each supported scheme | Jesse Campbell | 2013-02-28 | 1 | -13/+7 |
* | support etags and last modified times for remote_file | Jesse Campbell | 2013-02-26 | 1 | -15/+40 |
* | some cleanup utilizing the refactored RemoteFile::FTP | Jesse Campbell | 2013-02-18 | 1 | -15/+17 |
* | incorrect refs to inaccessible 'uri' | Jesse Campbell | 2013-02-13 | 1 | -2/+2 |
* | move dir parsing out of ftp.initialize, don't overwrite | Jesse Campbell | 2013-02-13 | 1 | -11/+16 |
* | always re-raise on argument exception, refactor into smaller methods | Jesse Campbell | 2013-02-11 | 1 | -25/+36 |
* | add new tests | Jesse Campbell | 2013-02-05 | 1 | -56/+50 |
* | Fix remote_file namespacing | Jesse Campbell | 2013-02-05 | 1 | -1/+2 |
* | pull ftp functionality out of remote_file.rb, move to remote_file/ftp.rb | Jesse Campbell | 2013-02-05 | 1 | -0/+82 |