Go to file
2019-05-25 17:33:08 +03:00
Tests v1.0 Cleaned garbage from code 2019-05-25 17:33:08 +03:00
_TODO_.txt Started working on high-level exported mod API. Fixed Delphi bug with wrong stack variables alignment. Fixed bug in IsVfsOn (leave crit section without entering). Now XP normally passes all tests 2019-05-11 13:27:17 +03:00
_update_dll.bat Testing in battle mode. Struggling with crashes 2019-05-25 00:46:01 +03:00
.gitignore Added more high-level exported API. VFS.dll is built 2019-05-14 21:58:27 +03:00
license.txt Added license file. Refactored path building in routines. Added extra tests. Fixed bug: 'test failed if were run from drive root' 2019-05-09 20:29:42 +03:00
Vfs.dpr Added more high-level exported API. VFS.dll is built 2019-05-14 21:58:27 +03:00
Vfs.dproj Added more high-level exported API. VFS.dll is built 2019-05-14 21:58:27 +03:00
Vfs.dproj.local Added crucial VFS modules and a few working tests for them 2019-05-03 15:21:07 +03:00
Vfs.drc Added more high-level exported API. VFS.dll is built 2019-05-14 21:58:27 +03:00
VfsApiDigger.pas Added crucial VFS modules and a few working tests for them 2019-05-03 15:21:07 +03:00
VfsBase.pas Added live vfs watching/reloading support in debug mode 2019-05-23 00:31:42 +03:00
VfsControl.pas v1.0 Cleaned garbage from code 2019-05-25 17:33:08 +03:00
VfsDebug.pas Initial commit 2019-04-30 17:26:37 +03:00
VfsExport.pas Testing in battle mode. Struggling with crashes 2019-05-25 00:46:01 +03:00
VfsHooks.pas v1.0 Cleaned garbage from code 2019-05-25 17:33:08 +03:00
VfsImport.pas Testing in battle mode. Struggling with crashes 2019-05-25 00:46:01 +03:00
VfsMatching.pas Many improvements. Fully working tests. Implemented NT file matching engine 2019-05-08 23:17:55 +03:00
VfsOpenFiles.pas Fixed a few bugs, debugging 2019-05-25 15:43:28 +03:00
VfsPatching.pas VfsPatching now uses global static memory block. NtQueryDirectoryFile patch is rollbacked during finalization 2019-05-14 16:28:27 +03:00
VfsTest.dpr Removed assertion dialog and API digger from tests 2019-05-09 20:52:21 +03:00
VfsTest.dproj Fixed a few bugs, debugging 2019-05-25 15:43:28 +03:00
VfsTest.dproj.local Initial commit 2019-04-30 17:26:37 +03:00
VfsTest.drc Many improvements. Fully working tests. Implemented NT file matching engine 2019-05-08 23:17:55 +03:00
VfsUtils.pas Improved directory scanning performance by enlarging buffer size and fixed bug with external buffer corruption in NtQueryDirectoryFiles. Everything works! 2019-05-25 17:26:42 +03:00
VfsWatching.pas v1.0 Cleaned garbage from code 2019-05-25 17:33:08 +03:00