summaryrefslogtreecommitdiffstats
path: root/lib/fs.lua
Commit message (Expand)AuthorAgeFilesLines
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-241-1/+8
* If no details for the file exists, then things got broken. This is now fixed.Mika Havela2008-05-061-12/+14
* Removed trailing newline. The files gets really ugly with leading \n.Mika Havela2008-02-201-1/+1
* Updated the code to use md5sums in the acf passwd file. Made the md5sum_strin...Mike Mason2008-01-301-0/+12
* Added function that does almost the same as posix.stat, but instead writes hu...Mika Havela2008-01-151-0/+17
* Added an md5sum hash function to fs.lua. Cron-model and cron-controller added...Mike Mason2007-12-131-0/+8
* Made validator functions useful after load, fixed a bug in format, changed RE...Mike Mason2007-12-051-1/+1
* Added timezone information to date.lua. Added fs.file_write to be able to add...Mike Mason2007-12-041-0/+2
* Lots of changes. fs.lua now only has file/filesystem functions. format.lua ad...Mike Mason2007-11-281-83/+0
* added split and join to fs.lua and gave them function names so we don't have ...Mike Mason2007-11-281-0/+36
* Added ipairs_string to go through a table and make it a string. Easier to wri...Mike Mason2007-11-221-0/+15
* Added a search replace function for filesMike Mason2007-11-221-1/+14
* adding more functions to fs. May need to go into a file.luaMike Mason2007-11-151-3/+37
* Changed to use posix instead of lfsMike Mason2007-11-141-6/+12
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-271-0/+89