summaryrefslogtreecommitdiff
path: root/src/usvfsconnector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update following USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-1/+1
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-1/+33
* Update for new USVFS function scheme. (#2044)Mikaël Capelle2024-06-091-17/+17
* Apply clang-format.Mikaël Capelle2023-07-091-82/+68
* added timing for vfs mappingisanae2020-12-201-1/+8
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-14/+19
* wstring_view when possibleisanae2020-02-181-0/+2
* don't show the lock overlay for processes that are not hookedisanae2019-12-021-1/+2
* switched to using a job object to monitor for processes so child processes ca...isanae2019-11-261-2/+6
* split to getRunningUSVFSProcesses()isanae2019-11-061-0/+47
* added crash dump path to parameters, if a mechanism to customize it is ever c...isanae2019-11-011-45/+6
* uses new usvfsParameters, also updates spawn delayisanae2019-10-101-12/+32
* added spawn delay setting, not exposedisanae2019-10-071-4/+7
* split settings into a bunch of classesisanae2019-09-021-2/+2
* changed crash dump type to use enum instead of intisanae2019-08-241-3/+4
* removed some useless loggingisanae2019-07-221-3/+50
* changed qDebug() to log::debug()isanae2019-07-221-12/+7
* use log::Levels instead of intsisanae2019-07-221-9/+11
* fixes for /permissive-:isanae2019-05-261-2/+2
* Support for force loading librariesLostDragonist2019-01-111-1/+17
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
* Add executable blacklistingLostDragonist2018-11-291-2/+11
* Allow user to cancel VFS mappingLostDragonist2018-08-161-0/+4
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-109/+132
* Applied clang-format on sourceSandro Jäckel2018-02-221-132/+109
* add logging of process spawnEran Mizrahi2017-12-101-0/+8
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-10/+26
* updated to changed usvfs apiTannin2016-06-301-1/+1
* usvfs log level can now be changed without a restartTannin2016-06-191-2/+14
* minor fixesTannin2016-05-071-29/+19
* added option to use a mod as the target to create now files instead of "overw...Tannin2016-05-071-0/+1
* cleanupTannin2016-05-071-2/+7
* updated to match current usvfs apiTannin2016-02-091-21/+31
* code formatting (clang_format)Tannin2016-02-091-16/+23
* support for adding directories to the vfs that will act as create target for ...Tannin2015-12-181-1/+1
* removed close-mo featureTannin2015-12-181-2/+1
* - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-1/+11
* some fixes and removed obsolete codeTannin2015-11-231-2/+6
* usvfs log is now written to a persistent file (no log rotation yet though)Tannin2015-11-191-10/+7
* first work on interfacing with usvfsTannin2015-11-171-0/+141