aboutsummaryrefslogtreecommitdiff
path: root/config.win (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-20packaging for version 1.5.0Fabio Mascarenhas3-18/+39
2009-09-24cvs rockspecs now point to githubFabio Mascarenhas1-2/+1
2009-09-21fixed typo in makefilemascarenhas1-2/+2
2009-07-04overhaul of lock_dir to remove staleness checks (due to race condition) and ↵mascarenhas1-33/+14
simplify the function
2009-06-03updated docs for lfs.dirmascarenhas1-4/+5
2009-06-03added explicit next and close methods to second return value of lfs.dir (the ↵mascarenhas2-6/+32
directory object), for explicit iteration or explicit closing
2009-04-24fixing lfs.lock_dir on windows to return "File exists" instead of looping, plusmascarenhas2-5/+20
documenting lfs.lock_dir
2009-04-24added lfs.lock_dir (directory locking) for Windows. On Windows the timeoutmascarenhas1-9/+36
parameter is ignored, as killing the process removes the lock automatically
2009-03-25locking via lockfiles in posix systems. API:mascarenhas1-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-04Credits reviewcarregal1-2/+2
2009-02-03Updating the rockspec URLcarregal1-1/+1
2009-02-03Packaging version 1.4.2v1_4_2carregal4-12/+59
2008-12-15compiling with borland cmascarenhas1-4/+19
2008-12-12Fixed bug [#39794] Compile error on Solaris 10carregal1-2/+2
Bug report and patch by Aaron B.
2008-12-09Moving to "modules" builds on the rockspecscarregal2-24/+33
2008-07-31Fixing bug [#13198] lfs.attributes(filename, 'size') overflow on files > 2 ↵carregal1-8/+8
Gb again (bug report and patch by KUBO Takehiro)
2008-05-08Mentioning the need of using the same C runtime (Ignacio Burgueño)carregal1-1/+4
2008-05-07Updated package URLcarregal1-1/+1
2008-05-07Packaging version 1.4.1v1_4_1carregal1-3/+3
2008-05-07Packaging version 1.4.1carregal7-10/+68
2008-04-24fixed bug 2293mascarenhas1-3/+3