summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_serving/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Treat Windows absolute paths as absolute pathsJacob Helwig2011-08-191-1/+4
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-181-4/+0
* Code smell: Two space indentationMarkus Roberts2010-07-091-66/+66
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
* Fix #2757 & CSR 92 (symlinks in recursively managed dirs)Markus Roberts2009-11-051-0/+15
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixing fileserving to support strings or symbolsLuke Kanies2009-02-181-0/+1
* Deduplicating slashes in the fileserving codeLuke Kanies2008-11-041-2/+2
* Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-271-1/+1
* Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-261-0/+4
* Refactoring how files in FileServing are named.Luke Kanies2008-08-261-6/+2
* Finishing the rename of FileBase => Base.Luke Kanies2008-08-261-0/+76