summaryrefslogtreecommitdiffstats
path: root/lib/fs.lua
Commit message (Expand)AuthorAgeFilesLines
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack functio...Ted Trask2009-12-311-222/+0
* Fix fs.find bug that returned invalid file.Ted Trask2009-12-281-1/+1
* Cleaned up fs library use of posix.basename / dirname.Ted Trask2009-12-281-11/+15
* Removed redundant/buggy basename and dirname functions. Added parse_redir_str...Ted Trask2009-12-281-27/+11
* Fixed bug with roles, added follow symlink flag for fs.find, allowed symlinks...Ted Trask2009-12-221-5/+19
* Modified copy_file and move_file to overwrite existing file, only fail if exi...Ted Trask2009-05-271-4/+4
* Added fs.move_file function because os.rename only works on same device.Ted Trask2009-05-151-0/+22
* Fixed bug in fs.find_files_as_array.Ted Trask2009-01-301-3/+4
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-5/+18
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-19/+35
* Modifed fs.lua to remove unnecessary calls to io.popen.Ted Trask2009-01-231-19/+8
* use posix.mkdir() to create dirs recursivelyNatanael Copa2009-01-231-4/+7
* Added escapespecialcharacters to format.lua to escape shell special character...release-0.4.19Ted Trask2009-01-211-5/+6
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-131-16/+44
* Removed getopts library and added functionality to format library as opts_to_...Ted Trask2008-09-291-1/+1
* Cleanup of some libs.Ted Trask2008-09-261-13/+0
* Workaround in fs.lua for exception caused by posix.files when directory doesn...Ted Trask2008-09-241-6/+8
* 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