summaryrefslogtreecommitdiff
path: root/src/fs
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas10-95/+61
2017-03-28Remove VirtFs::getLastError().Andrei Karas4-23/+9
2017-03-28Rename some left functions from physfs to virtfs.Andrei Karas2-8/+8
2017-03-28Remove physfs support.Andrei Karas30-1309/+4
2017-03-17Remove extra include from paths.cppAndrei Karas1-1/+0
2017-03-13Improve function dirSeparator.Andrei Karas1-3/+4
2017-03-12Remove extra includes.Andrei Karas12-24/+0
2017-03-11Fix different issues found by automatic checks.Andrei Karas19-50/+31
2017-03-10Fix compilation warnings with mingw.Andrei Karas1-1/+1
2017-03-09Fix style issue in zip.cppAndrei Karas1-4/+4
2017-03-09Probably fix reading zip archives on big endian cpu.Andrei Karas1-4/+23
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas12-378/+378
2017-03-08Fix style issue in zip.cppAndrei Karas1-1/+1
2017-03-08Dont show in log "read archive ..." messages if zip debugging disabled.Andrei Karas1-0/+3
2017-03-08Dont show debug info about zip archives in log.Andrei Karas1-0/+6
2017-03-07Fix unit tests on windows.Andrei Karas7-131/+175
2017-03-06Show assert if failed open streamed files.Andrei Karas1-2/+12
2017-03-06Add binary access mode in read zip archives.Andrei Karas1-2/+2
2017-03-06Add missing file.Andrei Karas1-0/+48
2017-03-06Add support for standard library file api in virtfs.s20170306Andrei Karas5-44/+83
2017-03-05Fix compilation on windows.Andrei Karas1-0/+7
2017-03-04Add missing include for non linux systems.Andrei Karas1-0/+1
2017-03-04Skip check for file links on windows.Andrei Karas1-0/+2
2017-03-04Fix compilation with old compilers.Andrei Karas4-5/+5
2017-03-04Remove extra include from virtfsphys_unittest.ccAndrei Karas1-1/+0
2017-03-04Add missing include into virtfs.hAndrei Karas1-0/+2
2017-03-04Remove unused files with unit tests.Andrei Karas2-1488/+0
2017-03-04Remove unused functions from virtfs.Andrei Karas4-819/+7
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas24-442/+2492
2017-03-02Add VirtFs for mounted zips and dirs order.Andrei Karas1-0/+80
2017-03-02Add another zip archive for future tests.Andrei Karas3-12/+12
2017-03-02Add missing explicit keyword.Andrei Karas1-1/+1
2017-03-02Add missing files.Andrei Karas2-0/+82
2017-03-02Add base class for VirtDirEntry and VirtZipEntry.Andrei Karas11-73/+82
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas3-0/+29
2017-03-02Add ifdefs for prevent compilation by any scripts virtfs/physfs files if shou...Andrei Karas24-0/+59
2017-03-02Fix some issues in virtfs and update tests.Andrei Karas5-9/+304
2017-03-01Fix style in virtfstools.hAndrei Karas1-1/+1
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 tests running without physfs.Andrei Karas2-0/+30
2017-03-01Fix compilation without physfs.Andrei Karas27-131/+452
2017-03-01Impliment some functions in VirtFs with physfs disabled.Andrei Karas5-6/+34
2017-02-28Add configure flag for use physfs.Andrei Karas3-14/+44
2017-02-28Add test with zip archives into VirtFs.Andrei Karas2-4/+119
2017-02-28Fix files enumeration in root directory in VirtFsZip.Andrei Karas4-8/+202
2017-02-28Remove destructor from virtfsfuncs.Andrei Karas1-0/+2
2017-02-28Add constructor and final into virtfsfuncs.Andrei Karas1-1/+12
2017-02-28Fix code style.Andrei Karas1-2/+4
2017-02-28Add path sanitization in virtfszip and zip.Andrei Karas4-61/+83