| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: add test for fs.wrap_script | Hisham Muhammad | 2019-04-19 | 1 | -13/+53 |
* | Tests: add shebang test for fs.is_lua | Hisham Muhammad | 2018-09-26 | 1 | -0/+6 |
* | fs: fix rwx_to_number, add negated mask mode | Hisham Muhammad | 2018-07-26 | 1 | -0/+22 |
* | fs: make unpack_archive platform-agnostic using specific fs functions | Hisham Muhammad | 2018-07-18 | 1 | -0/+16 |
* | Add general improvements to the fs module | George Roman | 2018-07-16 | 1 | -17/+19 |
* | Update the behavior of fs.set_permissions on Windows | George Roman | 2018-07-16 | 1 | -4/+4 |
* | Tests: add tests for the dynamic commands | George Roman | 2018-07-16 | 1 | -0/+57 |
* | Tests: minor cleanups | Hisham Muhammad | 2018-07-01 | 1 | -5/+5 |
* | cfg, cmd: major reorganization | Hisham Muhammad | 2018-07-01 | 1 | -0/+2 |
* | fs: make module loading side-effect free, require explicit init() | Hisham Muhammad | 2018-07-01 | 1 | -0/+1 |
* | Tests: improve the tests for the fs module | George Roman | 2018-06-21 | 1 | -4/+139 |
* | Fix the collecting of coverage data from unit tests | George Roman | 2018-06-12 | 1 | -1/+2 |
* | Tests: collect coverage data from unit tests (#814) | George Roman | 2018-06-05 | 1 | -0/+11 |
* | Fix failing Appveyor tests | George Roman | 2018-06-04 | 1 | -0/+1 |
* | Tests: replace #blackbox with #integration and #whitebox with #unit | George Roman | 2018-06-04 | 1 | -1/+1 |
* | Update fs_spec to use test_env temporary path utility | George Roman | 2018-05-29 | 1 | -9/+1 |
* | Add tests for fs.download | George Roman | 2018-05-28 | 1 | -0/+62 |
* | Improve fs module tests | George Roman | 2018-05-22 | 1 | -0/+289 |
* | Add more tests for the fs module | George Roman | 2018-05-18 | 1 | -31/+172 |
* | Update fs module tests to use fs.set_permissions | George Roman | 2018-05-17 | 1 | -130/+186 |
* | Make copy_contents have the same behaviour on Windows and on Unix | George Roman | 2018-04-24 | 1 | -14/+3 |
* | Add tests for some filesystem functions | George Roman | 2018-04-19 | 1 | -4/+658 |
* | Tests: add unit test for fs.is_file | Hisham Muhammad | 2018-02-22 | 1 | -0/+36 |
* | Reorganize test suite files | Hisham Muhammad | 2018-01-08 | 1 | -1/+1 |
* | Add a few tests for fs.Q | Peter Melnichenko | 2016-10-28 | 1 | -0/+21 |