summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Very basics of windows file permissions reporting.basic-win-security-reportingtylercloke2013-03-214-92/+185
* locate objects closer to their primary concernsLamont Granquist2013-03-2014-316/+306
* standardizing on exists?Lamont Granquist2013-03-201-1/+1
* method is inheritedLamont Granquist2013-03-201-8/+0
* avoid trying to load current modes if the file does not existLamont Granquist2013-03-181-5/+3
* remove turd leftover from intermediate refactoringLamont Granquist2013-03-181-7/+0
* refactoring of file providersLamont Granquist2013-03-1523-534/+935
* windows fix for drive lettersLamont Granquist2013-03-151-3/+4
* use newer style for calling class methodsJesse Campbell2013-03-111-3/+3
* don't include cgi, unnecessaryJesse Campbell2013-03-051-3/+2
* set binmode for tempfiles on windowsJesse Campbell2013-03-012-0/+6
* move proxy config to ftpJesse Campbell2013-03-012-20/+20
* Merge branch 'master' into rest_clientJesse Campbell2013-03-011-45/+59
|\
| * Revert "Merge branch 'CHEF-1031'"Bryan McLellan2013-03-014-156/+45
| * Rearrange comments based on PR feedback.sersut2013-03-011-6/+9
| * Tests, documentation and better error handling for windows service manager.sersut2013-03-011-3/+21
| * Refactor windows_service_manager slightly so that we can reuse it in differen...sersut2013-02-271-43/+36
* | switch back to chef::restJesse Campbell2013-03-015-34/+55
* | Merge branch 'master' into rest_clientJesse Campbell2013-03-0135-95/+1468
|\ \ | |/
| * fix specs for rubygems < 2.0danielsdeleo2013-02-271-1/+1
| * [CHEF-3935] Use stripped down lockless loggerdanielsdeleo2013-02-274-6/+100
| * [CHEF-3933] support new gem dependency installer return typedanielsdeleo2013-02-271-6/+15
| * [CHEF-3933] use rubygems 2.0 files/classes/methodsdanielsdeleo2013-02-271-3/+26
| * CHEF-1031: Switch to URI#host for 1.8 compatBryan McLellan2013-02-271-1/+1
| * Merge branch 'CHEF-1031'Bryan McLellan2013-02-274-45/+156
| |\
| | * some cleanup utilizing the refactored RemoteFile::FTPJesse Campbell2013-02-261-15/+17
| | * CHEF-3859: remote file resource fails ungracefully when no source isJesse Campbell2013-02-261-1/+1
| | * incorrect refs to inaccessible 'uri'Jesse Campbell2013-02-261-2/+2
| | * move dir parsing out of ftp.initialize, don't overwriteJesse Campbell2013-02-262-16/+21
| | * e.response can sometimes trash a terminal session.Jesse Campbell2013-02-261-1/+1
| | * add additional exception details for restclientJesse Campbell2013-02-261-1/+6
| | * always re-raise on argument exception, refactor into smaller methodsJesse Campbell2013-02-262-60/+87
| | * correctly display source name in converge descriptionJesse Campbell2013-02-261-1/+1
| | * add new testsJesse Campbell2013-02-261-56/+50
| | * Fix remote_file namespacingJesse Campbell2013-02-263-2/+4
| | * pull ftp functionality out of remote_file.rb, move to remote_file/ftp.rbJesse Campbell2013-02-262-58/+101
| | * add attribution for ftp methodsJesse Campbell2013-02-261-0/+1
| | * remote_file: CHEF-1031: FTP URLs; CHEF-3786: authenticated HTTP/SJesse Campbell2013-02-262-32/+64
| * | Remove non-trailing optional parameter to fix Ruby 1.8 and general maintainab...adamedx2013-02-261-1/+1
| |/
| * adding gcel ditto as ubuntu platformRanjib Dey2013-02-261-0/+8
| * CHEF-3895: Add Chef::Checksum to JSON class hackBryan McLellan2013-02-261-0/+3
| * Merge pull request #642 from opscode/chef_windows_servicesersut2013-02-214-60/+276
| |\
| | * Enable chef-client windows_service to stop in a timely manner when splay is c...sersut2013-02-211-5/+4
| | * Bring over the new logger initialization logic form application.rb.sersut2013-02-201-7/+43
| | * Add a log message to differentiate chef-client runs initiated by the service ...sersut2013-02-151-0/+1
| | * Remove references to now unused Chef::Application::Wakeupsersut2013-02-152-6/+0
| | * CHEF-3690: Restore run_chef_client private method relied upon by WindowsServi...sersut2013-02-151-0/+13
| | * Use ruby sync. mechanisms in windows_service. Add better logging.sersut2013-02-151-44/+52
| | * Create chef-service-manager using distro/service_manager.rb to control chef-s...sersut2013-02-151-0/+165
| * | OC-4739: Merge functional tests, Win2k3 compatibilityadamedx2013-02-196-47/+103