Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-10-20 | packaging for version 1.5.0 | Fabio Mascarenhas | 3 | -18/+39 | |
2009-09-24 | cvs rockspecs now point to github | Fabio Mascarenhas | 1 | -2/+1 | |
2009-09-21 | fixed typo in makefile | mascarenhas | 1 | -2/+2 | |
2009-07-04 | overhaul of lock_dir to remove staleness checks (due to race condition) and ↵ | mascarenhas | 1 | -33/+14 | |
simplify the function | |||||
2009-06-03 | updated docs for lfs.dir | mascarenhas | 1 | -4/+5 | |
2009-06-03 | added explicit next and close methods to second return value of lfs.dir (the ↵ | mascarenhas | 2 | -6/+32 | |
directory object), for explicit iteration or explicit closing | |||||
2009-04-24 | fixing lfs.lock_dir on windows to return "File exists" instead of looping, plus | mascarenhas | 2 | -5/+20 | |
documenting lfs.lock_dir | |||||
2009-04-24 | added lfs.lock_dir (directory locking) for Windows. On Windows the timeout | mascarenhas | 1 | -9/+36 | |
parameter is ignored, as killing the process removes the lock automatically | |||||
2009-03-25 | locking via lockfiles in posix systems. API: | mascarenhas | 1 | -1/+81 | |
lock, err = lfs.lock_dir(path, [seconds_stale]) Creates a lockfile (called lockfile.lfs) in <path> if it does not exist and returns the lock. If the lock already exists checks it it's stale, using the second parameter (default for the second parameter is INT_MAX, which in practice means the lock will never be stale. To free the the lock call lock:free(). In case of any errors it returns nil and the error message. In particular, if the lock exists and is not stale it returns the "File exists" message. | |||||
2009-02-04 | Credits review | carregal | 1 | -2/+2 | |
2009-02-03 | Updating the rockspec URL | carregal | 1 | -1/+1 | |
2009-02-03 | Packaging version 1.4.2v1_4_2 | carregal | 4 | -12/+59 | |
2008-12-15 | compiling with borland c | mascarenhas | 1 | -4/+19 | |
2008-12-12 | Fixed bug [#39794] Compile error on Solaris 10 | carregal | 1 | -2/+2 | |
Bug report and patch by Aaron B. | |||||
2008-12-09 | Moving to "modules" builds on the rockspecs | carregal | 2 | -24/+33 | |
2008-07-31 | Fixing bug [#13198] lfs.attributes(filename, 'size') overflow on files > 2 ↵ | carregal | 1 | -8/+8 | |
Gb again (bug report and patch by KUBO Takehiro) | |||||
2008-05-08 | Mentioning the need of using the same C runtime (Ignacio Burgueño) | carregal | 1 | -1/+4 | |
2008-05-07 | Updated package URL | carregal | 1 | -1/+1 | |
2008-05-07 | Packaging version 1.4.1v1_4_1 | carregal | 1 | -3/+3 | |
2008-05-07 | Packaging version 1.4.1 | carregal | 7 | -10/+68 | |
2008-04-24 | fixed bug 2293 | mascarenhas | 1 | -3/+3 | |