Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It does work on Windows now! | Hisham Muhammad | 2020-04-22 | 1 | -1/+0 |
| | |||||
* | tests: behavior test for hard links | Hisham Muhammad | 2020-04-21 | 1 | -1/+34 |
| | | | | | Also check nlink on Unix only and test if something is a symlink | ||||
* | Merge branch '1.7' | Peter Melnichenko | 2017-09-14 | 1 | -1/+4 |
|\ | |||||
| * | Merge branch 'master' into 1.7 | Peter Melnichenko | 2016-06-21 | 1 | -0/+3 |
| |\ | |||||
| * | | Test what lfs.attributes returns on error | Peter Melnichenko | 2016-05-05 | 1 | -1/+4 |
| | | | |||||
* | | | Fix lfs.attributes and lfs.symlinkattributes extra argument handling | Peter Melnichenko | 2016-08-25 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the second argument is not a string, _file_info() wants to ensure that there is a table on top of the stack: the second argument or a new table. If a new table is pushed it's created on top immediately, but if a table is passed as the second argument it can be followed by extra arguments, with the last one ending up being used as a table, causing a crash. The fix is to remove any potential extra arguments using `lua_settop(L, 2)`. Also added a few tests for this case. Ref #80. | ||||
* | | | Add a 'target' field for symlinkattributes. | NiteHawk | 2016-07-16 | 1 | -0/+2 |
| |/ |/| | | | | | | | | | | | It returns the resolved path of the symlink. Original version by Hisham <hisham@gobolinux.org>, modified to use a different strategy for sizing the readlink() buffer. | ||||
* | | Add a test for #52. | Peter Melnichenko | 2016-06-09 | 1 | -0/+3 |
|/ | |||||
* | Fix lfs.attributes(file, 'blksize') | Stefan Hoffmann | 2014-08-09 | 1 | -0/+7 |
| | | | | | | | fs.attributes(file, 'blksize') and fs.attributes(file, 'blocks) return the wrong values. Compare the whole attribute name instead of the first char and remove buggy special casing with wrong indexes into the member array. | ||||
* | luafilesystem 1.6.0 | Fabio Mascarenhas | 2012-10-01 | 1 | -21/+60 |
| | |||||
* | applied debian patches from enrico tassi | Fabio Mascarenhas | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Add lfs.link. | Reuben Thomas | 2011-06-09 | 1 | -2/+5 |
| | |||||
* | Use package.config to get directory separator. | Reuben Thomas | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Add trivial implementation of setmode on non-Windows platforms. | Reuben Thomas | 2011-06-09 | 1 | -9/+7 |
| | |||||
* | Make test.lua find its interpreter using /usr/bin/env. | Reuben Thomas | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Add trivial link_info support on Windows (using STAT_FUNC). | Reuben Thomas | 2011-06-09 | 1 | -7/+5 |
| | |||||
* | added explicit next and close methods to second return value of lfs.dir (the ↵ | mascarenhas | 2009-06-03 | 1 | -0/+17 |
| | | | | directory object), for explicit iteration or explicit closing | ||||
* | large file support in lfs.attributes (bug #2185) | mascarenhas | 2008-03-25 | 1 | -3/+4 |
| | |||||
* | Fixed bug in the Windows tests (patch by Shmuel Zeigerman) | carregal | 2008-03-10 | 1 | -4/+4 |
| | |||||
* | Adding tests for lfs.setmode | carregal | 2008-02-13 | 1 | -0/+10 |
| | |||||
* | Fixing a wrong test (tks to Enrico Tassi) | carregal | 2007-10-27 | 1 | -1/+1 |
| | |||||
* | Checking for lfs.symlinkattributes so the tests are not applied in Windows | carregal | 2007-10-26 | 1 | -6/+7 |
| | |||||
* | Removing the symbolic link tests since they don't work in Windows. We have ↵ | carregal | 2007-10-26 | 1 | -4/+5 |
| | | | | to re-check them later. | ||||
* | Adding function symlinkatributes. Updating version to 1.3.0 | tomas | 2007-06-07 | 1 | -0/+6 |
| | |||||
* | Corrected the second of 2 bugs on the test script found by Shmuel Zeigerman ↵ | carregal | 2007-05-18 | 1 | -4/+16 |
| | | | | involving the access and update time on lfs.touch() | ||||
* | Corrected 1 of 2 bugs on the test script found by Shmuel Zeigerman: the use ↵ | carregal | 2007-05-17 | 1 | -8/+9 |
| | | | | | | of /tmp as a necessary directory. Corrected a bug on the test script on slow fliesystems due to the reliance on close times | ||||
* | Adding version information | tomas | 2006-06-08 | 1 | -1/+2 |
| | |||||
* | Standardizing execution errors to nil followed by an error message | tomas | 2006-03-14 | 1 | -1/+1 |
| | |||||
* | access time 11, 22 and 33 do not work on windows | tuler | 2005-08-18 | 1 | -6/+6 |
| | |||||
* | touch does not work with directories in windows. | uid20006 | 2005-08-16 | 1 | -11/+22 |
| | |||||
* | using lfs.rmdir instead of os.remove. | uid20006 | 2005-08-16 | 1 | -1/+1 |
| | |||||
* | Closing directory after a complete traversal. | uid20013 | 2005-08-16 | 1 | -27/+30 |
| | | | | Adding tests for that. | ||||
* | new function lfs.rmdir | tuler | 2005-06-03 | 1 | -13/+17 |
| | |||||
* | Acrescimo da funcao lfs.touch (lfs.c e test.lua). | tomas | 2005-01-18 | 1 | -3/+25 |
| | | | | Pequenas correcoes para evitar warnings de redefinicao de macros. | ||||
* | Correcoes em valores de retorno de funcoes. | tomas | 2004-11-05 | 1 | -2/+2 |
| | |||||
* | Pequenas correcoes nos valores de retorno de algumas funcoes. | tomas | 2004-11-01 | 1 | -0/+40 |
Acrescimo do arquivo de testes. |