summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_serving/fileset.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8268) Require windows drive letters in absolute file pathsJosh Cooper2011-08-191-2/+7
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-181-4/+0
* (#7139) Accept '/' as a valid path in filesetsNick Lewis2011-05-031-1/+1
* (#5221) Fix fileset path absoluteness checking with trailing slashJames Turnbull2011-03-241-0/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-131/+131
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+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-2/+2
* Relax path qualification check on FileServing::FilesetDavid Schmitt2010-02-171-1/+1
* Fix #2929 - Allow checksum to be "none"Brice Figureau2010-02-171-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Fix #2101 - fix recurselimit == 0 bad behaviourBrice Figureau2009-03-271-2/+2
* Fix #1469 - Add an option to recurse only on remote sideBrice Figureau2009-03-201-13/+7
* Moving Request and Fileset integration into Fileset.Luke Kanies2009-02-191-7/+29
* Adding support for merging multiple filesets.Luke Kanies2009-02-181-0/+17
* Fixing fileserving to support strings or symbolsLuke Kanies2009-02-181-1/+1
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-2/+2
|\
| * Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-301-1/+1
| * Make fileserver use fileset for recursion and handle dangling links by ignori...Paul Nasrat2008-09-301-1/+1
* | Fixing filesets to allow nil ignore values.Luke Kanies2008-08-281-0/+2
* | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-261-1/+1
|/
* Adding searchability to the fileserving termini, using theLuke Kanies2007-10-221-2/+2
* Adding a Fileset class for managing sets of files. ThisLuke Kanies2007-10-221-0/+138