summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_serving
Commit message (Expand)AuthorAgeFilesLines
* Treat Windows absolute paths as absolute pathsJacob Helwig2011-08-192-1/+5
* Remove use of Util::Cacher from FileServing::Mount::FileNick Lewis2011-08-192-13/+9
* Remove use of Util::Cacher in FileServing::ConfigurationNick Lewis2011-08-191-9/+7
* (#8268) Require windows drive letters in absolute file pathsJosh Cooper2011-08-191-2/+7
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-188-32/+0
* Fix #6026 - security file should support inline commentsBrice Figureau2011-07-261-13/+6
* (#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
* Fix for #4489 -- apply was using the rest terminusMarkus Roberts2010-08-241-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-0912-694/+694
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-096-8/+8
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-092-2/+2
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-097-9/+9
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-2/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-095-18/+6
* Code smell: Use string interpolationMarkus Roberts2010-07-098-26/+26
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-094-22/+27
* Relax path qualification check on FileServing::FilesetDavid Schmitt2010-02-171-1/+1
* Add master side file content streamingBrice Figureau2010-02-171-3/+4
* Fix #2929 - Allow checksum to be "none"Brice Figureau2010-02-172-2/+3
* Uncommeniting the fix for #3001Markus Roberts2010-01-211-1/+1
* Minimal fix for #3001 (failing to fetch metadata on dangling symlink)Markus Roberts2010-01-191-1/+1
* Partial rollback of refinements to fix for #2994Markus Roberts2010-01-021-3/+3
* Additional fix for #2994 (followed symlinks do not have checksums)Markus Roberts2010-01-011-6/+4
* Fixing 2725 Error message when permissions incorrect on file server directoryJesse Wolfe2009-12-021-1/+4
* 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-052-3/+57
* Fix #2753 - Do not "global allow" plugins/modules mount if some rules have be...Brice Figureau2009-10-271-2/+2
* Fixing #2577 - clarifying and demoting the deprecation noticeLuke Kanies2009-09-011-1/+1
* Fixing #2558 - propagating recent fileserving changesLuke Kanies2009-08-244-16/+16
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-182-13/+4
* Fix #2424 - take 2, make sure default mounts allow every clientsBrice Figureau2009-07-211-0/+2
* Fix #2424 - File server can't find module in environmentBrice Figureau2009-07-181-1/+1
* Fix small typo in the fix for #2394Brice Figureau2009-07-181-1/+1
* Fixed #2394 - warn once on module mount deprecation.Sam Livingston-Gray2009-07-131-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-066-9/+9
* Modules now can find their own pathsLuke Kanies2009-05-151-1/+1
* 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 default fileserving mount creation to the Configuration classLuke Kanies2009-03-052-8/+9
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-262-12/+12
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-5/+1
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-197-237/+268
* Moving Request and Fileset integration into Fileset.Luke Kanies2009-02-192-18/+31
* Supporting multiple paths for searching for files.Luke Kanies2009-02-181-3/+7
* Adding support for merging multiple filesets.Luke Kanies2009-02-181-0/+17
* Fixing fileserving to support strings or symbolsLuke Kanies2009-02-182-1/+2
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-112-6/+10