Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-28 | Remove physfs support. | Andrei Karas | 6 | -1244/+0 |
2017-03-11 | Fix different issues found by automatic checks. | Andrei Karas | 2 | -3/+3 |
2017-03-09 | Simplify add/remove dirs and zips methods in virtfs. | Andrei Karas | 4 | -97/+97 |
2017-03-04 | Remove extra include from virtfsphys_unittest.cc | Andrei Karas | 1 | -1/+0 |
2017-03-04 | Reimplement VirtFs in correct way. Now all tests should pass. | Andrei Karas | 2 | -43/+9 |
2017-03-02 | Add another zip archive for future tests. | Andrei Karas | 1 | -4/+4 |
2017-03-02 | Fix possible leaks on exit and asserts about adding non existing zips and dir... | Andrei Karas | 1 | -0/+11 |
2017-03-02 | Add ifdefs for prevent compilation by any scripts virtfs/physfs files if shou... | Andrei Karas | 6 | -0/+14 |
2017-03-01 | Add logging info about mount / unmount in physfs. | Andrei Karas | 1 | -4/+28 |
2017-03-01 | Fix closing physfs files. | Andrei Karas | 1 | -0/+6 |
2017-03-01 | Fix compilation without physfs. | Andrei Karas | 6 | -0/+1224 |