Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-09Fix lfs.attributes(file, 'blksize')Stefan Hoffmann
2014-01-08Fix. Prevents double close the same handle (#24)Alexey Melnichuk
2014-01-04Fix. Use intptr_t to file handle on Windows (#26)Alexey Melnichuk
2013-02-20Update src/lfs.cMikhael-Danilov
2012-10-04Merge pull request #19 from devurandom/fix/warningsFabio Mascarenhas
2012-10-04Fix warnings: unused variableDennis Schridde
2012-10-04Fix warning: C++ style comments are not allowed in ISO C90Dennis Schridde
2012-10-04Set global "lfs" when opening moduleDennis Schridde
2012-10-03Bump version to 1.6.2 and set version via define in src/lfs.c to make it bett...Dennis Schridde
2012-10-03Full Lua 5.2 compatibility and adherance to modules-create-no-globalsDennis Schridde
2012-10-01lfs.c: use Lua 5.2's own luaL_registerReuben Thomas
2012-10-01luafilesystem 1.6.0Fabio Mascarenhas
2012-09-26Merge pull request #15 from ewmailing/masterFabio Mascarenhas
2012-08-31Merge pull request #14 from icgood/masterFabio Mascarenhas
2012-05-02Due to Android (and apparently Sun) not supporting getcwd(NULL, 0), I've chan...Eric Wing
2012-04-09applied debian patches from enrico tassiFabio Mascarenhas
2012-02-28implements fake luaL_register in Lua 5.2+Ian Good
2011-06-09Simplify and clarify metatable creation functions.Reuben Thomas
2011-06-09Add lfs.link.Reuben Thomas
2011-06-09Add a comment for make_dir.Reuben Thomas
2011-06-09Simplify dir_iter_factory slightly.Reuben Thomas
2011-06-09Add .gitignore for *.o and *.so.Reuben Thomas
2011-06-09Add trivial implementation of setmode on non-Windows platforms.Reuben Thomas
2011-06-09Add trivial link_info support on Windows (using STAT_FUNC).Reuben Thomas
2011-06-06change to build with lua 5.2 alpha, issue #5Fabio Mascarenhas
2010-06-09fixed dir length bug in windows directory iteratorFabio Mascarenhas
2009-12-29removed umask calls in lfs.mkdir, see kepler-list message from Enrico at 2009...Fabio Mascarenhas
2009-10-21packaging for version 1.5.0 - changing _VERSIONv1.5.0Fabio Mascarenhas
2009-07-04overhaul of lock_dir to remove staleness checks (due to race condition) and s...mascarenhas
2009-06-04added explicit next and close methods to second return value of lfs.dir (the ...mascarenhas
2009-04-25fixing lfs.lock_dir on windows to return "File exists" instead of looping, plusmascarenhas
2009-04-25added lfs.lock_dir (directory locking) for Windows. On Windows the timeoutmascarenhas
2009-03-25locking via lockfiles in posix systems. API:mascarenhas
2009-02-04Packaging version 1.4.2v1_4_2carregal
2008-12-15compiling with borland cmascarenhas
2008-07-31Fixing bug [#13198] lfs.attributes(filename, 'size') overflow on files > 2 G...carregal
2008-05-07Packaging version 1.4.1carregal
2008-04-24fixed bug 2293mascarenhas
2008-03-25large file support in Linux needs STAT64=-DHAVE_STAT64 in LuaRocksmascarenhas
2008-03-25large file support in lfs.attributes (bug #2185)mascarenhas
2008-02-19fixed windows compile problemmascarenhas
2008-02-18removed warningsmascarenhas
2008-02-12Preparing the 1.4.0 release.carregal
2008-01-25lfs.attributes raises an error if attribute does not existmascarenhas
2008-01-17*** empty log message ***mascarenhas
2008-01-17getcwd no longer passes a buffermascarenhas
2007-12-22Added lfs.setmode for changing file's mode (only for Windows)mascarenhas
2007-10-27Version 1.3.0 (final)carregal
2007-10-05Changing version to LuaFileSystem 1.3.0 (work)carregal
2007-08-30Improving conditional compilation for Windows version (thanks to Varol Kaptan)tomas