aboutsummaryrefslogtreecommitdiff
path: root/src/lfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 2.02.0Hisham2016-10-191-44/+97
|\
| * Dynamically size getcwd() buffer in get_dir function (#84)NiteHawk2016-10-141-41/+46
| * Fix lfs.attributes and lfs.symlinkattributes extra argument handlingPeter Melnichenko2016-08-251-1/+2
| * Add a 'target' field for symlinkattributes.NiteHawk2016-07-161-1/+48
| * Fix export of luaopen_lfs on Windows (#74)Eric Cosatto2016-06-011-1/+1
* | Don't declare global 'lfs'Peter Melnichenko2016-05-051-3/+0
* | Return true instead of 0 on lfs.link successPeter Melnichenko2016-05-051-7/+1
* | Return errno from lfs.attributes on errorPeter Melnichenko2016-05-051-1/+2
* | Return errno from lfs.touch on errorPeter Melnichenko2016-05-051-18/+16
* | Return errno from lfs.rmdir on errorPeter Melnichenko2016-05-051-12/+2
* | Return errno from lfs.mkdir on errorPeter Melnichenko2016-05-051-29/+28
|/
* Include strerror(errno) into error message in lfs.attributesPeter Melnichenko2016-05-051-2/+2
* Add attribute name to error on invalid attribute in lfs.attributesPeter Melnichenko2016-05-051-1/+1
* Document passing table as second argument to lfs.attributesPeter Melnichenko2016-05-041-1/+1
* Refactor set_info() using lua_setfieldPeter Melnichenko2016-05-041-9/+6
* Update top level commentsPeter Melnichenko2016-05-041-4/+3
* Fix a warning when compiling as C++11Peter Melnichenko2016-05-041-1/+1
* Merge pull request #68 from mpeterv/setmode-refactorHisham Muhammad2016-04-251-11/+6
|\
| * Don't pass Lua state to lfs_setmode, it's always unusedPeter Melnichenko2016-04-251-4/+4
| * Use pusherror in lfs_g_setmodePeter Melnichenko2016-04-251-5/+1
| * Get rid of goto in lfs_g_setmodePeter Melnichenko2016-04-251-2/+1
* | Have make_link() use pushresult() instead of pusherror() on WindowsNiteHawk2016-03-251-1/+2
|/
* Fix detection of closed files on Lua 5.2/5.3.Philipp Janda2015-06-141-4/+12
* Merge branch 'master' of git://github.com/keplerproject/luafilesystemHisham Muhammad2015-03-191-2/+2
|\
| * A few minor things fixed which prevented compilation of LuaFileSystem as C++ ...Alex2015-02-151-2/+2
* | Prepare for release 1.6.3v_1_6_3v1_6_3Hisham Muhammad2015-01-151-1/+1
* | Cleanup use of explicit \0Hisham Muhammad2015-01-151-2/+2
|/
* Updated to support Lua 5.3. Fixed to supress warnings in windows. Removed ext...Andrew Starks2015-01-151-18/+18
* Merge pull request #46 from moteus/masterHisham Muhammad2014-11-121-0/+8
|\
| * Fix. Support Lua 5.3.betaAlexey Melnichuk2014-11-121-0/+8
* | Add LFS_DO_NOT_USE_LARGE_FILE flagMikhael-Danilov2014-09-251-0/+4
|/
* Fix. Compile with MSVC and with gcc without `-std=c99`Alexey Melnichuk2014-08-131-2/+6
* Fix lfs.attributes(file, 'blksize')Stefan Hoffmann2014-08-091-24/+15
* Fix. Prevents double close the same handle (#24)Alexey Melnichuk2014-01-081-1/+4
* Fix. Use intptr_t to file handle on Windows (#26)Alexey Melnichuk2014-01-041-1/+1
* Update src/lfs.cMikhael-Danilov2013-02-201-1/+1
* Merge pull request #19 from devurandom/fix/warningsFabio Mascarenhas2012-10-041-4/+6
|\
| * Fix warnings: unused variableDennis Schridde2012-10-041-1/+1
| * Fix warning: C++ style comments are not allowed in ISO C90Dennis Schridde2012-10-041-3/+5
* | Set global "lfs" when opening moduleDennis Schridde2012-10-041-0/+3
* | Bump version to 1.6.2 and set version via define in src/lfs.c to make it bett...Dennis Schridde2012-10-031-1/+3
* | Full Lua 5.2 compatibility and adherance to modules-create-no-globalsDennis Schridde2012-10-031-13/+7
|/
* lfs.c: use Lua 5.2's own luaL_registerReuben Thomas2012-10-011-9/+1
* luafilesystem 1.6.0Fabio Mascarenhas2012-10-011-330/+330
* Merge pull request #15 from ewmailing/masterFabio Mascarenhas2012-09-261-6/+10
|\
| * Due to Android (and apparently Sun) not supporting getcwd(NULL, 0), I've chan...Eric Wing2012-05-011-6/+10
* | Merge pull request #14 from icgood/masterFabio Mascarenhas2012-08-311-0/+9
|\ \ | |/ |/|
| * implements fake luaL_register in Lua 5.2+Ian Good2012-02-281-0/+9
* | applied debian patches from enrico tassiFabio Mascarenhas2012-04-081-3/+57
|/
* Simplify and clarify metatable creation functions.Reuben Thomas2011-06-091-10/+12