<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luafilesystem/src, branch v1.5.0</title>
<subtitle>A mirror of https://github.com/lunarmodules/luafilesystem
</subtitle>
<id>https://git.lua4.win/luafilesystem/atom?h=v1.5.0</id>
<link rel='self' href='https://git.lua4.win/luafilesystem/atom?h=v1.5.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/'/>
<updated>2009-10-20T20:54:35+00:00</updated>
<entry>
<title>packaging for version 1.5.0 - changing _VERSION</title>
<updated>2009-10-20T20:54:35+00:00</updated>
<author>
<name>Fabio Mascarenhas</name>
<email>mascarenhas@lambda.local</email>
</author>
<published>2009-10-20T20:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=8ff20138af779f6f38cbff12d22df1a3151d9fa6'/>
<id>urn:sha1:8ff20138af779f6f38cbff12d22df1a3151d9fa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>overhaul of lock_dir to remove staleness checks (due to race condition) and simplify the function</title>
<updated>2009-07-04T02:10:16+00:00</updated>
<author>
<name>mascarenhas</name>
<email>mascarenhas</email>
</author>
<published>2009-07-04T02:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=c293392539848f91d99a7e7bab2203c852d924b9'/>
<id>urn:sha1:c293392539848f91d99a7e7bab2203c852d924b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added explicit next and close methods to second return value of lfs.dir (the directory object), for explicit iteration or explicit closing</title>
<updated>2009-06-03T20:49:18+00:00</updated>
<author>
<name>mascarenhas</name>
<email>mascarenhas</email>
</author>
<published>2009-06-03T20:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=375d009d89eae607b2b95615f42134e4cdd8a2f6'/>
<id>urn:sha1:375d009d89eae607b2b95615f42134e4cdd8a2f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixing lfs.lock_dir on windows to return "File exists" instead of looping, plus</title>
<updated>2009-04-24T22:24:06+00:00</updated>
<author>
<name>mascarenhas</name>
<email>mascarenhas</email>
</author>
<published>2009-04-24T22:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=c1eff3de6befe526c17da32210887ce38c0cb78f'/>
<id>urn:sha1:c1eff3de6befe526c17da32210887ce38c0cb78f</id>
<content type='text'>
documenting lfs.lock_dir
</content>
</entry>
<entry>
<title>added lfs.lock_dir (directory locking) for Windows. On Windows the timeout</title>
<updated>2009-04-24T22:11:12+00:00</updated>
<author>
<name>mascarenhas</name>
<email>mascarenhas</email>
</author>
<published>2009-04-24T22:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=b80d2baaccae36fbcdfd3f0e5ce41194a25e45e6'/>
<id>urn:sha1:b80d2baaccae36fbcdfd3f0e5ce41194a25e45e6</id>
<content type='text'>
parameter is ignored, as killing the process removes the lock automatically
</content>
</entry>
<entry>
<title>locking via lockfiles in posix systems. API:</title>
<updated>2009-03-25T19:14:17+00:00</updated>
<author>
<name>mascarenhas</name>
<email>mascarenhas</email>
</author>
<published>2009-03-25T19:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=d21c4ae194f84338cbcd85a878fdeefa46fff4f7'/>
<id>urn:sha1:d21c4ae194f84338cbcd85a878fdeefa46fff4f7</id>
<content type='text'>
lock, err = lfs.lock_dir(path, [seconds_stale])
  Creates a lockfile (called lockfile.lfs) in &lt;path&gt; 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.
</content>
</entry>
<entry>
<title>Packaging version 1.4.2</title>
<updated>2009-02-03T22:05:48+00:00</updated>
<author>
<name>carregal</name>
<email>carregal</email>
</author>
<published>2009-02-03T22:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=657faad984e378751bc35fabc6ee166e3bcd1493'/>
<id>urn:sha1:657faad984e378751bc35fabc6ee166e3bcd1493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiling with borland c</title>
<updated>2008-12-15T16:13:55+00:00</updated>
<author>
<name>mascarenhas</name>
<email>mascarenhas</email>
</author>
<published>2008-12-15T16:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=16961a6c2c6fb424e79195f65ae4387cd8005053'/>
<id>urn:sha1:16961a6c2c6fb424e79195f65ae4387cd8005053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing bug  [#13198] lfs.attributes(filename, 'size') overflow on files &gt; 2 Gb again</title>
<updated>2008-07-31T19:34:22+00:00</updated>
<author>
<name>carregal</name>
<email>carregal</email>
</author>
<published>2008-07-31T19:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=b8acd4ca5449bc797d98a4b7b70c8b3c8c403c80'/>
<id>urn:sha1:b8acd4ca5449bc797d98a4b7b70c8b3c8c403c80</id>
<content type='text'>
(bug report and patch by KUBO Takehiro)
</content>
</entry>
<entry>
<title>Packaging version 1.4.1</title>
<updated>2008-05-07T19:06:37+00:00</updated>
<author>
<name>carregal</name>
<email>carregal</email>
</author>
<published>2008-05-07T19:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luafilesystem/commit/?id=d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2'/>
<id>urn:sha1:d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2</id>
<content type='text'>
</content>
</entry>
</feed>
