summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_serving
Commit message (Expand)AuthorAgeFilesLines
...
* Deduplicating slashes in the fileserving codeLuke Kanies2008-11-041-2/+2
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-5/+5
|\
| * Fix metadata class for cases when checksum_type setPaul Nasrat2008-09-301-3/+3
| * 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
* | Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-271-1/+1
* | Fixing the terminus helper so it correctly catches options passed from client...Luke Kanies2008-08-261-1/+10
* | Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-261-0/+4
* | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-264-2/+4
* | Adding the content writer to the content class.Luke Kanies2008-08-261-1/+3
* | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-261-1/+15
* | Refactoring how files in FileServing are named.Luke Kanies2008-08-263-8/+3
* | Finishing the rename of FileBase => Base.Luke Kanies2008-08-261-0/+76
* | Renaming FileServing::FileBase to FileServing::Base.Luke Kanies2008-08-263-83/+14
* | Removing the yaml conversion code from FileContent.Luke Kanies2008-08-261-8/+0
* | FileServing Configurations now expect unqualified files.Luke Kanies2008-08-261-2/+3
* | Fixing the fileserving terminus selection hook.Luke Kanies2008-08-261-22/+23
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-291-4/+4
|\|
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-181-4/+4
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-132-23/+15
|/
* Fixing the tests that were failing because of the useLuke Kanies2008-04-081-2/+4
* Removing unused code from the file_serving/metadata class.Luke Kanies2008-04-081-9/+0
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-2/+4
* Fixing #1093 -- 0.23.2 clients are again compatibleLuke Kanies2008-02-281-0/+1
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-232-14/+44
* File serving should work now, both recursive andLuke Kanies2007-10-244-16/+47
* Renaming the FileServing TerminusSelector module to IndirectionHooks,Luke Kanies2007-10-223-5/+5
* Renaming the :local termini for metadata and contentLuke Kanies2007-10-221-2/+2
* Link handling is now in the file serving classes.Luke Kanies2007-10-223-25/+74
* Adding searchability to the fileserving termini, using theLuke Kanies2007-10-222-2/+17
* Adding a Fileset class for managing sets of files. ThisLuke Kanies2007-10-221-0/+138
* Adding authorization hooks to the file_server andLuke Kanies2007-10-212-3/+18
* Renaming the 'mounts' terminus to 'file_server', and renamingLuke Kanies2007-10-201-3/+3
* File serving now works. I've tested a couple of ways toLuke Kanies2007-10-195-84/+24
* I've now split the file-serving termini into two separate types (inLuke Kanies2007-10-184-35/+60
* Fixing all of the classes that I just renamed, and addingLuke Kanies2007-10-182-2/+3
* I'm working on making file serving work in the indirector now, so ILuke Kanies2007-10-182-1/+28
* Renaming the file_serving/{content,metadata} indirectionsLuke Kanies2007-10-182-2/+2
* This is the first mostly functional commit of theLuke Kanies2007-10-183-196/+237
* Adding the first pass at modifying file servingLuke Kanies2007-10-174-0/+524