summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #778 from opscode/ss/selinux-specsSerdar Sutay2013-05-282-2/+2
|\
| * Changed based on PR comments.sersut2013-05-281-2/+2
| * Unit specs for selinux code.sersut2013-05-232-2/+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-232-10/+11
* move cache control data management out of providerdanielsdeleo2013-05-233-76/+20
* Implement cache control data storagedanielsdeleo2013-05-231-0/+77
* remove provider loading of cache control datadanielsdeleo2013-05-232-39/+4
* Add cache control data to remote file HTTP backenddanielsdeleo2013-05-232-2/+45
* don't use client time for If-Modified-Sincedanielsdeleo2013-05-231-1/+1
* extract mtime and etag selection to methodsdanielsdeleo2013-05-231-18/+14
* remove unused indirection for ftp proxy configdanielsdeleo2013-05-231-5/+5
* Fix specs on windows.sersut2013-05-231-8/+5
* force_unlink socket tests.sersut2013-05-222-5/+10
* force_unlock tests for blockdev & chardevsersut2013-05-221-1/+2
* Directory specs for force_unlink.sersut2013-05-221-3/+11
* force_unlink tests for symlinks.sersut2013-05-221-6/+11
* Remove the catch / throw in do_diff.sersut2013-05-201-14/+10
* Typo fixes in config.rbsersut2013-05-201-2/+2
* Fix comments that include FIXME / TODO / XXX.sersut2013-05-203-6/+8
* Rename file config parameters to be file_atomic_update & file_staging_uses_de...sersut2013-05-205-15/+14
* Better error message when administrator privilages is missing on windows. Fix...sersut2013-05-201-2/+2
* Increase windows ACL testing coverage. Fix children inheritance of windows ACLs.sersut2013-05-203-33/+56
* Remove the debug print left over.sersut2013-05-171-1/+0
* Make selinux util a module.sersut2013-05-172-15/+31
* Cache system's selinux state to minimize the impact. Tidy debug logs.sersut2013-05-162-38/+33
* Relocate comments so that they can be picked up correctly by the doc tools.sersut2013-05-163-14/+18
* Remove file_force_unlink from config.sersut2013-05-162-6/+1
* Remove ability to override selinux restorecon command. Tidy selinux config op...sersut2013-05-164-71/+48
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-1618-274/+281
* Move code comments to where rdoc/yard expect themdanielsdeleo2013-05-164-22/+24
* Spec for deprecation.sersut2013-05-161-1/+1
* Deprecated methods for template provider.sersut2013-05-152-0/+70
* Deprecated methods for remote_file provider.sersut2013-05-152-0/+92
* Deprecated methods for cookbook_file provider.sersut2013-05-152-0/+60
* Deprecated functions for file provider.sersut2013-05-153-29/+243
* Fix nitpick comments and code typos.sersut2013-05-154-34/+23
* Merge branch 'master' into file-refactorsersut2013-05-1451-758/+1210
|\
| * Make --[no-]color description more conciseadamedx2013-05-132-2/+2
| * rephrase messages related to colored output options change.kaustubh-d2013-05-132-2/+2
| * colored output should be disabled by default on windowskaustubh-d2013-05-132-4/+4
| * [CHEF-4176] update `knife configure -i` for Chef 11danielsdeleo2013-05-131-3/+3