aboutsummaryrefslogtreecommitdiff
path: root/core/lfs_ext.lua
AgeCommit message (Expand)Author
2015-12-31Updated copyright date.mitchell
2015-11-19Fixed bug resolving relative paths with multiple '../'; core/lfs_ext.luamitchell
2015-04-13Added `symlink` filter option for ignoring symlinked files and directories.mitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-01-15Fix opening network path files on Win32.mitchell
2014-12-31Updated copyright year.mitchell
2014-11-25Fixed bug when iterating over root directory; core/lfs_ext.luamitchell
2014-08-15More options for `lfs.dir_foreach()`; core/lfs_ext.luamitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-04-10Fixed bug introduced by r1710 relating to absolute paths.mitchell
2014-04-06Added `lfs.abspath()` in order to always use absolute paths.mitchell
2014-01-12Updated copyright information.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-06Updated LuaDoc.mitchell
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell