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
2022-07-26keplerproject -> lunarmodulesHEADmasterHisham Muhammad
2022-07-15win32: use standard memmove functionHisham Muhammad
2020-04-23Release 1.8.0v1_8_0Hisham Muhammad
2020-04-22Lua 5.4: use __close to close dir if you break the iteratorHisham Muhammad
2020-04-22indent -kr -nut -i2 src/lfs.c src/lfs.hHisham Muhammad
2020-04-22Use CREATE_ALWAYS instead of CREATE_NEW云风
2020-04-21win32: strip UNC prefix if presentHisham Muhammad
2020-04-21win32 lstat: if it's not a link, just do statHisham Muhammad
2020-04-21win32: obtain symlink attributesHisham Muhammad
2020-04-21Add Windows compatibility for lfs.linkEroica
2020-04-21Support Lua 5.4Peter Melnichenko
2019-10-29Fallback to _POSIX_PATH_MAX when MAXPATHLEN isn't available (#130)James McCoy
2017-11-27Fix memory leak in case of realloc failure. (#102)Hisham Muhammad
2017-10-08Update version in lfs.def (#96)Stephen E. Baker
2017-09-16Fix _VERSION entryHisham Muhammad
2017-09-14Merge branch '1.7'Peter Melnichenko
2017-09-14Update copyright year [ci skip]Peter Melnichenko
2017-09-14Fix compilation warning for LuaJIT 2.1Peter Melnichenko
2016-10-15Dynamically size getcwd() buffer in get_dir function (#84)NiteHawk
2016-08-25Fix lfs.attributes and lfs.symlinkattributes extra argument handlingPeter Melnichenko
2016-07-16Add a 'target' field for symlinkattributes.NiteHawk
2016-06-21Merge branch 'master' into 1.7Peter Melnichenko
2016-06-01Fix export of luaopen_lfs on Windows (#74)Eric Cosatto
2016-05-05Return errno from lfs.attributes on errorPeter Melnichenko
2016-05-05Return errno from lfs.touch on errorPeter Melnichenko
2016-05-05Return errno from lfs.rmdir on errorPeter Melnichenko
2016-05-05Return errno from lfs.mkdir on errorPeter Melnichenko
2016-05-05Include strerror(errno) into error message in lfs.attributesPeter Melnichenko
2016-05-05Add attribute name to error on invalid attribute in lfs.attributesPeter Melnichenko
2016-05-04Document passing table as second argument to lfs.attributesPeter Melnichenko
2016-05-04Refactor set_info() using lua_setfieldPeter Melnichenko
2016-05-04Update top level commentsPeter Melnichenko
2016-05-04Fix a warning when compiling as C++11Peter Melnichenko
2016-04-25Merge pull request #68 from mpeterv/setmode-refactorHisham Muhammad
2016-04-25Don't pass Lua state to lfs_setmode, it's always unusedPeter Melnichenko
2016-04-25Use pusherror in lfs_g_setmodePeter Melnichenko
2016-04-25Get rid of goto in lfs_g_setmodePeter Melnichenko
2016-03-25Have make_link() use pushresult() instead of pusherror() on WindowsNiteHawk
2015-08-24fix warning for redefining macro on MinGWThijs Schreijer
2015-06-14Fix detection of closed files on Lua 5.2/5.3.Philipp Janda
2015-03-19Merge branch 'master' of git://github.com/keplerproject/luafilesystemHisham Muhammad
2015-02-16DEF file fixes (DESCRIPTION is deprecated; VERSION must contain one or two nu...Alex
2015-02-15A few minor things fixed which prevented compilation of LuaFileSystem as C++ ...Alex
2015-01-15Prepare for release 1.6.3v_1_6_3v1_6_3Hisham Muhammad
2015-01-15Cleanup use of explicit \0Hisham Muhammad
2015-01-15Updated to support Lua 5.3. Fixed to supress warnings in windows. Removed ext...Andrew Starks
2014-11-12Merge pull request #46 from moteus/masterHisham Muhammad
2014-11-12Fix. Support Lua 5.3.betaAlexey Melnichuk
2014-09-25Add LFS_DO_NOT_USE_LARGE_FILE flagMikhael-Danilov
2014-08-13Fix. Compile with MSVC and with gcc without `-std=c99`Alexey Melnichuk