Commit Graph

  • 9cbb967b55 add build artefact to .gitignore Hugh Perkins 2016-04-30 20:37:37 +02:00
  • 2d4d609d81 .travis.yml: run tests from root directory Peter Melnichenko 2016-04-25 16:16:15 +03:00
  • 436bc441fa Merge pull request #68 from mpeterv/setmode-refactor Hisham Muhammad 2016-04-25 16:56:26 -03:00
  • e519c13036 Merge pull request #66 from n1tehawk/contrib Hisham Muhammad 2016-04-25 11:57:40 -03:00
  • c1e9c70214 Don't pass Lua state to lfs_setmode, it's always unused Peter Melnichenko 2016-04-25 15:42:54 +03:00
  • 655ec8baa3 Use pusherror in lfs_g_setmode Peter Melnichenko 2016-04-25 15:36:37 +03:00
  • 695def20ef Get rid of goto in lfs_g_setmode Peter Melnichenko 2016-04-25 15:33:12 +03:00
  • ba6d0e1ad9 Have make_link() use pushresult() instead of pusherror() on Windows NiteHawk 2016-03-25 12:13:09 +01:00
  • 95d946e0fe Adds badges [ci skip] Ignacio Burgueño 2016-01-21 15:41:48 -03:00
  • 22d539e199 Adds AppVeyor integration Ignacio Burgueño 2016-01-21 15:28:14 -03:00
  • 3674e4f52f Adds missing -lluacov test Ignacio Burgueño 2016-01-21 15:08:25 -03:00
  • 5daddd4c2b Drop sudo from call Ignacio Burgueño 2016-01-21 14:58:15 -03:00
  • 6232ca6dbd source script instead of just calling it Ignacio Burgueño 2016-01-21 14:56:15 -03:00
  • 7ede630d6d Pass --user flag to pip Ignacio Burgueño 2016-01-21 14:53:32 -03:00
  • 5131a28067 Adds coverage Ignacio Burgueño 2016-01-21 14:08:20 -03:00
  • 9e7f97ea4c Change readme to markdown format Ignacio Burgueño 2016-01-21 13:59:29 -03:00
  • 488304b5a5 Updates Travis CI scripts Ignacio Burgueño 2016-01-21 13:54:17 -03:00
  • d450cd67ad Merge pull request #61 from MisterDA/gh-pages-doc-permissions Ignacio Burgueño 2016-01-18 14:44:04 -03:00
  • 222330973c Merge pull request #60 from MisterDA/doc-permissions Ignacio Burgueño 2016-01-18 14:43:39 -03:00
  • c50a650014 Add documentation for attributes.permissions, fix #59 Antonin Décimo 2016-01-18 16:28:06 +01:00
  • c0965e8048 Add documentation for attributes.permissions, fix #59 Antonin Décimo 2016-01-18 16:28:06 +01:00
  • 6d039ff385 Merge pull request #53 from Tieske/fix_warning Hisham Muhammad 2015-08-24 16:32:49 -03:00
  • dc00750ea9 fix warning for redefining macro on MinGW Thijs Schreijer 2015-08-24 20:54:36 +02:00
  • b6d5b37c1b Merge pull request #52 from siffiejoe/checkfile Hisham Muhammad 2015-06-15 17:25:40 -03:00
  • c315150aff Fix detection of closed files on Lua 5.2/5.3. Philipp Janda 2015-06-14 22:44:46 +02:00
  • 5f8b6461a2 Cleanup readme. Too many places with duplicated info. Hisham Muhammad 2015-03-19 14:53:20 -03:00
  • 75eed716c6 Merge branch 'master' of git://github.com/keplerproject/luafilesystem Hisham Muhammad 2015-03-19 14:52:14 -03:00
  • 3f9f2a5afd Merge pull request #50 from catharanthus/master Hisham Muhammad 2015-02-19 04:04:42 -02:00
  • 6fcb1bb8ad Merge remote-tracking branch 'upstream/master' Alex 2015-02-16 08:18:57 +03:00
  • 644c9c32ca DEF file fixes (DESCRIPTION is deprecated; VERSION must contain one or two numers) Alex 2015-02-16 08:15:41 +03:00
  • 3cc1a84c93 Merge pull request #49 from catharanthus/master Hisham Muhammad 2015-02-15 11:31:04 -02:00
  • 25ecbd31db A few minor things fixed which prevented compilation of LuaFileSystem as C++ code Alex 2015-02-15 08:20:50 +03:00
  • f62b4a40c4 Add release 1.6.3 Hisham Muhammad 2015-01-15 17:01:49 -02:00
  • 8014725009 Prepare for release 1.6.3 v_1_6_3 v1_6_3 Hisham Muhammad 2015-01-15 16:58:20 -02:00
  • 0a82aae451 Cleanup use of explicit \0 Hisham Muhammad 2015-01-15 16:50:01 -02:00
  • a86072a7ec Merge pull request #48 from trms/upmaster Hisham Muhammad 2015-01-15 16:47:01 -02:00
  • e798c4f07f Updated to support Lua 5.3. Fixed to supress warnings in windows. Removed extra null byte off of const string (windows only). Andrew Starks 2015-01-15 12:39:51 -06:00
  • 5422c7ac6b Merge pull request #46 from moteus/master Hisham Muhammad 2014-11-12 15:57:35 -02:00
  • 8f2949974a Fix. Support Lua 5.3.beta Alexey Melnichuk 2014-11-12 14:44:53 +04:00
  • a0ca710cea Merge pull request #47 from Mikhael-Danilov/patch-2 Hisham Muhammad 2014-09-25 14:28:03 -03:00
  • 40171f36b3 Add LFS_DO_NOT_USE_LARGE_FILE flag Mikhael-Danilov 2014-09-25 21:26:12 +04:00
  • 9db234cc10 Fix. Exclude some files from coveralls. Alexey Melnichuk 2014-08-14 09:46:39 +05:00
  • c0552d59a4 Add. Travis files. Alexey Melnichuk 2014-08-14 09:36:58 +05:00
  • 97f2308f40 Merge pull request #45 from moteus/master Hisham Muhammad 2014-08-13 12:49:15 -03:00
  • ebe20b66f0 Fix. Compile with MSVC and with gcc without -std=c99 Alexey Melnichuk 2014-08-13 18:18:42 +05:00
  • 601b4e5498 Merge pull request #44 from stefan991/fix-attribute-lookup Hisham Muhammad 2014-08-09 14:54:41 -03:00
  • 4437e19455 Fix lfs.attributes(file, 'blksize') Stefan Hoffmann 2014-08-09 12:33:33 +02:00
  • 6b178640f0 Add test target to Makefile Stefan Hoffmann 2014-08-09 12:11:20 +02:00
  • 95573506c5 Remove old references v1_6_2 Hisham Muhammad 2014-01-29 21:43:20 -02:00
  • d499bf5abb Add CSS Hisham Muhammad 2014-01-29 21:41:47 -02:00
  • abfc2e6e8c Fix CSS link, add doc update. Hisham Muhammad 2014-01-29 21:40:15 -02:00
  • 1b3e3d4b4b Add top-level LICENSE file. Closes #33. Hisham Muhammad 2014-01-29 21:15:29 -02:00
  • 3bfdafcf4c Fix documentation for setmode. Closes #32. Hisham Muhammad 2014-01-29 20:33:43 -02:00
  • 00b17c6f1a Merge branch 'master' of https://github.com/keplerproject/luafilesystem Hisham Muhammad 2014-01-29 17:27:04 -02:00
  • 2111509acc Improve indentation consistency Hisham Muhammad 2014-01-29 17:26:45 -02:00
  • 18afb5a089 Use local stylesheet, suitable for truly offline viewing. Hisham Muhammad 2014-01-29 17:22:49 -02:00
  • ebf867f729 Remove outdated links Hisham Muhammad 2014-01-29 17:21:59 -02:00
  • d73523eac6 Remove CVS and LuaForge references Hisham Muhammad 2014-01-16 15:10:57 -02:00
  • 5be0c7156e Merge pull request #28 from moteus/patch-1 Hisham Muhammad 2014-01-08 06:53:06 -08:00
  • cc6007171b Fix. Prevents double close the same handle (#24) Alexey Melnichuk 2014-01-08 16:18:31 +03:00
  • 2b80db36f0 Merge pull request #27 from moteus/patch-1 Hisham Muhammad 2014-01-04 12:13:23 -08:00
  • ab8348e9bc Fix. Use intptr_t to file handle on Windows (#26) Alexey Melnichuk 2014-01-04 10:02:16 +03:00
  • 2fd989cd6c Merge pull request #21 from Mikhael-Danilov/patch-1 Fabio Mascarenhas 2013-09-24 06:48:18 -07:00
  • b21e375840 Update src/lfs.c Mikhael-Danilov 2013-02-20 22:19:05 +04:00
  • 22577c75a5 update website Fabio Mascarenhas 2012-10-04 11:45:52 -03:00
  • 9c2679f9d7 Merge pull request #19 from devurandom/fix/warnings Fabio Mascarenhas 2012-10-04 07:25:54 -07:00
  • 62d5dbe3b6 Merge pull request #18 from devurandom/fix/lua52 Fabio Mascarenhas 2012-10-04 07:00:22 -07:00
  • a0d6f9d239 Fix warnings: unused variable Dennis Schridde 2012-10-04 10:55:13 +02:00
  • b35607e8a4 Fix warning: C++ style comments are not allowed in ISO C90 Dennis Schridde 2012-10-04 10:51:44 +02:00
  • f42c1a1a38 Set global "lfs" when opening module Dennis Schridde 2012-10-04 10:48:07 +02:00
  • 5e55437028 Bump version to 1.6.2 and set version via define in src/lfs.c to make it better visible Dennis Schridde 2012-10-03 02:58:57 +02:00
  • 8e7217e74f Full Lua 5.2 compatibility and adherance to modules-create-no-globals Dennis Schridde 2012-10-03 02:54:08 +02:00
  • 944e325e29 fix build for Lua 5.2; version 1.6.1 Fabio Mascarenhas 2012-10-01 15:57:09 -03:00
  • 201d18a497 Merge pull request #17 from rrthomas/master Fabio Mascarenhas 2012-10-01 11:53:35 -07:00
  • 584066ee86 lfs.c: use Lua 5.2's own luaL_register Reuben Thomas 2012-10-01 19:44:00 +01:00
  • d0fcbbb8c1 Merge branch 'gh-pages' of github.com:keplerproject/luafilesystem into gh-pages Fabio Mascarenhas 2012-10-01 11:18:31 -03:00
  • cfd424a990 update for lfs 1.6.0 Fabio Mascarenhas 2012-10-01 11:18:09 -03:00
  • d71c63cdb7 luafilesystem 1.6.0 Fabio Mascarenhas 2012-10-01 11:11:48 -03:00
  • 4a299c53b6 Merge pull request #15 from ewmailing/master Fabio Mascarenhas 2012-09-26 06:49:35 -07:00
  • 420db54f1e Merge pull request #14 from icgood/master Fabio Mascarenhas 2012-08-31 12:09:14 -07:00
  • 37c2309a40 Due to Android (and apparently Sun) not supporting getcwd(NULL, 0), I've changed to call to getcwd to specify a buffer and explicit size which successfully works around the problem. One minor performance advantage is that one less malloc/free is needed since the buffer is now created on the stack. Apparently, this was already changed in a prior commit I didn't see initially, but I think the use of an invented/arbitrary PATH_MAX is incorrect. Platforms should generally provide a constant for this and PATH_MAX itself is already defined on some systems like Linux which can cause collisions. This commit improves on those changes by leveraging the constants provided by the compiler/system. Eric Wing 2012-05-01 14:38:02 -07:00
  • 84f1af5eef applied debian patches from enrico tassi Fabio Mascarenhas 2012-04-08 20:25:40 -03:00
  • f634765b26 implements fake luaL_register in Lua 5.2+ Ian Good 2012-02-28 03:37:14 +00:00
  • 46d7420715 Edited index.html via GitHub Hisham Muhammad 2011-09-20 10:03:21 -03:00
  • fe8e151ea9 Edited examples.html via GitHub Hisham Muhammad 2011-09-20 10:01:40 -03:00
  • 9f9679feea Edited license.html via GitHub Hisham Muhammad 2011-09-20 10:01:00 -03:00
  • 3231e7cb87 Edited manual.html via GitHub Hisham Muhammad 2011-09-20 10:00:35 -03:00
  • 6b8c52e7d2 Edited index.html via GitHub Hisham Muhammad 2011-09-20 09:59:39 -03:00
  • fcdf88d43e fix documentation for lock_dir Fabio Mascarenhas 2011-06-09 18:11:38 -03:00
  • 149e0fb8ec Merge pull request #8 from rrthomas/master Fabio Mascarenhas 2011-06-09 14:09:31 -07:00
  • 83faa7e05d Simplify and clarify metatable creation functions. Reuben Thomas 2011-06-09 20:35:12 +01:00
  • 3cea6c6e96 Add lfs.link. Reuben Thomas 2011-06-09 19:49:29 +01:00
  • 7e979318bd Use package.config to get directory separator. Reuben Thomas 2011-06-09 15:37:25 +01:00
  • de03ad370c Add a comment for make_dir. Reuben Thomas 2011-06-09 15:14:01 +01:00
  • fbdff8f1a5 Fix typo in manual. Reuben Thomas 2011-06-09 15:04:17 +01:00
  • f42e7e3543 Simplify dir_iter_factory slightly. Reuben Thomas 2011-06-09 14:57:27 +01:00
  • d61eb8078d Add .gitignore for *.o and *.so. Reuben Thomas 2011-06-09 14:24:37 +01:00
  • 361cede4d0 Add trivial implementation of setmode on non-Windows platforms. Reuben Thomas 2011-06-09 14:23:44 +01:00
  • 3140ca4db8 Make test.lua find its interpreter using /usr/bin/env. Reuben Thomas 2011-06-09 14:09:56 +01:00
  • 530c9140c7 Add trivial link_info support on Windows (using STAT_FUNC). Reuben Thomas 2011-06-09 14:01:37 +01:00