Commit Graph

  • 4d8bc7eb62 fix links to bug tracker and cvs in gh-pages (close issue #6) Fabio Mascarenhas 2011-06-06 10:54:48 -03:00
  • d292b3243f update links to bug tracker and cvs Fabio Mascarenhas 2011-06-06 10:53:39 -03:00
  • 2f55c33b0c change to build with lua 5.2 alpha, issue #5 Fabio Mascarenhas 2011-06-06 10:49:39 -03:00
  • ae5a05deec fixed dir length bug in windows directory iterator Fabio Mascarenhas 2010-06-09 14:14:25 -03:00
  • fd028d3257 removed umask calls in lfs.mkdir, see kepler-list message from Enrico at 2009-12-27 Fabio Mascarenhas 2009-12-29 17:06:25 -02:00
  • 8332f1ab9e first pages commit for luafilesystem Fabio Mascarenhas 2009-10-20 19:03:43 -02:00
  • 8ff20138af packaging for version 1.5.0 - changing _VERSION v1.5.0 Fabio Mascarenhas 2009-10-20 18:54:35 -02:00
  • 5ffde8ae51 packaging for version 1.5.0 Fabio Mascarenhas 2009-10-20 18:54:02 -02:00
  • 2b5f187a40 cvs rockspecs now point to github Fabio Mascarenhas 2009-09-24 14:29:44 -03:00
  • f715ad9998 fixed typo in makefile mascarenhas 2009-09-21 17:02:44 +00:00
  • c293392539 overhaul of lock_dir to remove staleness checks (due to race condition) and simplify the function mascarenhas 2009-07-04 02:10:16 +00:00
  • 327acf788f updated docs for lfs.dir mascarenhas 2009-06-03 20:53:55 +00:00
  • 375d009d89 added explicit next and close methods to second return value of lfs.dir (the directory object), for explicit iteration or explicit closing mascarenhas 2009-06-03 20:49:18 +00:00
  • c1eff3de6b fixing lfs.lock_dir on windows to return "File exists" instead of looping, plus documenting lfs.lock_dir mascarenhas 2009-04-24 22:24:06 +00:00
  • b80d2baacc added lfs.lock_dir (directory locking) for Windows. On Windows the timeout parameter is ignored, as killing the process removes the lock automatically mascarenhas 2009-04-24 22:11:12 +00:00
  • d21c4ae194 locking via lockfiles in posix systems. API: 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. mascarenhas 2009-03-25 19:14:17 +00:00
  • 342df4a5a3 Credits review carregal 2009-02-04 21:21:33 +00:00
  • 7961aab687 Updating the rockspec URL carregal 2009-02-03 22:42:16 +00:00
  • 657faad984 Packaging version 1.4.2 v1_4_2 carregal 2009-02-03 22:05:48 +00:00
  • 16961a6c2c compiling with borland c mascarenhas 2008-12-15 16:13:55 +00:00
  • 57d9592448 Fixed bug [#39794] Compile error on Solaris 10 carregal 2008-12-12 13:26:37 +00:00
  • b941f90d24 Moving to "modules" builds on the rockspecs carregal 2008-12-09 18:39:20 +00:00
  • b8acd4ca54 Fixing bug [#13198] lfs.attributes(filename, 'size') overflow on files > 2 Gb again carregal 2008-07-31 19:34:22 +00:00
  • 21412ad14c Mentioning the need of using the same C runtime (Ignacio Burgueño) carregal 2008-05-08 18:45:15 +00:00
  • 5c7eb0e1ff Updated package URL carregal 2008-05-07 20:01:02 +00:00
  • 1e40455d39 Packaging version 1.4.1 v1_4_1 carregal 2008-05-07 19:44:39 +00:00
  • d4bfd537a8 Packaging version 1.4.1 carregal 2008-05-07 19:06:37 +00:00
  • d7a5679fb8 fixed bug 2293 mascarenhas 2008-04-24 17:27:18 +00:00
  • c039fc9798 added 1.4.1rc1 rockspec V1_4_1RC1 mascarenhas 2008-04-14 19:55:55 +00:00
  • e7a2c5419f *** empty log message *** mascarenhas 2008-03-25 18:24:17 +00:00
  • baf658a721 large file support in Linux needs STAT64=-DHAVE_STAT64 in LuaRocks config mascarenhas 2008-03-25 18:20:29 +00:00
  • 5c8e92efa3 fixing config.win mascarenhas 2008-03-25 17:39:29 +00:00
  • dac6b84eda fixed config.win mascarenhas 2008-03-25 17:38:15 +00:00
  • ca8efaa8e7 large file support in lfs.attributes (bug #2185) mascarenhas 2008-03-25 16:58:29 +00:00
  • 3aba7a98fb Small revision by Reuben Thomas carregal 2008-03-24 18:17:59 +00:00
  • 0154141e3f Fixed bug in the Windows tests (patch by Shmuel Zeigerman) carregal 2008-03-10 15:28:50 +00:00
  • bb9cf83617 Correcting the use of the /MD flag carregal 2008-02-19 22:07:42 +00:00
  • c5bfbb1bd2 fixed windows compile problem mascarenhas 2008-02-19 20:08:23 +00:00
  • c2e720b5dc Finishing the new rockspecs carregal 2008-02-18 18:55:14 +00:00
  • 0233beea30 New rockspec for lfs 1.4.0, this time including Windows rules carregal 2008-02-18 18:17:05 +00:00
  • f1e4fd1bf4 Fixing wrong decription of lfs.setmode carregal 2008-02-18 17:20:16 +00:00
  • 640265aee7 removed warnings mascarenhas 2008-02-18 03:13:50 +00:00
  • 8f943857e8 Corecting the lfs.setmode signature carregal 2008-02-14 18:26:19 +00:00
  • 80027817c3 Updating rockspec to include the correct package URL carregal 2008-02-13 22:33:47 +00:00
  • 6c16dc4634 Correcting the detection of the manifest file v1_4_0 carregal 2008-02-13 22:08:31 +00:00
  • dff01ac3c9 Version 1.4.0 rockspec carregal 2008-02-13 21:40:56 +00:00
  • cdfd06b4ea Minor update carregal 2008-02-13 21:00:10 +00:00
  • db7e8b9133 Adding tests for lfs.setmode carregal 2008-02-13 20:59:51 +00:00
  • d931b9b2bb Small corrections carregal 2008-02-11 22:48:16 +00:00
  • b66ab2cae9 Preparing the 1.4.0 release. Added documentation for lfs.setmode carregal 2008-02-11 22:42:21 +00:00
  • 78f28b6468 lfs.attributes raises an error if attribute does not exist mascarenhas 2008-01-25 17:09:56 +00:00
  • 25f8aa1936 makefile.win tweak mascarenhas 2008-01-23 02:50:08 +00:00
  • 804e976407 updated makefile for vc2008 mascarenhas 2008-01-23 02:48:47 +00:00
  • d219de7885 added flag to supress manifest creation mascarenhas 2008-01-23 01:58:25 +00:00
  • ed97af80fb *** empty log message *** mascarenhas 2008-01-16 22:33:24 +00:00
  • 895e9daf27 getcwd no longer passes a buffer mascarenhas 2008-01-16 22:29:26 +00:00
  • 50f17597b3 Added lfs.setmode for changing file's mode (only for Windows) mascarenhas 2007-12-22 17:19:45 +00:00
  • 24fdbc0a66 Minor HTML revision carregal 2007-12-14 15:28:04 +00:00
  • e52a7fef15 Using a default prefix for the Makefile v1_3_0 carregal 2007-10-27 22:42:32 +00:00
  • 6368cd544f Fixing a wrong test (tks to Enrico Tassi) carregal 2007-10-27 14:15:49 +00:00
  • 9cdf62e1bd Documentation updates for 1.3.0 carregal 2007-10-26 21:44:43 +00:00
  • 4790b562ca Checking for lfs.symlinkattributes so the tests are not applied in Windows carregal 2007-10-26 21:06:14 +00:00
  • 8432017680 Version 1.3.0 (final) carregal 2007-10-26 21:01:07 +00:00
  • d202dad4f1 Removing the symbolic link tests since they don't work in Windows. We have to re-check them later. carregal 2007-10-26 20:13:10 +00:00
  • 6756befeff Changing version to LuaFileSystem 1.3.0 (work) carregal 2007-10-05 02:06:58 +00:00
  • aeca787ff3 Improving conditional compilation for Windows version (thanks to Varol Kaptan) tomas 2007-08-30 14:39:45 +00:00
  • 1cfd57550e Correcting version tomas 2007-08-30 14:38:07 +00:00
  • 9f7e1dc153 Make include path comply with vanilla Lua hisham 2007-07-31 03:22:55 +00:00
  • 97ccdc90ed Avoiding dependency in backwards compatibility to Lua 5.0 tomas 2007-06-22 12:44:46 +00:00
  • 57a64a5cfe Adding function symlinkatributes. Updating version to 1.3.0 tomas 2007-06-07 01:28:08 +00:00
  • 47f40e5705 Changes related to the new build strucutre using Lua 5.1 default paths carregal 2007-05-18 19:52:59 +00:00
  • d3e7a0ed12 Corrected the second of 2 bugs on the test script found by Shmuel Zeigerman involving the access and update time on lfs.touch() carregal 2007-05-18 18:04:46 +00:00
  • 6a22c3e728 Correction on the documentation of lfs.touch() carregal 2007-05-17 23:08:56 +00:00
  • 4e23cb01d9 Corrected 1 of 2 bugs on the test script found by Shmuel Zeigerman: the use of /tmp as a necessary directory. Corrected a bug on the test script on slow fliesystems due to the reliance on close times carregal 2007-05-17 23:08:20 +00:00
  • 7ee2d8e1b2 Compilation bug fix: ISO C90 forbids mixed declarations and code tomas 2007-05-15 12:58:35 +00:00
  • 2afb826d96 Merging README v1_2_1 carregal 2007-05-08 22:11:42 +00:00
  • 8033232c92 Simplified README carregal 2007-05-08 21:39:23 +00:00
  • 00be93ab51 Merging the trunk changes for the 1.2.1 release carregal 2007-05-08 21:35:10 +00:00
  • 3b35114a16 Details for the 1.2.1 release. Version number, droping Lua 5.0 support carregal 2007-05-08 19:23:12 +00:00
  • 8161cea877 Changing the default Windows building directory from c:\lua51 to c:\lua5.1 carregal 2007-03-15 21:27:52 +00:00
  • a11b58023e Add removal rules for nmake clean carregal 2006-12-19 21:41:42 +00:00
  • 94e104b98a config revert mascarenhas 2006-12-15 18:04:50 +00:00
  • e92c9b4d9e Added pseudo-configure script ---------------------------------------------------------------------- mascarenhas 2006-12-15 17:14:28 +00:00
  • c9fe48709f Windows Makefile take two mascarenhas 2006-12-04 18:25:24 +00:00
  • 57622411a9 Windows Makefile and config mascarenhas 2006-12-04 18:24:18 +00:00
  • 67c2187e9a Dropped Lua 5.0 support. mascarenhas 2006-12-04 15:28:53 +00:00
  • 5100f420b7 Updating to Lua 5.1 tomas 2006-07-24 01:19:42 +00:00
  • 722f6a9869 Reference to LuaBinaries 5.0.2 carregal 2006-06-26 18:29:13 +00:00
  • e10a4bc816 Correcting version number tomas 2006-06-08 18:06:18 +00:00
  • c182bab5f9 Adding version information tomas 2006-06-08 18:04:29 +00:00
  • df2efb797c Adding support for compilation on both Lua 5.0 and Lua 5.1 tomas 2006-06-08 17:55:33 +00:00
  • b6c8c13942 Adding support for compilation on both Lua 5.0 and Lua 5.1 tomas 2006-06-08 16:23:25 +00:00
  • 59ef09d270 Adding support for compilation on both Lua 5.0 and Lua 5.1 tomas 2006-06-08 16:16:23 +00:00
  • ac0de9a462 Documentation update - minor details carregal 2006-03-23 20:44:00 +00:00
  • 0147f85957 Merging the documentation from HEAD v1_2_0 carregal 2006-03-15 20:30:53 +00:00
  • 3a7a15178f Documentation update - minor details carregal 2006-03-15 20:29:15 +00:00
  • d5c95fbf86 Merging of VC6 files from HEAD carregal 2006-03-15 19:36:19 +00:00
  • f9e07c6b08 version update tuler 2006-03-15 18:27:13 +00:00
  • f78e6e2abe Documentation update - minor details Root_rel_1_2_x carregal 2006-03-15 16:44:04 +00:00
  • dbb964ffd4 Standardizing the return values in case of error tomas 2006-03-14 15:03:34 +00:00