summaryrefslogtreecommitdiff
path: root/src/fs/physfs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-04Remove extra include from virtfsphys_unittest.ccAndrei Karas1-1/+0
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas2-43/+9
2017-03-02Add another zip archive for future tests.Andrei Karas1-4/+4
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and ↵Andrei Karas1-0/+11
directories.
2017-03-02Add ifdefs for prevent compilation by any scripts virtfs/physfs files if ↵Andrei Karas6-0/+14
should be disabled.
2017-03-01Add logging info about mount / unmount in physfs.Andrei Karas1-4/+28
2017-03-01Fix closing physfs files.Andrei Karas1-0/+6
2017-03-01Fix compilation without physfs.Andrei Karas6-0/+1224
Also split fs related files to virtfs and physfs.