summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server/fileserver.rb
Commit message (Expand)AuthorAgeFilesLines
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-25/+48
* Hoping this will get rid of the directory being printedshafer2005-09-231-10/+4
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-1/+1
* removed directory outputshafer2005-09-151-1/+0
* fixed problem using arraysshafer2005-09-151-2/+7
* debugged ignore in fileserver, added tests to ignore tc and fixed server.list...shafer2005-09-151-4/+7
* added ignore to fileserver and pfileshafer2005-09-141-6/+18
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-301-2/+5
* adding file reread to master, although it is plenty hackishluke2005-08-301-0/+1
* fileserver config file now reloads when it is more than 60 seconds out of dateluke2005-08-301-0/+19
* catching a potential security problem -- requiring that "path" always be set ...luke2005-08-291-0/+10
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-281-23/+39
* adding config file parsingLuke Kanies2005-08-271-21/+119
* remote filecopying now worksLuke Kanies2005-08-231-40/+53
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-231-10/+6
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-231-0/+264